Bug 336176 Builds with places disabled still have places-specific style rules, r+a=mconnor

This commit is contained in:
jminta@gmail.com 2007-11-06 21:08:16 -08:00
Родитель 0d7fa3028d
Коммит 9099a67757
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -139,9 +139,11 @@ toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-items {
visibility: hidden;
}
%ifdef MOZ_PLACES
toolbarpaletteitem[place="toolbar"] .places-toolbar-items {
display: none;
}
%endif
/* ::::: bookmark menus ::::: */
@ -992,6 +994,7 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
}
%ifdef MOZ_PLACES
#places-bookmark {
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png");
}
@ -1051,3 +1054,4 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
.bookmark-item[dragover-bottom="true"] {
-moz-border-bottom-colors: #000000;
}
%endif