Bug 461366 - Don't use -moz-appearance for browser window background, it's not shown anyway, r=gavin

This commit is contained in:
Markus Stange 2008-12-08 15:59:41 +01:00
Родитель a54fb0ee69
Коммит ff4df73351
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -46,12 +46,15 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
#main-window[chromehidden~="toolbar"][chromehidden~="location"][chromehidden~="directories"] {
border-top: 1px solid rgba(0,0,0,0.65);
#main-window {
-moz-appearance: none;
background-color: #eeeeee;
}
#main-window[chromehidden~="toolbar"][chromehidden~="location"][chromehidden~="directories"] {
border-top: 1px solid rgba(0,0,0,0.65);
}
/* ----- INACTIVE WINDOW ----- */
#main-window:not([active="true"]) > #navigator-toolbox > #nav-bar {