update
This commit is contained in:
parent
163506a017
commit
f9d368e813
@ -651,7 +651,7 @@ treechildren::-moz-tree-image {
|
|||||||
#tracking-protection-icon-animatable-image,
|
#tracking-protection-icon-animatable-image,
|
||||||
#reader-mode-button > .urlbar-icon,
|
#reader-mode-button > .urlbar-icon,
|
||||||
#star-button:not([starred]),
|
#star-button:not([starred]),
|
||||||
#context-bookmarkpage:not([starred]),
|
#context-bookmarkpage:not([starred]) .menu-iconic-icon,
|
||||||
#geo-sharing-icon[sharing], .geo-icon,
|
#geo-sharing-icon[sharing], .geo-icon,
|
||||||
.blocked-permission-icon.popup-icon,
|
.blocked-permission-icon.popup-icon,
|
||||||
#webrtc-sharing-icon[sharing="screen"],
|
#webrtc-sharing-icon[sharing="screen"],
|
||||||
|
@ -153,6 +153,7 @@ panel:not([remote]), #BMB_bookmarksPopup {
|
|||||||
/* Style popovers menu buttons */
|
/* Style popovers menu buttons */
|
||||||
menuitem, menupopup menu,
|
menuitem, menupopup menu,
|
||||||
.subviewbutton:not(#appMenu-fxa-label2),
|
.subviewbutton:not(#appMenu-fxa-label2),
|
||||||
|
.toolbarbutton-1,
|
||||||
.protections-popup-footer-button,
|
.protections-popup-footer-button,
|
||||||
.protections-popup-category,
|
.protections-popup-category,
|
||||||
.identity-popup-content-blocking-category,
|
.identity-popup-content-blocking-category,
|
||||||
@ -165,13 +166,26 @@ menuitem, menupopup menu,
|
|||||||
min-height: 28px !important;
|
min-height: 28px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subviewbutton:not(.subviewbutton-back),
|
.subviewbutton,
|
||||||
|
.protections-popup-footer-button,
|
||||||
.protections-popup-category,
|
.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;
|
padding: 5px !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subviewbutton[shortcut]:after {
|
||||||
|
opacity: 0.5 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bookmark-item .menu-right {
|
||||||
|
fill-opacity: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Menu buttons disabled */
|
/* Menu buttons disabled */
|
||||||
menuitem[disabled="true"], menupopup menu[disabled="true"],
|
menuitem[disabled="true"], menupopup menu[disabled="true"],
|
||||||
.subviewbutton[disabled="true"], .toolbarbutton-1[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"] {
|
.identity-popup-content-blocking-category[disabled="true"] {
|
||||||
opacity: 0.5 !important;
|
opacity: 0.5 !important;
|
||||||
/* color: var(--gnome-inactive-toolbar-color) !important;*/
|
/* color: var(--gnome-inactive-toolbar-color) !important;*/
|
||||||
background: none !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.subviewbutton[shortcut]:after {
|
menuitem[disabled="true"][_moz-menuactive], menupopup menu[disabled="true"][_moz-menuactive] {
|
||||||
opacity: 0.5 !important;
|
background: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Menu buttons hover */
|
/* Menu buttons hover */
|
||||||
|
@ -651,7 +651,7 @@ treechildren::-moz-tree-image {
|
|||||||
#tracking-protection-icon-animatable-image,
|
#tracking-protection-icon-animatable-image,
|
||||||
#reader-mode-button > .urlbar-icon,
|
#reader-mode-button > .urlbar-icon,
|
||||||
#star-button:not([starred]),
|
#star-button:not([starred]),
|
||||||
#context-bookmarkpage:not([starred]),
|
#context-bookmarkpage:not([starred]) .menu-iconic-icon,
|
||||||
#geo-sharing-icon[sharing], .geo-icon,
|
#geo-sharing-icon[sharing], .geo-icon,
|
||||||
.blocked-permission-icon.popup-icon,
|
.blocked-permission-icon.popup-icon,
|
||||||
#webrtc-sharing-icon[sharing="screen"],
|
#webrtc-sharing-icon[sharing="screen"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user