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