diff --git a/popup/popup.css b/popup/popup.css index ce038dcb..3876aeee 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -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 {