Skip to content

Commit 0f6b060

Browse files
committed
Remove no longer used browser-bottombox. r=dao
1 parent 0fc22b7 commit 0f6b060

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

browser/base/content/browser.xhtml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@
172172

173173
#include fullscreen-and-pointerlock.inc.xhtml
174174

175+
<vbox id="browser-bottombox" layer="true">
176+
<!-- gNotificationBox will be added here lazily. -->
177+
</vbox>
178+
175179
<html:div id="a11y-announcement" role="alert"/>
176180

177181
<!-- Put it at the very end to make sure it's not covered by anything. -->

browser/themes/linux/browser.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ toolbar[brighttext]:not(:-moz-lwtheme) {
5757
position: relative;
5858
}
5959

60+
#browser-bottombox {
61+
/* opaque for layers optimization */
62+
background-color: -moz-Dialog;
63+
}
64+
6065
/* Bookmark menus */
6166
menu.bookmark-item,
6267
menuitem.bookmark-item {

browser/themes/windows/browser.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@
160160
-moz-default-appearance: toolbox;
161161
}
162162

163+
#browser-bottombox:not(:-moz-lwtheme) {
164+
background-color: -moz-dialog;
165+
}
166+
163167
/* Titlebar */
164168

165169
:root[tabsintitlebar][sizemode="normal"] #titlebar {

0 commit comments

Comments
 (0)