From 9be8a3ff416656a5f8c1dfd23dafaac84e8a7f4c Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Mon, 5 Apr 2021 00:45:55 +0200 Subject: [PATCH] for #165 --- CSS/themes/unraid/unraid-base.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/CSS/themes/unraid/unraid-base.css b/CSS/themes/unraid/unraid-base.css index b3e78437..34c0ba98 100644 --- a/CSS/themes/unraid/unraid-base.css +++ b/CSS/themes/unraid/unraid-base.css @@ -321,23 +321,23 @@ div.tabs { /*DROPDOWN MENU*/ .dropdown-menu { - background: var(--modal-bg-color); + background: var(--modal-bg-color) !important; } .dropdown-menu a { - color: var(--text); + color: var(--text) !important; } .dropdown-menu .divider { - background-color: rgb(255 255 255 / 10%); - border-bottom: 1px solid rgb(255 255 255 / 10%); + background-color: rgb(255 255 255 / 10%) !important; + border-bottom: 1px solid rgb(255 255 255 / 10%) !important; } .dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a { - color: var(--text-hover); - background: rgb(255 255 255 / 10%); + color: var(--text-hover) !important; + background: rgb(255 255 255 / 10%) !important; } /*VM MANAGER*/ @@ -421,3 +421,10 @@ blockquote { unraid-authed::part(div[data-v-050c892a] > button) { background: pink !important; } + +/* Edit template*/ +#contDescription { + background: rgb(0 0 0 / 25%); + padding: 1%; + border-radius: 5px; +} \ No newline at end of file