Update temp-input-colors.css

remove `!important`
This commit is contained in:
2026-01-22 22:01:40 +01:00
parent 5ce4c1daef
commit 16e80f81c0

View File

@@ -7,13 +7,13 @@ input,
textarea,
select,
button {
color: @ini_text !important;
background-color: @ini_background !important;
border: 1px solid @ini_border !important;
color: @ini_text;
background-color: @ini_background;
border: 1px solid @ini_border;
}
button:not(.toolbutton) {
background: @ini_background !important;
background: @ini_background;
}
select option {