Browse Source

for #165

pull/178/head
Marius 4 years ago
parent
commit
9be8a3ff41
  1. 19
      CSS/themes/unraid/unraid-base.css

19
CSS/themes/unraid/unraid-base.css

@ -321,23 +321,23 @@ div.tabs {
/*DROPDOWN MENU*/ /*DROPDOWN MENU*/
.dropdown-menu { .dropdown-menu {
background: var(--modal-bg-color); background: var(--modal-bg-color) !important;
} }
.dropdown-menu a { .dropdown-menu a {
color: var(--text); color: var(--text) !important;
} }
.dropdown-menu .divider { .dropdown-menu .divider {
background-color: rgb(255 255 255 / 10%); background-color: rgb(255 255 255 / 10%) !important;
border-bottom: 1px solid rgb(255 255 255 / 10%); border-bottom: 1px solid rgb(255 255 255 / 10%) !important;
} }
.dropdown-menu li>a:hover, .dropdown-menu li>a:hover,
.dropdown-menu li>a:focus, .dropdown-menu li>a:focus,
.dropdown-submenu:hover>a { .dropdown-submenu:hover>a {
color: var(--text-hover); color: var(--text-hover) !important;
background: rgb(255 255 255 / 10%); background: rgb(255 255 255 / 10%) !important;
} }
/*VM MANAGER*/ /*VM MANAGER*/
@ -421,3 +421,10 @@ blockquote {
unraid-authed::part(div[data-v-050c892a] > button) { unraid-authed::part(div[data-v-050c892a] > button) {
background: pink !important; background: pink !important;
} }
/* Edit template*/
#contDescription {
background: rgb(0 0 0 / 25%);
padding: 1%;
border-radius: 5px;
}
Loading…
Cancel
Save