Révision 16bba8cc
fix colored border and highlights
| templates/munstrap/static/css/style-munstrap.css | ||
|---|---|---|
| 24 | 24 |
} |
| 25 | 25 |
|
| 26 | 26 |
.link-domain {
|
| 27 |
font-size: 1.4em;
|
|
| 27 |
font-size: 1.4em; |
|
| 28 | 28 |
color: #660066; |
| 29 | 29 |
} |
| 30 | 30 |
.link-host {
|
| ... | ... | |
| 35 | 35 |
list-style-type: none; |
| 36 | 36 |
} |
| 37 | 37 |
.munin-icon {
|
| 38 |
background: url(../img/logo-munin.png) left top;
|
|
| 38 |
background: url(../img/logo-munin.png) left top; |
|
| 39 | 39 |
margin-top: -6px; |
| 40 |
width: 35px;
|
|
| 40 |
width: 35px; |
|
| 41 | 41 |
height: 35px; |
| 42 | 42 |
display: block; |
| 43 | 43 |
float: left; |
| 44 | 44 |
} |
| 45 |
|
|
| 46 |
img {
|
|
| 47 |
border: 2px solid transparent; |
|
| 48 |
} |
|
| 49 |
|
|
| 50 |
img.warn {
|
|
| 51 |
border: 2px solid #8a6d3b; |
|
| 52 |
} |
|
| 53 |
|
|
| 54 |
img.crit {
|
|
| 55 |
border: 2px solid #a94442; |
|
| 56 |
} |
|
| 57 |
|
|
| 58 |
img.unkn {
|
|
| 59 |
border: 2px solid #ffaa00; |
|
| 60 |
} |
|
| 61 |
|
|
| 62 |
.text-critical {
|
|
| 63 |
color: #a94442 |
|
| 64 |
} |
|
| 65 |
|
|
| 66 |
.text-critical:hover {
|
|
| 67 |
color: #843534 |
|
| 68 |
} |
|
Formats disponibles : Unified diff