revert: Revert "Bug 1802142 - Remove no longer used browser-bottombox. r=dao"
(cherry picked from commit 48501490f3aed6d5cef92ea08cfb25abf0e0df92)
This commit is contained in:
@@ -138,6 +138,10 @@
|
|||||||
|
|
||||||
#include fullscreen-and-pointerlock.inc.xhtml
|
#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"/>
|
<html:div id="a11y-announcement" role="alert"/>
|
||||||
|
|
||||||
<!-- Put it at the very end to make sure it's not covered by anything. -->
|
<!-- Put it at the very end to make sure it's not covered by anything. -->
|
||||||
|
|||||||
@@ -64,6 +64,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#browser-bottombox {
|
||||||
|
/* opaque for layers optimization */
|
||||||
|
background-color: -moz-Dialog;
|
||||||
|
}
|
||||||
|
|
||||||
/* Bookmark menus */
|
/* Bookmark menus */
|
||||||
.bookmark-item {
|
.bookmark-item {
|
||||||
&:is(menu, menuitem) {
|
&:is(menu, menuitem) {
|
||||||
|
|||||||
@@ -64,6 +64,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#browser-bottombox:not(:-moz-lwtheme) {
|
||||||
|
background-color: -moz-dialog;
|
||||||
|
}
|
||||||
|
|
||||||
/* Titlebar */
|
/* Titlebar */
|
||||||
|
|
||||||
.titlebar-buttonbox {
|
.titlebar-buttonbox {
|
||||||
|
|||||||
Reference in New Issue
Block a user