mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
dark-mode: Fix background color of dropdown menus.
This commit is contained in:
@@ -85,6 +85,11 @@ body.dark-mode select {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
body.dark-mode select option {
|
||||
background-color: hsl(212, 28%, 18%);
|
||||
color: hsl(236, 33%, 90%);
|
||||
}
|
||||
|
||||
body.dark-mode .new-style .button.no-style {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user