Bug 293207 Icons do not show up in menulist in classic theme and menulist is not wide enough in classic/modern theme (classic theme patch)

p=me r=mnyromyr sr=neil
This commit is contained in:
bugzilla%arlen.demon.co.uk 2007-09-06 22:03:41 +00:00
Родитель a3bfc6585c
Коммит 2548f33db2
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -127,6 +127,11 @@ menuitem.bookmark-item {
margin-top: -1px;
}
.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
width: 16px;
height: 16px;
}
.bookmark-group {
list-style-image: url(chrome://communicator/skin/bookmarks/bookmark-group.gif) !important;
}