1
0
Fork 0
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:
Cristian Deluxe 2017-01-28 01:48:31 +01:00
parent 592034ee28
commit 31a71874f5
2 changed files with 25 additions and 1 deletions

View file

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