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

Commit

Permalink
Theme: Use shorthand for background color fallback to make it work on…
Browse files Browse the repository at this point in the history
… IE7. Fixes #6002.

Note: The issue won't be fixed if you use ui-icon-alt. See comment at #6002 in the issue tracker.
  • Loading branch information
jaspermdegroot committed May 18, 2013
1 parent 3490848 commit 5d477a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/themes/default/jquery.mobile.theme.css
Expand Up @@ -829,8 +829,8 @@ a.ui-link-inherit {

.ui-icon,
.ui-icon-searchfield:after {
background-color: #666 /*{global-icon-color}*/;
background-color: rgba(0,0,0,.4) /*{global-icon-disc}*/;
background: #666 /*{global-icon-color}*/;
background: rgba(0,0,0,.4) /*{global-icon-disc}*/;
background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
background-repeat: no-repeat;
-webkit-border-radius: 9px;
Expand Down

0 comments on commit 5d477a7

Please sign in to comment.