Browse Source

placeholder, usage-bar, warning colors

pull/166/head
gilbN 4 years ago
parent
commit
f47b1769c7
  1. 21
      CSS/themes/unraid/unraid-base.css

21
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;
}
Loading…
Cancel
Save