From 4593b5f21a5d23c5346718ab217b06a415cb6ebb Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Mon, 27 Jan 2020 18:45:36 -0500 Subject: [PATCH] Popovers: protections: fix header top border radius, #91 --- theme/parts/popups-contents.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme/parts/popups-contents.css b/theme/parts/popups-contents.css index 1843033..5e42cf7 100644 --- a/theme/parts/popups-contents.css +++ b/theme/parts/popups-contents.css @@ -195,9 +195,12 @@ /* Protections popup */ .protections-popup-section, -#protections-popup-not-blocking-section-header { +#protections-popup-not-blocking-section-header { border: 0 !important; } +#protections-popup-mainView-panel-header-section { + background: transparent !important; +} #protections-popup-mainView-panel-header { background: var(--gnome-button-suggested-action-background) !important;