diff --git a/CSS/themes/unraid/unraid-base.css b/CSS/themes/unraid/unraid-base.css index 4848e89b..01ae4594 100644 --- a/CSS/themes/unraid/unraid-base.css +++ b/CSS/themes/unraid/unraid-base.css @@ -55,7 +55,7 @@ span.outer.solid { background-color: transparent; } -.sys { +.sys,.usage-disk, .usage-bar { background: rgba(0, 0, 0, .35); } @@ -107,6 +107,11 @@ table tbody tr.tr_last { border-top: 1px solid rgba(255, 255, 255, .25); } +table.share_status tbody tr.warn { + color: #e68a00 !important; + background-color: #feefb3 !important; +} + /*BUTTON*/ input[type=button], input[type=reset], @@ -276,5 +281,17 @@ div.tabs { /*VM MANAGER*/ div.shade-black { - background-color: rgb(0 0 0 / 15%); + background-color: rgb(0 0 0 / 15%) !important; +} + +::placeholder { + color: var(--text-muted) !important; +} + +:-ms-input-placeholder { + color: var(--text-muted) !important; +} + +::-webkit-input-placeholder { + color: var(--text-muted) !important; } \ No newline at end of file