Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 5c793cd

Browse files
Theme: Use shorthand for background color fallback to make it work on IE7. Fixes #6002.
Note: The issue won't be fixed if you use ui-icon-alt. See comment at #6002 in the issue tracker.
1 parent 8583c85 commit 5c793cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/themes/default/jquery.mobile.theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,8 +829,8 @@ a.ui-link-inherit {
829829

830830
.ui-icon,
831831
.ui-icon-searchfield:after {
832-
background-color: #666 /*{global-icon-color}*/;
833-
background-color: rgba(0,0,0,.4) /*{global-icon-disc}*/;
832+
background: #666 /*{global-icon-color}*/;
833+
background: rgba(0,0,0,.4) /*{global-icon-disc}*/;
834834
background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
835835
background-repeat: no-repeat;
836836
-webkit-border-radius: 9px;

0 commit comments

Comments
 (0)