From 8528b55888f5837044493656ff6337344247b835 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 20 Jun 2021 07:23:14 +0300 Subject: [PATCH] remove border around manage buttonbox and add them background, fixes #119 --- content/addon_manage_buttons_without_popup.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/addon_manage_buttons_without_popup.css b/content/addon_manage_buttons_without_popup.css index 85d445b..bed349a 100644 --- a/content/addon_manage_buttons_without_popup.css +++ b/content/addon_manage_buttons_without_popup.css @@ -22,6 +22,10 @@ See the above repository for updates as well as full license text. */ display: flex !important; padding: 0 !important; margin: 0px calc(0px - var(--card-padding)) !important; + border-width: 1px 0 0 0 !important; + border-radius: 0 !important; + box-shadow: none !important; + background-color: rgba(127,127,127,0.1) !important; backdrop-filter: none !important; /* Having a backdrop-filter leads to some unexpected layering issues */ }