зеркало из https://github.com/mozilla/pjs.git
bug 368761: "Report Web Forgery..." in the Help menu should be smarter
patch: swap help menu item based on context r=bryner
This commit is contained in:
Родитель
a66a4eef62
Коммит
c08808bde6
|
@ -1334,10 +1334,19 @@ 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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче