rbock
posted Sep 17, 2023 at 08:00
How can I adjust the color for checkbox.checked?
rbock
posted Sep 17, 2023 at 08:26
OK, as I often do, I edited the CSS file (nui.min.css).
not very wise as this will be overwritten when you update
Max
ChronoForms developer...
ChronoForms v8 is out, do you have any suggestions? please let us know.
I added this feature to next update
Max
ChronoForms developer...
ChronoForms v8 is out, do you have any suggestions? please let us know.
rbock
posted Sep 22, 2023 at 12:37
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.
ok, you can use the CSS view to change the variables of this line to have the desired color you need
Max
ChronoForms developer...
ChronoForms v8 is out, do you have any suggestions? please let us know.