summaryrefslogtreecommitdiff
path: root/src/chrome/browser/browser.css
diff options
context:
space:
mode:
authorLootyhoof <lootyhoofer@gmail.com>2015-12-16 22:41:07 +0000
committerLootyhoof <lootyhoofer@gmail.com>2015-12-16 22:41:07 +0000
commita70410b9077dac6c7467359f6785d44b15e4f654 (patch)
treefc982dd66f99b02026d87ab28f06e695bf932395 /src/chrome/browser/browser.css
parent6c62c8d18d5b5672c70b54f0ecc3de092b929b81 (diff)
Show more icons in history/bookmarks menus
Diffstat (limited to 'src/chrome/browser/browser.css')
-rw-r--r--src/chrome/browser/browser.css18
1 files changed, 16 insertions, 2 deletions
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css
index c7c104e..fb449aa 100644
--- a/src/chrome/browser/browser.css
+++ b/src/chrome/browser/browser.css
@@ -246,12 +246,25 @@
246 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png"); 246 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
247} 247}
248 248
249#BMB_bookmarkThisPage, 249#appmenu_showAllBookmarks,
250#appmenu_bookmarkThisPage { 250#bookmarksShowAll,
251#BMB_bookmarksShowAll {
252 list-style-image: url("chrome://browser/skin/places/allBookmarks.png");
253}
254
255#appmenu_bookmarkThisPage,
256#menu_bookmarkThisPage,
257#BMB_bookmarkThisPage {
251 list-style-image: url("chrome://browser/skin/places/bookmark.png"); 258 list-style-image: url("chrome://browser/skin/places/bookmark.png");
252 -moz-image-region: rect(0 16px 16px 0); 259 -moz-image-region: rect(0 16px 16px 0);
253} 260}
254 261
262#appmenu_showAllHistory,
263#menu_showAllHistory,
264#HMB_showAllHistory {
265 list-style-image: url("chrome://browser/skin/places/history.png");
266}
267
255/* ::::: bookmark items ::::: */ 268/* ::::: bookmark items ::::: */
256 269
257.bookmark-item { 270.bookmark-item {
@@ -2044,6 +2057,7 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
2044} 2057}
2045 2058
2046#appmenu_unsortedBookmarks, 2059#appmenu_unsortedBookmarks,
2060#menu_unsortedBookmarks,
2047#BMB_unsortedBookmarks { 2061#BMB_unsortedBookmarks {
2048 list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png"); 2062 list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png");
2049 -moz-image-region: auto; 2063 -moz-image-region: auto;