forked from mirrors/LibreTranslate
Update dark-theme.css
just a bit css, making <select> and <option> more readable in dark theme
This commit is contained in:
parent
d1d8fbab89
commit
537430f55d
1 changed files with 5 additions and 1 deletions
|
@ -27,11 +27,15 @@
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
select {
|
||||
color: #fff;
|
||||
background: #111;
|
||||
}
|
||||
|
||||
option {
|
||||
color: #fff;
|
||||
background: #222;
|
||||
}
|
||||
|
||||
textarea {
|
||||
border: 1px solid #444 !important;
|
||||
|
|
Loading…
Reference in a new issue