mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-26 02:48:28 +00:00
Merge pull request #736 from swus13/master
fix colored border and highlights
This commit is contained in:
commit
5bf70af313
1 changed files with 27 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue