Bug 555845 - Improve legibility of the menu bar on glass. r=gavin

This commit is contained in:
Dão Gottwald 2010-08-25 15:12:57 +02:00
parent 7331fd3eeb
commit 5b673add8f

View File

@ -59,6 +59,11 @@
background-color: -moz-dialog;
}
#main-menubar:not(:-moz-lwtheme):not(:-moz-window-inactive) {
background-color: rgba(255,255,255,.5);
-moz-border-radius: 4px;
}
#urlbar,
.searchbar-textbox {
background-color: rgba(255,255,255,.725);