Bug 1076626 - Global notification bars should be hidden in fullscreen mode. r=dao

This commit is contained in:
anirudhgp 2014-10-03 13:29:57 +02:00
Родитель 48bdbd6cb3
Коммит 7b5b772866
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -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,