fix select backgorund color of dark mode
This commit is contained in:
parent
0769b35f4c
commit
47cf4015c0
@ -3478,6 +3478,9 @@ pre.command-output {
|
|||||||
border-color: darkslateblue !important;
|
border-color: darkslateblue !important;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
select {
|
||||||
|
background-color: #1e1e1e !important;
|
||||||
|
}
|
||||||
#cbi-dropbear h2,
|
#cbi-dropbear h2,
|
||||||
#cbi-dropbear .cbi-map-descr,
|
#cbi-dropbear .cbi-map-descr,
|
||||||
#cbi-dropbear .cbi-map-descr abbr,
|
#cbi-dropbear .cbi-map-descr abbr,
|
||||||
|
@ -4257,6 +4257,10 @@ pre.command-output {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
background-color: #1e1e1e !important;
|
||||||
|
}
|
||||||
|
|
||||||
#cbi-dropbear h2,
|
#cbi-dropbear h2,
|
||||||
#cbi-dropbear .cbi-map-descr,
|
#cbi-dropbear .cbi-map-descr,
|
||||||
#cbi-dropbear .cbi-map-descr abbr,
|
#cbi-dropbear .cbi-map-descr abbr,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user