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

Commit

Permalink
Theme: Added/removed comments for ThemeRoller. Fixes jquery/themeroll…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Nov 26, 2013
1 parent 07858d6 commit 3d8f6b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/themes/default/jquery.mobile.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ html .ui-alt-icon.ui-radio-off:after,
html .ui-alt-icon .ui-checkbox-off:after,
html .ui-alt-icon .ui-radio-off:after {
background-color: #666 /*{global-icon-color}*/;
background-color: rgba(0,0,0,.15) /*{global-icon-disc-alt}*/;
background-color: rgba(0,0,0,.15);
}

/* No disc */
Expand Down Expand Up @@ -559,6 +559,8 @@ html head + body .ui-body-b.ui-focus {
box-shadow: 0 0 12px #22aadd /*{b-active-background-color}*/;
}

/* Structure */

/* Disabled
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-disabled deprecated in 1.4. :disabled not supported by IE8 so we use [disabled] */
Expand Down

0 comments on commit 3d8f6b0

Please sign in to comment.