buttons: Fix menulist

This commit is contained in:
Rafael Mardojai CM 2023-08-02 15:44:05 -05:00
parent f27d532056
commit 1caa82ef7d
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
2 changed files with 12 additions and 4 deletions

View File

@ -1,6 +1,11 @@
/* Buttons Issues/Glitches fixes */
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
/* Menulist */
link[href="chrome://global/skin/menulist.css"] ~ dropmarker {
align-items: center !important;
}
/* Remove the header bar buttons' hover styles */
#nav-bar {
--toolbarbutton-active-background: transparent !important;

View File

@ -77,7 +77,8 @@ button.close::before,
/* Fix icons sizes */
.permission-popup-permission-remove-button > .button-box > .button-icon,
.menu-iconic-icon {
.menu-iconic-icon,
link[href="chrome://global/skin/dropmarker.css"] + image {
height: 16px !important;
width: 16px !important;
}
@ -188,10 +189,7 @@ arrowscrollbox[orient="horizontal"] {
/* Arrow up buttons */
.expander-up > .button-box {
-moz-appearance: none !important;
list-style-image: url("../icons/pan-up-symbolic.svg") !important;
width: 16px !important;
height: 16px !important;
}
/* Search entries */
@ -266,6 +264,11 @@ menuitem[type="radio"][disabled="true"] .menu-iconic-icon {
opacity: 0.5;
}
/* Dropmarker */
link[href="chrome://global/skin/dropmarker.css"] + image {
list-style-image: url("../icons/pan-down-symbolic.svg") !important;
}
/* Close button */
.close-icon:not(.tab-close-button),
.identity-popup-permission-remove-button .button-icon,