mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1076626 - Global notification bars should be hidden in fullscreen mode. r=dao
This commit is contained in:
parent
020b188c14
commit
d257412d67
@ -252,6 +252,11 @@ toolbar[customizing] > .overflow-button {
|
||||
|
||||
%endif
|
||||
|
||||
#main-window[inFullscreen] #global-notificationbox,
|
||||
#main-window[inFullscreen] #high-priority-global-notificationbox {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
/* Rules to help integrate SDK widgets */
|
||||
toolbaritem[sdkstylewidget="true"] > toolbarbutton,
|
||||
toolbarpaletteitem > toolbaritem[sdkstylewidget="true"] > iframe,
|
||||
|
Loading…
Reference in New Issue
Block a user