mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41:01 +00:00
Merge pull request #336 from SethFalco/fix/style
style: fix drop down arrow on dark mode
This commit is contained in:
commit
8e2c6a9405
2 changed files with 18 additions and 13 deletions
|
@ -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 a new issue