mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-25 09:21:04 +00:00
Merge pull request #1 from ecx0d/ecx0d-css-patch-1
Update dark-theme.css
This commit is contained in:
commit
c36c9ade62
1 changed files with 5 additions and 1 deletions
|
@ -27,11 +27,15 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
select {
|
select {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
background: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option {
|
||||||
|
color: #fff;
|
||||||
|
background: #222;
|
||||||
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
border: 1px solid #444 !important;
|
border: 1px solid #444 !important;
|
||||||
|
|
Loading…
Reference in a new issue