Update temp-input-colors.css
remove `!important`
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user