Update temp-input-colors.css
remove `!important`
This commit is contained in:
@@ -7,13 +7,13 @@ input,
|
|||||||
textarea,
|
textarea,
|
||||||
select,
|
select,
|
||||||
button {
|
button {
|
||||||
color: @ini_text !important;
|
color: @ini_text;
|
||||||
background-color: @ini_background !important;
|
background-color: @ini_background;
|
||||||
border: 1px solid @ini_border !important;
|
border: 1px solid @ini_border;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:not(.toolbutton) {
|
button:not(.toolbutton) {
|
||||||
background: @ini_background !important;
|
background: @ini_background;
|
||||||
}
|
}
|
||||||
|
|
||||||
select option {
|
select option {
|
||||||
|
|||||||
Reference in New Issue
Block a user