46 lines
1.0 KiB
Plaintext
46 lines
1.0 KiB
Plaintext
.leaflet-container .node {
|
|
width: 3px;
|
|
height: 3px;
|
|
background-color: rgba(0,0,255,0.5);
|
|
border: 2px solid white;
|
|
border-radius: 10px;
|
|
}
|
|
.leaflet-container .node.warn {
|
|
background-color: rgba(255, 165, 0, 0.7);
|
|
}
|
|
.leaflet-container .node.offline {
|
|
background-color: rgba(255,0,0,0.7);
|
|
}
|
|
.leaflet-container .node.client24 {
|
|
border-left: 3px solid green;
|
|
}
|
|
.leaflet-container .node.client5 {
|
|
border-right: 3px solid green;
|
|
}
|
|
.leaflet-container .node.client24-warn {
|
|
border-left: 3px solid yellow;
|
|
}
|
|
.leaflet-container .node.client5-warn {
|
|
border-right: 3px solid yellow;
|
|
}
|
|
.leaflet-container .node.client24-crit {
|
|
border-left: 3px solid red;
|
|
}
|
|
.leaflet-container .node.client5-crit {
|
|
border-right: 3px solid red;
|
|
}
|
|
.leaflet-container .nodeicon-label {
|
|
font-size: 12px;
|
|
font-weight: lighter;
|
|
}
|
|
.leaflet-container .nodeicon-label table {
|
|
width: 100%;
|
|
}
|
|
.leaflet-container .nodeicon-label td {
|
|
border-top: 1px solid #999;
|
|
text-align: right;
|
|
}
|
|
.leaflet-container .nodeicon-label td:first-child {
|
|
text-align: left;
|
|
}
|