1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-04 10:12:31 +01:00

placeholder, usage-bar, warning colors

This commit is contained in:
gilbN 2021-03-10 21:40:55 +01:00
parent 879c5e594d
commit f47b1769c7

View File

@ -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;
}