From e74ecfce29f972dbe6e109cd6c62c99755498265 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Mon, 20 Sep 2021 03:45:38 +0900 Subject: [PATCH] Fix: Bookmark Menu - Remove border at win7, 8 --- userChrome.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/userChrome.css b/userChrome.css index b493f10..bda4922 100644 --- a/userChrome.css +++ b/userChrome.css @@ -105,6 +105,13 @@ #main-menubar > menu[_moz-menuactive="true"] { background-color: -moz-menuhover !important; /* Make to original */ } + + #PlacesToolbar menu, + #PlacesToolbar menuitem, + #BMB_bookmarksPopup menu, + #BMB_bookmarksPopup menuitem { + border: none !important; /* Remove border */ + } } @media (-moz-os-version: windows-win7) {