From 7f70d06b805e1db091192b36affca19899e88a7a Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 6 Jun 2023 17:35:45 +0900 Subject: [PATCH] Fix: Bookmark Popup Menu - Compatibility #715 --- userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index 1836c86..7fb4cfc 100644 --- a/userChrome.css +++ b/userChrome.css @@ -6,8 +6,8 @@ /* Enable option to edit bookmark URLs under Add Bookmark (blue star) menu */ /* - * #editBMPanel_locationRow { - * visibility: visible !important; + * .editBMPanel_locationRow { + * display: initial !important; * } */