This commit is contained in:
vinceliuice 2023-01-31 22:08:19 +08:00
parent 163506a017
commit f9d368e813
3 changed files with 20 additions and 7 deletions

View File

@ -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"],

View File

@ -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 */

View File

@ -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"],