Skip to content

Commit

Permalink
non native menu fixs (thanks i486)
Browse files Browse the repository at this point in the history
  • Loading branch information
K4sum1 committed May 29, 2024
1 parent a00f72e commit 9dd2163
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions browser/themes/shared/customizableui/panelUI-shared.css
Original file line number Diff line number Diff line change
Expand Up @@ -2198,3 +2198,33 @@ panelview {
padding: var(--space-xxlarge) 0 var(--space-medium);
gap: var(--space-small);
}

@media (-moz-bool-pref: "widget.non-native-theme.enabled") {
#PlacesToolbarItems toolbarbutton.bookmark-item menupopup.toolbar-menupopup menuseparator::before {
border-top: 1px solid var(--panel-separator-color) !important;
content: "" !important;
display: block !important;
flex: 1 !important;
}

#PlacesToolbarItems toolbarbutton.bookmark-item menupopup.toolbar-menupopup menuseparator {
appearance: unset !important;
-moz-default-appearance: unset !important;
border-top: unset !important;
border-bottom: unset !important;
}

#bookmarks-menu-button menupopup#BMB_bookmarksPopup menuseparator::before {
border-top: 1px solid var(--panel-separator-color) !important;
content: "" !important;
display: block !important;
flex: 1 !important;
}

#bookmarks-menu-button menupopup#BMB_bookmarksPopup menuseparator {
appearance: unset !important;
-moz-default-appearance: unset !important;
border-top: unset !important;
border-bottom: unset !important;
}
}

0 comments on commit 9dd2163

Please sign in to comment.