From aba7d3fcb327727271f18b5bafb50aa71b432512 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 15 Nov 2020 13:24:22 -0800 Subject: Make firefox menus translucent --- firefox/userChrome.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'firefox') diff --git a/firefox/userChrome.css b/firefox/userChrome.css index 6a3207a..ba87743 100644 --- a/firefox/userChrome.css +++ b/firefox/userChrome.css @@ -14,3 +14,15 @@ #tabbrowser-tabs tab { min-height: var(--tab-min-height); } + +/* Context menu filters */ +.menu-iconic-left { opacity: 0.7; } +#contentAreaContextMenu, #placesContext, #tabContextMenu, #toolbar-context-menu #sitebarMenu-popup { opacity: 0.7 !important; } +/* Bookmarks Toolbar folters, Bookmarks and History Menu filters */ +#personal-bookmarks .menu-iconic-left, #BMB_bookmarksPopup .menu-iconic-left, #bookmarksMenuPopup .menu-iconic-left, #goPopup .menu-iconic-left { opacity: 0.9 !important; } +menupopup:nth-child(1) { opacity: 0.7; } +/* Page Action context menu filter */ +#pageActionContextMenu .menu-iconic-left { opacity: 0.7 !important; } +#pageActionContextMenu { opacity: 0.7; } +/* Widget Panels (Overflow + add-ons) filter */ +.panel-arrowcontent { opacity: 0.7; } -- cgit v1.2.3-54-g00ecf