blink the power-off switch in red
This commit is contained in:
parent
963e58f237
commit
238b1db31e
|
@ -57,7 +57,13 @@ body:not(.blocked) .if-blocked,
|
||||||
color: var(--red1);
|
color: var(--red1);
|
||||||
}
|
}
|
||||||
.all-disabled #disableAll-label .svg-icon {
|
.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 {
|
#no-styles {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user