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

Commit

Permalink
Demos: Updated classic theme demo to make it work with ThemeRoller.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Nov 26, 2013
1 parent 3d8f6b0 commit eeda2a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demos/theme-classic/theme-classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,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 @@ -1315,6 +1315,8 @@ input.ui-slider-input {
background-image: none !important;
}

/* Structure */

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

0 comments on commit eeda2a5

Please sign in to comment.