mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
fix colored border and highlights
This commit is contained in:
parent
b0d1f5b595
commit
16bba8cc6f
1 changed files with 27 additions and 3 deletions
|
@ -24,7 +24,7 @@ img#zoom_image{
|
||||||
}
|
}
|
||||||
|
|
||||||
.link-domain {
|
.link-domain {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
color: #660066;
|
color: #660066;
|
||||||
}
|
}
|
||||||
.link-host {
|
.link-host {
|
||||||
|
@ -35,10 +35,34 @@ ul.groupview, ul.groupview ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
.munin-icon {
|
.munin-icon {
|
||||||
background: url(../img/logo-munin.png) left top;
|
background: url(../img/logo-munin.png) left top;
|
||||||
margin-top: -6px;
|
margin-top: -6px;
|
||||||
width: 35px;
|
width: 35px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
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