From d2bc2f24ea8ae177ffa419539e787998e9bd69cd Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sun, 11 Aug 2019 08:30:10 -0500 Subject: [PATCH] Popovers fixes, fix #69 --- theme/parts/popups.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/theme/parts/popups.css b/theme/parts/popups.css index bb68202..979b2f5 100644 --- a/theme/parts/popups.css +++ b/theme/parts/popups.css @@ -61,11 +61,14 @@ panel:not(.tooltip-xul-wrapper) .panel-arrowcontent { padding: 14px !important; } #notification-popup .panel-arrowcontent, +#appMenu-notification-popup .panel-arrowcontent, #identity-popup .panel-arrowcontent, -#protections-popup .panel-arrowcontent { +#protections-popup .panel-arrowcontent, +#sidebarMenu-popup .panel-arrowcontent { padding: 14px !important; } #notification-popup .panel-footer, +#appMenu-notification-popup .panel-footer, #identity-popup .panel-footer, #identity-popup .panel-header, #protections-popup .panel-footer, @@ -135,7 +138,7 @@ panel:not(.tooltip-xul-wrapper)[type=arrow][remote] .panel-header { } .subviewbutton:not([disabled]):hover, .toolbarbutton-1:not([disabled]):hover, .protections-popup-category:hover { - background: var(--gnome-popover-button-hover-background) !important; + background-color: var(--gnome-popover-button-hover-background) !important; } /* Style popover separators */