Bug 368761 - "Report Web Forgery..." in the Help menu should be smarter patch: show/hide menus in JS and revert css theme changes r=bryner

This commit is contained in:
tony@ponderer.org 2007-11-06 21:08:33 -08:00
Родитель f8e2f1591a
Коммит 0cb13f4c9d
1 изменённых файлов: 0 добавлений и 9 удалений

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

@ -1334,19 +1334,10 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
visibility: collapse;
}
/* ::::: Help menu items ::::: */
#checkForUpdates[loading="true"] {
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
}
#helpMenu[phishLevel="safe"] #menu_HelpPopup_reportPhishingErrortoolmenu {
display: none;
}
#helpMenu[phishLevel="warn"] #menu_HelpPopup_reportPhishingtoolmenu {
display: none;
}
%ifdef MOZ_PLACES_BOOKMARKS
#places-bookmark {
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png");