File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
browser/themes/shared/customizableui Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -2103,3 +2103,32 @@ radiogroup:focus-visible > .subviewradio[focused="true"] {
2103
2103
# content-analysis-panel-container {
2104
2104
padding : 8px ;
2105
2105
}
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
+ }
You can’t perform that action at this time.
0 commit comments