2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

fix colored border and highlights

This commit is contained in:
swuschke 2016-08-03 00:18:45 +02:00
parent b0d1f5b595
commit 16bba8cc6f

View File

@ -42,3 +42,27 @@ ul.groupview, ul.groupview ul {
display: block;
float: left;
}
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
}