mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
status-inside-urlbar: add background-color to .browserStack
This opaque background allows us to draw statuspanel behind it. Without this patch, the statupanel could be shown on tabs that don't yet have associated <browser> such as when restoring a tab after startup.
This commit is contained in:
parent
8de1ddc044
commit
22a42117d0
2 changed files with 10 additions and 0 deletions
|
@ -84,6 +84,11 @@ As a workaround, the -moz-element background image is removed somewhat often whi
|
||||||
margin-top: 0px !important;
|
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 */
|
/* OPTIONAL FEATURES */
|
||||||
/* Uncomment to enable */
|
/* Uncomment to enable */
|
||||||
|
|
||||||
|
|
|
@ -60,6 +60,11 @@ As a workaround, the -moz-element background image is removed somewhat often whi
|
||||||
}
|
}
|
||||||
#statuspanel[type="status"] { color: Highlight }
|
#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 */
|
/* OPTIONAL FEATURES */
|
||||||
/* Uncomment to enable */
|
/* Uncomment to enable */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue