File tree 1 file changed +30
-0
lines changed
browser/themes/shared/customizableui 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -2198,3 +2198,33 @@ panelview {
2198
2198
padding : var (--space-xxlarge ) 0 var (--space-medium );
2199
2199
gap : var (--space-small );
2200
2200
}
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
+ }
You can’t perform that action at this time.
0 commit comments