From 974d728ba9c841df9b035d7b6c3d36cff33a9992 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 29 Dec 2018 17:17:15 +0200 Subject: [PATCH] Use toolbar background as fallback-color --- chrome/status_inside_urlbar.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/status_inside_urlbar.css b/chrome/status_inside_urlbar.css index 8e8c8fb..3a411d9 100644 --- a/chrome/status_inside_urlbar.css +++ b/chrome/status_inside_urlbar.css @@ -25,6 +25,8 @@ color: inherit !important; } +#statuspanel-inner{ background-color: var(--toolbar-bgcolor) } + #statuspanel{ color: lightpink; z-index: -1; } #statuspanel[type="status"] { color: skyblue }