commit a70410b9077dac6c7467359f6785d44b15e4f654
parent 6c62c8d18d5b5672c70b54f0ecc3de092b929b81
Author: Lootyhoof <lootyhoofer@gmail.com>
Date: Wed, 16 Dec 2015 22:41:07 +0000
Show more icons in history/bookmarks menus
Diffstat:
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css
@@ -246,12 +246,25 @@
list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
}
-#BMB_bookmarkThisPage,
-#appmenu_bookmarkThisPage {
+#appmenu_showAllBookmarks,
+#bookmarksShowAll,
+#BMB_bookmarksShowAll {
+ list-style-image: url("chrome://browser/skin/places/allBookmarks.png");
+}
+
+#appmenu_bookmarkThisPage,
+#menu_bookmarkThisPage,
+#BMB_bookmarkThisPage {
list-style-image: url("chrome://browser/skin/places/bookmark.png");
-moz-image-region: rect(0 16px 16px 0);
}
+#appmenu_showAllHistory,
+#menu_showAllHistory,
+#HMB_showAllHistory {
+ list-style-image: url("chrome://browser/skin/places/history.png");
+}
+
/* ::::: bookmark items ::::: */
.bookmark-item {
@@ -2044,6 +2057,7 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
}
#appmenu_unsortedBookmarks,
+#menu_unsortedBookmarks,
#BMB_unsortedBookmarks {
list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png");
-moz-image-region: auto;