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.
This commit is contained in:
parent
60c7a64c1f
commit
3b3c589d44
1 changed files with 11 additions and 1 deletions
|
@ -37,7 +37,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#editBMPanel_folderRow,
|
#editBMPanel_folderRow,
|
||||||
#editBMPanel_tagsRow {
|
.editBMPanel_folderRow,
|
||||||
|
#editBMPanel_tagsRow,
|
||||||
|
.editBMPanel_tagsRow {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#editBookmarkPanelBottomButtons {
|
||||||
|
width: 250px !important;
|
||||||
|
min-width: 250px !important;
|
||||||
|
padding: 0px !important;
|
||||||
|
justify-content: flex-start !important;
|
||||||
|
margin: 0px 0px 20px 0px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue