Temp fix for edit styling

This commit is contained in:
2026-01-22 21:20:09 +01:00
parent 4eaec5c7b1
commit e306226ac8
3 changed files with 58 additions and 0 deletions

22
temp-input-colors.css Normal file
View File

@@ -0,0 +1,22 @@
/* 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;
}