Bug 504275 - Bookmarks need icons even if menus_have_icons=false. r=dao

This commit is contained in:
Michael Ventnor 2009-07-17 10:54:31 +02:00
parent 3f98fff29e
commit a0703c92cb

View File

@ -65,6 +65,13 @@ toolbarpaletteitem[place="palette"] > toolbaritem > hbox[type="places"] {
font-weight: bold;
}
%ifdef MOZ_WIDGET_GTK2
/* Bookmarks override the "images-in-menus" metric in xul.css */
.bookmark-item > .menu-iconic-left {
visibility: inherit;
}
%endif
#editBMPanel_tagsSelector {
/* override default listbox width from xul.css */
width: auto;