From 7b8fed740676477730aa1af1813e99d7f970bc79 Mon Sep 17 00:00:00 2001 From: mkz212 <82271669+mkz212@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:04:17 +0100 Subject: [PATCH] Update themes-dark.scss --- ui/src/scss/themes/themes-dark.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ui/src/scss/themes/themes-dark.scss b/ui/src/scss/themes/themes-dark.scss index 5aa7a29d5..8a62e0cbe 100644 --- a/ui/src/scss/themes/themes-dark.scss +++ b/ui/src/scss/themes/themes-dark.scss @@ -19,6 +19,22 @@ border-bottom-width: 1px; } + .dropdown-menu { + background-color: $secondaryBackground; + } + + .dropdown-divider { + border-top: 1px solid #555555; + } + + .navbar .dropdown-menu a:not(.active) { + color: #eeeeee; + } + + .dropdown-item:hover, .dropdown-item:focus { + background-color: #555555; + } + .primary-text { color: $darkModePrimary; }