[CSS] Replaced fooobar:not([foo=bar], [foo2=bar2]) rule, as Firefox ESR 78.x doesn't support that specific syntax
This commit is contained in:
parent
81f6d496c6
commit
e0ceddc2e6
|
@ -70,10 +70,15 @@ button, select, textarea {
|
|||
background: var(--gradient) !important;
|
||||
}
|
||||
|
||||
button, input:not([type=checkbox],[type=radio]) {
|
||||
button, input {
|
||||
background: var(--gradient) !important;
|
||||
}
|
||||
|
||||
input[type=radio],
|
||||
input[type=checkbox] {
|
||||
background: initial;
|
||||
}
|
||||
|
||||
select {
|
||||
background-repeat: no-repeat;
|
||||
border-radius: var(--s);
|
||||
|
|
Loading…
Reference in New Issue
Block a user