Skip to content
Snippets Groups Projects
Unverified Commit 3b3c589d authored by Oliver Smith's avatar Oliver Smith
Browse files

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.
parent 60c7a64c
No related branches found
Tags 4.0.0
No related merge requests found
......@@ -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;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment