Skip to content

Commit

Permalink
Show more icons in history/bookmarks menus
Browse files Browse the repository at this point in the history
  • Loading branch information
Lootyhoof committed Dec 10, 2015
1 parent 680b1a2 commit 3dc6068
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/chrome/browser/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,25 @@ toolbox {
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");
}

/* ::::: navigation toolbar ::::: */

#nav-bar {
Expand Down Expand Up @@ -2909,6 +2922,7 @@ tabpanels {
}

#appmenu_unsortedBookmarks,
#menu_unsortedBookmarks,
#BMB_unsortedBookmarks {
list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png");
-moz-image-region: auto;
Expand Down

0 comments on commit 3dc6068

Please sign in to comment.