mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-14 01:34:25 +00:00
Restored deleted image/text styles for warnings
This commit is contained in:
parent
592034ee28
commit
31a71874f5
2 changed files with 25 additions and 1 deletions
|
@ -93,4 +93,28 @@ ul.groupview, ul.groupview ul {
|
|||
-webkit-border-radius: 6px 0 6px 6px;
|
||||
-moz-border-radius: 6px 0 6px 6px;
|
||||
border-radius: 6px 0 6px 6px;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
img.warn {
|
||||
border: 2px solid #8a6d3b;
|
||||
}
|
||||
|
||||
img.crit {
|
||||
border: 2px solid #a94442;
|
||||
}
|
||||
|
||||
img.unkn {
|
||||
border: 2px solid #ffaa00;
|
||||
}
|
||||
|
||||
.text-critical {
|
||||
color: #a94442;
|
||||
}
|
||||
|
||||
.text-critical:hover {
|
||||
color: #843534;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue