How can I adjust the color for checkbox.checked?
Forums
CF8 - Color for checkbox.checked
not very wise as this will be overwritten when you update
I added this feature to next update
OK thanks. BUT: Now the symbol and text are colored. It's about this formatting:
.nui.checkbox.checked>label::before{background-color:hsl(var(--h),var(--s),var(--lt))\!important;
And feel free to specify your own color. For example, I need #87AF44
Key point: Corporated Design
This basically affects all fields, including the buttons, for example.
.nui.checkbox.checked>label::before{background-color:hsl(var(--h),var(--s),var(--lt))\!important;
And feel free to specify your own color. For example, I need #87AF44
Key point: Corporated Design
This basically affects all fields, including the buttons, for example.
ok, you can use the CSS view to change the variables of this line to have the desired color you need
You need to login to be able to post a reply.