introduce warning-progress-bar-color when using -15% of the given web/traffic max-warn level (default 90%), fixes #1567

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2015-11-12 08:18:28 +01:00
parent eda055acca
commit 5b8fea9378
3 changed files with 40 additions and 12 deletions

View File

@@ -785,6 +785,10 @@ select[multiple="multiple"] {
background-color:#dd514c;
}
.progress-warn .bar {
background-color:#e6b64e;
}
.maintable {
width:90%;
}