From 3b3c589d44fc6ecf23e6ca376f69036f851f0335 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 6 Apr 2023 23:03:09 +0000 Subject: [PATCH] editBookmarkPanel: adjust for current non-ESR FF Make the bookmarks panel usable again by hiding all controls except for the name, the "show editor when saving" checkbox and the remove bookmark / save buttons. --- src/userChrome/editBookmarkPanel.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/userChrome/editBookmarkPanel.css b/src/userChrome/editBookmarkPanel.css index 2c294ea..d0844b0 100644 --- a/src/userChrome/editBookmarkPanel.css +++ b/src/userChrome/editBookmarkPanel.css @@ -37,7 +37,17 @@ } #editBMPanel_folderRow, - #editBMPanel_tagsRow { + .editBMPanel_folderRow, + #editBMPanel_tagsRow, + .editBMPanel_tagsRow { display: none; } + + #editBookmarkPanelBottomButtons { + width: 250px !important; + min-width: 250px !important; + padding: 0px !important; + justify-content: flex-start !important; + margin: 0px 0px 20px 0px !important; + } }