From 0bb5fb149c62b81436d52423a558632796a462a9 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sun, 25 Jul 2021 21:31:05 -0500 Subject: [PATCH] Fix notification popup dropmarker button Closes #253 --- theme/parts/buttons-fixes.css | 11 +++++++++++ theme/parts/icons.css | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/theme/parts/buttons-fixes.css b/theme/parts/buttons-fixes.css index bbfbbf5..49837ac 100644 --- a/theme/parts/buttons-fixes.css +++ b/theme/parts/buttons-fixes.css @@ -1,6 +1,17 @@ /* Buttons Issues/Glitches fixes */ @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 */ .toolbarbutton-badge-stack:not(#hack), .toolbarbutton-icon:not(#hack), .toolbarbutton-text:not(#hack) { background: transparent !important; diff --git a/theme/parts/icons.css b/theme/parts/icons.css index de05e54..12c3d99 100644 --- a/theme/parts/icons.css +++ b/theme/parts/icons.css @@ -156,7 +156,8 @@ menu[disabled] > .menu-right { /* Arrow down buttons */ .expander-down > .button-box, #sidebar-switcher-arrow, -#viewButton .button-menu-dropmarker { +#viewButton .button-menu-dropmarker, +.popup-notification-dropmarker .button-icon { -moz-appearance: none !important; list-style-image: url("../icons/pan-down-symbolic.svg") !important; width: 16px !important;