mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-17 19:11:06 +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 {
|
.ui-bar-a {
|
||||||
border: 1px solid #2A2A2A;
|
border: 1px solid #2A2A2A;
|
||||||
background: #111111;
|
background: #111111;
|
||||||
color: #fff;
|
color: #ffffff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-shadow: 0 -1px 1px #000;
|
text-shadow: 0 -1px 1px #000000;
|
||||||
background-image: -moz-linear-gradient(top,
|
background-image: -moz-linear-gradient(top,
|
||||||
#3c3c3c,
|
#3c3c3c,
|
||||||
#111111);
|
#111111);
|
||||||
|
|
@ -378,7 +378,7 @@
|
||||||
background-image: -webkit-gradient(linear,left top,left bottom,
|
background-image: -webkit-gradient(linear,left top,left bottom,
|
||||||
color-stop(0, #ddd),
|
color-stop(0, #ddd),
|
||||||
color-stop(1, #bbb));
|
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,
|
||||||
.ui-bar-d input,
|
.ui-bar-d input,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue