blink the power-off switch in red

This commit is contained in:
tophf 2022-03-10 22:27:32 +03:00
parent 963e58f237
commit 238b1db31e

View File

@ -57,7 +57,13 @@ body:not(.blocked) .if-blocked,
color: var(--red1);
}
.all-disabled #disableAll-label .svg-icon {
fill: var(--red1);
fill: currentColor;
}
.all-disabled #installed:hover + #main-actions #disableAll-label {
animation: .5s blink-red infinite;
}
@keyframes blink-red {
50% { color: var(--fg); }
}
#no-styles {