mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-12-18 08:27:03 +02:00
style: fix drop down arrow on dark mode
Signed-off-by: Seth Falco <seth@falco.fun>
This commit is contained in:
parent
a6a061d439
commit
dc7b1367f6
@ -34,6 +34,11 @@
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.language-select:after {
|
||||
border: solid #fff;
|
||||
border-width: 0 2px 2px 0;
|
||||
}
|
||||
|
||||
/* like in textarea */
|
||||
.card-content {
|
||||
border: 1px solid #444 !important;
|
||||
|
Loading…
Reference in New Issue
Block a user