only nodes offline for less than 1 day are blinking
This commit is contained in:
parent
a3c8403c2d
commit
9bb78b501e
2 changed files with 22 additions and 8 deletions
11
history.html
11
history.html
|
@ -218,17 +218,20 @@
|
|||
}
|
||||
|
||||
.leaflet-marker-icon.node-new {
|
||||
filter: hue-rotate(203deg) brightness(2.5);
|
||||
-webkit-filter: hue-rotate(203deg) brightness(2.5);
|
||||
filter: hue-rotate(88deg) brightness(1.5);
|
||||
-webkit-filter: hue-rotate(88deg) brightness(1.5);
|
||||
}
|
||||
|
||||
.leaflet-marker-icon.node-offline {
|
||||
filter: saturate(160%);
|
||||
-webkit-filter: saturate(160%);
|
||||
}
|
||||
|
||||
.leaflet-marker-icon.node-alert {
|
||||
-webkit-animation: blink 1s linear;
|
||||
-webkit-animation-iteration-count: infinite;
|
||||
animation: blink 1s linear;
|
||||
animation-iteration-count: infinite;
|
||||
filter: saturate(160%);
|
||||
-webkit-filter: saturate(160%);
|
||||
}
|
||||
|
||||
@-webkit-keyframes blink {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue