mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
Removed instances of hex color shorthand in filters to fix potential IE issues
This commit is contained in:
parent
adcc106bbe
commit
dbdcffd505
1 changed files with 3 additions and 3 deletions
|
|
@ -12,9 +12,9 @@
|
|||
.ui-bar-a {
|
||||
border: 1px solid #2A2A2A;
|
||||
background: #111111;
|
||||
color: #fff;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
text-shadow: 0 -1px 1px #000;
|
||||
text-shadow: 0 -1px 1px #000000;
|
||||
background-image: -moz-linear-gradient(top,
|
||||
#3c3c3c,
|
||||
#111111);
|
||||
|
|
@ -378,7 +378,7 @@
|
|||
background-image: -webkit-gradient(linear,left top,left bottom,
|
||||
color-stop(0, #ddd),
|
||||
color-stop(1, #bbb));
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddd', EndColorStr='#bbb')";
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd', EndColorStr='#bbbbbb')";
|
||||
}
|
||||
.ui-bar-d,
|
||||
.ui-bar-d input,
|
||||
|
|
|
|||
Loading…
Reference in a new issue