mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 555845 - Improve legibility of the menu bar on glass. r=gavin
This commit is contained in:
parent
7331fd3eeb
commit
5b673add8f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user