From 57e462ee31d70ec0b5d8eda6e062504ff4b06b0c Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 21 Nov 2020 17:39:14 +0300 Subject: [PATCH] unreachable dimming should not apply to frames --- popup/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup/popup.css b/popup/popup.css index b2f61943..a4b8ae1e 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -778,7 +778,7 @@ body.blocked .actions > .main-controls { margin: 0 .25em .25em 0; } -.unreachable .entry { +.unreachable .entry:not(.frame) { opacity: .25; }