Bug 354334 - Background of bookmarks toolbar doesn't properly handle taller items. patch from Phil Ringnalda <philringnalda@gmail.com>, r=mconnor.

This commit is contained in:
mozilla.mano%sent.com 2006-09-27 17:51:34 +00:00
Родитель 97a1e5a9e2
Коммит 0ac79a6db2
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1162,8 +1162,8 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
#PersonalToolbar {
background-image: url("chrome://browser/skin/bookmark_toolbar_background.gif");
background-repeat: repeat-x;
background-position: bottom right;
background-color: rgb(246, 246, 246);
background-position: top right;
background-color: rgb(235, 235, 235);
}
.bookmark-item {