Bug 567742 - Disable glass in fullscreen mode. r=gavin

This commit is contained in:
Dão Gottwald 2010-06-22 22:20:52 +02:00
parent 3049ec07e1
commit 5c42ff9f69

View File

@ -24,6 +24,11 @@
background: transparent;
}
#main-window:not(:-moz-lwtheme)[inFullscreen="true"] {
-moz-appearance: none;
background-color: #556;
}
#toolbar-menubar:not(:-moz-lwtheme),
#navigator-toolbox[tabsontop="true"] > #TabsToolbar:not(:-moz-lwtheme),
#navigator-toolbox:not([tabsontop="true"]) > #nav-bar:not(:-moz-lwtheme),