Skip to content

Commit c958cbd

Browse files
committed
non native menu fixs (thanks i486)
1 parent 9cd54df commit c958cbd

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2103,3 +2103,32 @@ radiogroup:focus-visible > .subviewradio[focused="true"] {
21032103
#content-analysis-panel-container {
21042104
padding: 8px;
21052105
}
2106+
2107+
@media (-moz-bool-pref: "widget.non-native-theme.enabled") {
2108+
#PlacesToolbarItems toolbarbutton.bookmark-item menupopup.toolbar-menupopup menuseparator::before {
2109+
border-top: 1px solid var(--panel-separator-color) !important;
2110+
content: "" !important;
2111+
display: block !important;
2112+
flex: 1 !important;
2113+
}
2114+
2115+
#PlacesToolbarItems toolbarbutton.bookmark-item menupopup.toolbar-menupopup menuseparator {
2116+
appearance: unset !important;
2117+
-moz-default-appearance: unset !important;
2118+
border-top: unset !important;
2119+
border-bottom: unset !important;
2120+
}
2121+
2122+
#bookmarks-menu-button menupopup#BMB_bookmarksPopup menuseparator::before {
2123+
border-top: 1px solid var(--panel-separator-color) !important;
2124+
content: "" !important;
2125+
display: block !important;
2126+
flex: 1 !important;
2127+
}
2128+
2129+
#bookmarks-menu-button menupopup#BMB_bookmarksPopup menuseparator {
2130+
appearance: unset !important;
2131+
-moz-default-appearance: unset !important;
2132+
border-top: unset !important;
2133+
border-bottom: unset !important;
2134+
}

0 commit comments

Comments
 (0)