Skip to content

Commit

Permalink
Merge pull request #2232 from cb1kenobi/timob-7905
Browse files Browse the repository at this point in the history
[TIMOB-7905] Fixed button flicker
  • Loading branch information
nebrius committed May 19, 2012
2 parents 7caa3dd + 8f732d6 commit 06b9e1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mobileweb/themes/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,10 @@ textarea {
#666);
}

.TiUIButton {
-webkit-tap-highlight-color: transparent;
}

.TiUIButtonDefault {
border: 1px solid #666;
border-radius: 6px;
Expand Down

0 comments on commit 06b9e1d

Please sign in to comment.