b=590468 use window background color for browser-bottombox to make it opaque r=dao

This commit is contained in:
Karl Tomlinson 2010-08-27 18:15:08 -05:00
parent a164b8e213
commit 98181c0fc9

View File

@ -68,6 +68,11 @@
padding-top: 0;
}
#browser-bottombox:not([lwthemefooter="true"]) {
/* opaque for layers optimization */
background-color: -moz-Dialog;
}
#urlbar:-moz-lwtheme:not([focused="true"]),
.searchbar-textbox:-moz-lwtheme:not([focused="true"]),
.tabbrowser-tab:-moz-lwtheme:not([selected="true"]) {