diff --git a/temp-input-colors.css b/temp-input-colors.css index 7112753..8b529b9 100644 --- a/temp-input-colors.css +++ b/temp-input-colors.css @@ -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 {