|
|
|
|
50
|
/* Hide extra manage bookmarks button */
|
50
|
/* Hide extra manage bookmarks button */
|
51
|
#BMB_bookmarksPopup #BMB_bookmarksShowAll { display: none; }
|
51
|
#BMB_bookmarksPopup #BMB_bookmarksShowAll { display: none; }
|
52
|
|
52
|
|
|
|
53
|
+/* Hide first separator in new tab context menu */
|
|
|
54
|
+#new-tab-button-popup > menuseparator:nth-of-type(1) { display: none; }
|
|
|
55
|
+
|
53
|
/* Shrink bookmark separators */
|
56
|
/* Shrink bookmark separators */
|
54
|
#PlacesToolbarItems > toolbarseparator::before {
|
57
|
#PlacesToolbarItems > toolbarseparator::before {
|
55
|
filter: opacity(0.3);
|
58
|
filter: opacity(0.3);
|