mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-13 11:28:12 -04:00
Merge pull request #594 from notFloran/web-ui-warning-color
[Web UI] Fix color of WARNING
This commit is contained in:
@@ -74,10 +74,10 @@ body {
|
||||
color: white;
|
||||
}
|
||||
.warning {
|
||||
color: orange;
|
||||
color: magenta;
|
||||
}
|
||||
.warning_log {
|
||||
background-color: orange;
|
||||
background-color: magenta;
|
||||
color: white;
|
||||
}
|
||||
.critical {
|
||||
|
||||
Reference in New Issue
Block a user