Backed out changeset bc169301ff47 (bug 1015163) for bc1/bc2 test failures

This commit is contained in:
Carsten "Tomcat" Book 2014-12-12 13:15:45 +01:00
Родитель e82e89c4ce
Коммит 7ee3f7ea11
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -982,6 +982,7 @@
tooltiptext="&navbarOverflow.label;"/>
<toolbaritem id="PanelUI-button"
class="chromeclass-toolbar-additional"
removable="false">
<toolbarbutton id="PanelUI-menu-button"
class="toolbarbutton-1"

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

@ -34,7 +34,7 @@ window[chromehidden~="status"] .chromeclass-status,
window[chromehidden~="extrachrome"] .chromeclass-extrachrome,
window[chromehidden~="location"] .chromeclass-location,
window[chromehidden~="location"][chromehidden~="toolbar"] .chromeclass-toolbar,
window[chromehidden~="toolbar"] toolbar .chromeclass-toolbar-additional {
window[chromehidden~="toolbar"] .chromeclass-toolbar-additional {
display: none;
}