mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-17 21:01:00 +00:00
Fix #1999, mismatched gradient stops for .ui-btn-up-c style
This commit is contained in:
parent
6e6c06b8f2
commit
e2a7b1a63c
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@
|
|||
color: #444;
|
||||
text-shadow: 0 1px 1px #f6f6f6;
|
||||
background-image: -moz-linear-gradient(top,
|
||||
#fefefe,
|
||||
#fdfdfd,
|
||||
#eeeeee);
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,
|
||||
color-stop(0, #fdfdfd),
|
||||
|
|
|
|||
Loading…
Reference in a new issue