Bug 498628 - autohide="true" should be a no-op for menu toolbars on Linux. r=neil

This commit is contained in:
Dão Gottwald 2009-06-17 08:30:44 +02:00
Родитель 0e36ac6584
Коммит 26cdfe1e13
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -239,7 +239,9 @@ toolbar[type="menubar"] {
min-height: 0 !important;
border: 0 !important;
}
%else
%endif
%ifdef XP_WIN
toolbar[type="menubar"][autohide="true"] {
-moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar-menubar-autohide");
overflow: hidden;