From 6693d10010b6175f1e6dd73184ae5ec866b202ba Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 2 May 2020 19:08:48 -0400 Subject: [PATCH] Fix the whole help button changing color --- macrovision.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macrovision.css b/macrovision.css index 425a6afe..043f49a6 100644 --- a/macrovision.css +++ b/macrovision.css @@ -410,7 +410,7 @@ body.toggle-bottom-name .bottom-name { padding-top: 1pt; } -#open-help.highlighted::before { +#open-help.highlighted::after { position: absolute; top: 0; left: 0; @@ -418,7 +418,7 @@ body.toggle-bottom-name .bottom-name { display: block; height: 100%; width: 100%; - background: white; + background: inherit; filter: drop-shadow(0px 0px 10px white) drop-shadow(0px 0px 10px white); z-index: -1; animation: pulsing 5s linear 0s infinite;