From 52f3c52001553ae84f8f0023c52470ece1bc751f Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Wed, 10 Mar 2021 21:21:12 +0100 Subject: [PATCH] dropdown menu --- CSS/themes/unraid/unraid-base.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CSS/themes/unraid/unraid-base.css b/CSS/themes/unraid/unraid-base.css index 56c17796..6935a045 100644 --- a/CSS/themes/unraid/unraid-base.css +++ b/CSS/themes/unraid/unraid-base.css @@ -251,4 +251,30 @@ a.popUpLink:hover { div.frame, div.tabs { background: var(--main-bg-color); +} + +/*DROPDOWN MENU*/ +.dropdown-menu { + background-color: var(--modal-bg-color); +} + +.dropdown-menu a { + color: var(--text); +} + +.dropdown-menu .divider { + background-color: rgb(255 255 255 / 10%); + border-bottom: 1px solid rgb(255 255 255 / 10%); +} + +.dropdown-menu li>a:hover, +.dropdown-menu li>a:focus, +.dropdown-submenu:hover>a { + color: var(--text-hover); + background: rgb(255 255 255 / 10%); +} + +/*VM MANAGER*/ +div.shade-black { + background-color: rgb(0 0 0 / 15%); } \ No newline at end of file