revert: Revert "Bug 1802142 - Remove no longer used browser-bottombox. r=dao"

(cherry picked from commit 48501490f3aed6d5cef92ea08cfb25abf0e0df92)
This commit is contained in:
Alex Kontos
2023-05-30 15:26:49 +01:00
parent f6af2f42ad
commit eed34dc1dd
3 changed files with 13 additions and 0 deletions

View File

@@ -138,6 +138,10 @@
#include fullscreen-and-pointerlock.inc.xhtml
<vbox id="browser-bottombox" layer="true">
<!-- gNotificationBox will be added here lazily. -->
</vbox>
<html:div id="a11y-announcement" role="alert"/>
<!-- Put it at the very end to make sure it's not covered by anything. -->

View File

@@ -64,6 +64,11 @@
}
}
#browser-bottombox {
/* opaque for layers optimization */
background-color: -moz-Dialog;
}
/* Bookmark menus */
.bookmark-item {
&:is(menu, menuitem) {

View File

@@ -64,6 +64,10 @@
}
}
#browser-bottombox:not(:-moz-lwtheme) {
background-color: -moz-dialog;
}
/* Titlebar */
.titlebar-buttonbox {