mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fix: Dropdown coloring of select element
This commit is contained in:
parent
b8b813e605
commit
0050a8f4ad
1 changed files with 4 additions and 2 deletions
|
|
@ -740,8 +740,10 @@ input[type="checkbox"] {
|
|||
|
||||
/* #region select */
|
||||
|
||||
#rl-app select option {
|
||||
background-color: var(--nc-color-background-dark);
|
||||
#rl-app select option,
|
||||
#rl-app select::-webkit-scrollbar-corner,
|
||||
#rl-app select::-webkit-scrollbar-track-piece {
|
||||
background-color: var(--nc-color-main-background);
|
||||
color: var(--nc-color-main-text);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue