Skip to content

Checkbox checkmark is not a displayed in almost all themes ThemeRoller #628

Open
@SinglWolf

Description

@SinglWolf

The Checkbox checkbox does not appear in almost all themes.
Image
Image
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;
}

Image

I couldn't achieve the same effect in ThemeRoller.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions