Skip to content

Commit 9dd2163

Browse files
committed
non native menu fixs (thanks i486)
1 parent a00f72e commit 9dd2163

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

browser/themes/shared/customizableui/panelUI-shared.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2198,3 +2198,33 @@ panelview {
21982198
padding: var(--space-xxlarge) 0 var(--space-medium);
21992199
gap: var(--space-small);
22002200
}
2201+
2202+
@media (-moz-bool-pref: "widget.non-native-theme.enabled") {
2203+
#PlacesToolbarItems toolbarbutton.bookmark-item menupopup.toolbar-menupopup menuseparator::before {
2204+
border-top: 1px solid var(--panel-separator-color) !important;
2205+
content: "" !important;
2206+
display: block !important;
2207+
flex: 1 !important;
2208+
}
2209+
2210+
#PlacesToolbarItems toolbarbutton.bookmark-item menupopup.toolbar-menupopup menuseparator {
2211+
appearance: unset !important;
2212+
-moz-default-appearance: unset !important;
2213+
border-top: unset !important;
2214+
border-bottom: unset !important;
2215+
}
2216+
2217+
#bookmarks-menu-button menupopup#BMB_bookmarksPopup menuseparator::before {
2218+
border-top: 1px solid var(--panel-separator-color) !important;
2219+
content: "" !important;
2220+
display: block !important;
2221+
flex: 1 !important;
2222+
}
2223+
2224+
#bookmarks-menu-button menupopup#BMB_bookmarksPopup menuseparator {
2225+
appearance: unset !important;
2226+
-moz-default-appearance: unset !important;
2227+
border-top: unset !important;
2228+
border-bottom: unset !important;
2229+
}
2230+
}

0 commit comments

Comments
 (0)