diff --git a/src/other/firefox/Monterey/parts/icons.css b/src/other/firefox/Monterey/parts/icons.css index 52cb1e8..18af355 100644 --- a/src/other/firefox/Monterey/parts/icons.css +++ b/src/other/firefox/Monterey/parts/icons.css @@ -651,7 +651,7 @@ treechildren::-moz-tree-image { #tracking-protection-icon-animatable-image, #reader-mode-button > .urlbar-icon, #star-button:not([starred]), - #context-bookmarkpage:not([starred]), + #context-bookmarkpage:not([starred]) .menu-iconic-icon, #geo-sharing-icon[sharing], .geo-icon, .blocked-permission-icon.popup-icon, #webrtc-sharing-icon[sharing="screen"], diff --git a/src/other/firefox/Monterey/parts/popups.css b/src/other/firefox/Monterey/parts/popups.css index 9b4a51f..4a0004c 100644 --- a/src/other/firefox/Monterey/parts/popups.css +++ b/src/other/firefox/Monterey/parts/popups.css @@ -153,6 +153,7 @@ panel:not([remote]), #BMB_bookmarksPopup { /* Style popovers menu buttons */ menuitem, menupopup menu, .subviewbutton:not(#appMenu-fxa-label2), +.toolbarbutton-1, .protections-popup-footer-button, .protections-popup-category, .identity-popup-content-blocking-category, @@ -165,13 +166,26 @@ menuitem, menupopup menu, min-height: 28px !important; } -.subviewbutton:not(.subviewbutton-back), +.subviewbutton, +.protections-popup-footer-button, .protections-popup-category, -.identity-popup-content-blocking-category { +.identity-popup-content-blocking-category, +#PlacesToolbar menupopup[placespopup="true"] .bookmark-item, +.openintabs-menuitem, +.widget-overflow-list .toolbarbutton-1 { padding: 5px !important; margin: 0 !important; } +.subviewbutton[shortcut]:after { + opacity: 0.5 !important; +} + +.bookmark-item .menu-right { + fill-opacity: 1 !important; +} + + /* Menu buttons disabled */ menuitem[disabled="true"], menupopup menu[disabled="true"], .subviewbutton[disabled="true"], .toolbarbutton-1[disabled="true"], @@ -179,11 +193,10 @@ menuitem[disabled="true"], menupopup menu[disabled="true"], .identity-popup-content-blocking-category[disabled="true"] { opacity: 0.5 !important; /* color: var(--gnome-inactive-toolbar-color) !important;*/ - background: none !important; } -.subviewbutton[shortcut]:after { - opacity: 0.5 !important; +menuitem[disabled="true"][_moz-menuactive], menupopup menu[disabled="true"][_moz-menuactive] { + background: none !important; } /* Menu buttons hover */ diff --git a/src/other/firefox/WhiteSur/parts/icons.css b/src/other/firefox/WhiteSur/parts/icons.css index 52cb1e8..18af355 100644 --- a/src/other/firefox/WhiteSur/parts/icons.css +++ b/src/other/firefox/WhiteSur/parts/icons.css @@ -651,7 +651,7 @@ treechildren::-moz-tree-image { #tracking-protection-icon-animatable-image, #reader-mode-button > .urlbar-icon, #star-button:not([starred]), - #context-bookmarkpage:not([starred]), + #context-bookmarkpage:not([starred]) .menu-iconic-icon, #geo-sharing-icon[sharing], .geo-icon, .blocked-permission-icon.popup-icon, #webrtc-sharing-icon[sharing="screen"],