diff --git a/chrome/status_inside_urlbar.css b/chrome/status_inside_urlbar.css index 8511d76..17d19f0 100644 --- a/chrome/status_inside_urlbar.css +++ b/chrome/status_inside_urlbar.css @@ -84,6 +84,11 @@ As a workaround, the -moz-element background image is removed somewhat often whi margin-top: 0px !important; } +/* This creates opaque layer to be shown in front of "hidden" real statuspanel */ +.browserStack{ + background-color: var(--tabpanel-background-color); +} + /* OPTIONAL FEATURES */ /* Uncomment to enable */ diff --git a/chrome/status_inside_urlbar_v2.css b/chrome/status_inside_urlbar_v2.css index 0176722..72c0a74 100644 --- a/chrome/status_inside_urlbar_v2.css +++ b/chrome/status_inside_urlbar_v2.css @@ -60,6 +60,11 @@ As a workaround, the -moz-element background image is removed somewhat often whi } #statuspanel[type="status"] { color: Highlight } +/* This creates opaque layer to be shown in front of "hidden" real statuspanel */ +.browserStack{ + background-color: var(--tabpanel-background-color); +} + /* OPTIONAL FEATURES */ /* Uncomment to enable */