Skip to content

Commit

Permalink
Fix: Bookmarks menu padding and icons #136
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Aug 25, 2021
1 parent d8289ce commit 40d31b0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
}

/* Fallback background */
menupopup {
#mainPopupSet > menupopup {
background-color: var(--lwt-accent-color, var(--in-content-page-background)) !important;
}

Expand Down Expand Up @@ -1506,6 +1506,17 @@
list-style-image: url(chrome://global/skin/icons/settings.svg);
}

/*= BMB_bookmarksPopup =====================================================*/
#BMB_viewBookmarksSidebar {
}
#BMB_bookmarksShowAllTop,
#BMB_bookmarksShowAll {
--menuitem-image: url(chrome://browser/skin/bookmark-star-on-tray.svg);
}
#BMB_bookmarksToolbar {
--menuitem-image: url(chrome://browser/skin/bookmarks-toolbar.svg);
}

/** Context Menu - Icons ****************************************************/
/*= Layout =================================================================*/
menupopup menuitem:not([type="checkbox"]),
Expand Down

0 comments on commit 40d31b0

Please sign in to comment.