Open
Description
The Checkbox checkbox does not appear in almost all themes.
The problem is that the color parameter is incorrectly specified in
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #fbd850;
background-color: #eb8f00;
}
If you change the value of background-color
to #04eb00
, checkbox will be displayed.
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #fbd850;
background-color: #04eb00;
}
I couldn't achieve the same effect in ThemeRoller
.
Metadata
Metadata
Assignees
Labels
No labels