Files
luxtools-plugin/temp-input-colors.css
2026-01-22 21:20:09 +01:00

23 lines
468 B
CSS

/* TEMPORARY FIX
* Apply template color placeholders to all form controls.
* Remove this file once the template provides proper input styling.
*/
input,
textarea,
select,
button {
color: @ini_text !important;
background-color: @ini_background !important;
border: 1px solid @ini_border !important;
}
button:not(.toolbutton) {
background: @ini_background !important;
}
select option {
color: @ini_text;
background-color: @ini_background;
}