mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +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;
|
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 {
|
body.dark-mode .new-style .button.no-style {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user