mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 09:04:43 +00:00
Fix #2002; updated -ms-filter style to match others
This commit is contained in:
parent
30892bab4b
commit
f56d084aec
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ p.intro strong {
|
|||
background-image: -webkit-gradient(linear,left top,left bottom,
|
||||
color-stop(0, #74b042),
|
||||
color-stop(1, #56A00E));
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#81a8ce', EndColorStr='#5e87b0')";
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#74b042', EndColorStr='#56A00E')";
|
||||
}
|
||||
.ui-bar-f,
|
||||
.ui-bar-f .ui-link-inherit {
|
||||
|
|
|
|||
Loading…
Reference in a new issue