summaryrefslogtreecommitdiff
path: root/browser/themes/linux
diff options
context:
space:
mode:
authorAntonius32 <Antonius32@users.noreply.github.com>2015-11-26 20:19:06 +0100
committerAntonius32 <Antonius32@users.noreply.github.com>2015-11-26 20:19:06 +0100
commit5a190a9b39aada5a511c683752196d4c32285f9c (patch)
tree84ca9fd0aa272fd3228436240d92bbb6bf560c05 /browser/themes/linux
parent81ebc203c4c747926252a71fe586338536e00c96 (diff)
downloadpalemoon-gre-5a190a9b39aada5a511c683752196d4c32285f9c.tar.gz
Add missing icons to Bookmarks and History menus on Linux
Diffstat (limited to 'browser/themes/linux')
-rw-r--r--browser/themes/linux/browser.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css
index e5c851e94..be7336e84 100644
--- a/browser/themes/linux/browser.css
+++ b/browser/themes/linux/browser.css
@@ -464,18 +464,22 @@ menuitem:not([type]):not(.menuitem-tooltip):not(.menuitem-iconic-tooltip) {
#appmenu_history,
#appmenu_showAllHistory,
-#menu_showAllHistory {
+#menu_showAllHistory,
+#HMB_showAllHistory {
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
-moz-image-region: rect(0px 32px 16px 16px);
}
#appmenu_bookmarks,
#appmenu_showAllBookmarks,
-#bookmarksShowAll {
+#bookmarksShowAll,
+#BMB_bookmarksShowAll {
list-style-image: url("chrome://browser/skin/Toolbar-small.png");
-moz-image-region: rect(0px 48px 16px 32px);
}
+#appmenu_subscribeToPage:not([disabled]),
+#appmenu_subscribeToPageMenu,
#subscribeToPageMenuitem:not([disabled]),
#subscribeToPageMenupopup,
#BMB_subscribeToPageMenuitem:not([disabled]),
@@ -483,15 +487,20 @@ menuitem:not([type]):not(.menuitem-tooltip):not(.menuitem-iconic-tooltip) {
list-style-image: url("chrome://browser/skin/page-livemarks.png");
}
+#appmenu_bookmarksToolbar,
#bookmarksToolbarFolderMenu,
#BMB_bookmarksToolbar {
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png");
}
+#appmenu_bookmarkThisPage,
+#menu_bookmarkThisPage,
#BMB_bookmarkThisPage {
list-style-image: url("chrome://browser/skin/places/starPage.png");
}
+#appmenu_unsortedBookmarks,
+#menu_unsortedBookmarks,
#BMB_unsortedBookmarks {
list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png");
}
@@ -524,7 +533,8 @@ menuitem:not([type]):not(.menuitem-tooltip):not(.menuitem-iconic-tooltip) {
}
#appmenu_sanitizeHistory,
-#sanitizeItem {
+#sanitizeItem,
+#HMB_sanitizeItem {
list-style-image: url("moz-icon://stock/gtk-clear?size=menu");
}