Fix notification popup dropmarker button

Closes #253
This commit is contained in:
Rafael Mardojai CM 2021-07-25 21:31:05 -05:00
parent ce68042546
commit 0bb5fb149c
2 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,17 @@
/* Buttons Issues/Glitches fixes */ /* Buttons Issues/Glitches fixes */
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; @namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
/* Fix notification dropmarker */
.popup-notification-dropmarker dropmarker {
display: none !important;
}
.popup-notification-dropmarker > .button-box > hbox {
display: -moz-box !important;
}
.panel-footer button.popup-notification-dropmarker {
padding: 0 1px 0 4px !important;
}
/* Fix hover background */ /* Fix hover background */
.toolbarbutton-badge-stack:not(#hack), .toolbarbutton-icon:not(#hack), .toolbarbutton-text:not(#hack) { .toolbarbutton-badge-stack:not(#hack), .toolbarbutton-icon:not(#hack), .toolbarbutton-text:not(#hack) {
background: transparent !important; background: transparent !important;

View File

@ -156,7 +156,8 @@ menu[disabled] > .menu-right {
/* Arrow down buttons */ /* Arrow down buttons */
.expander-down > .button-box, .expander-down > .button-box,
#sidebar-switcher-arrow, #sidebar-switcher-arrow,
#viewButton .button-menu-dropmarker { #viewButton .button-menu-dropmarker,
.popup-notification-dropmarker .button-icon {
-moz-appearance: none !important; -moz-appearance: none !important;
list-style-image: url("../icons/pan-down-symbolic.svg") !important; list-style-image: url("../icons/pan-down-symbolic.svg") !important;
width: 16px !important; width: 16px !important;