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

Commit

Permalink
Theme: Added ui-icon-nodisc class to make it easy to have an icon wit…
Browse files Browse the repository at this point in the history
…houth background.
  • Loading branch information
jaspermdegroot committed Jan 31, 2013
1 parent 2357104 commit c96e329
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion css/themes/default/jquery.mobile.theme.css
Expand Up @@ -837,7 +837,6 @@ a.ui-link-inherit {
border-radius: 9px;
}


/* Alt icon color
-----------------------------------------------------------------------------------------------------------*/

Expand All @@ -849,6 +848,16 @@ a.ui-link-inherit {
background-repeat: no-repeat;
}

/* No discs
-----------------------------------------------------------------------------------------------------------*/

.ui-icon-nodisc .ui-icon,
.ui-icon-nodisc .ui-icon-searchfield:after,
.ui-icon-nodisc .ui-icon-alt .ui-icon,
.ui-icon-nodisc .ui-icon-alt .ui-icon-searchfield:after {
background-color: transparent;
}

/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/

Expand Down

0 comments on commit c96e329

Please sign in to comment.