mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-22 16:01:01 +00:00
commit
b2a4dd0a9f
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