We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887333f commit f2977bdCopy full SHA for f2977bd
userChrome.css
@@ -117,6 +117,12 @@
117
#BMB_bookmarksPopup menuitem {
118
border: none !important; /* Remove border */
119
}
120
+ #PlacesToolbar menu:not([disabed], :active)[_moz-menuactive="true"],
121
+ #PlacesToolbar menuitem:not([disabed], :active)[_moz-menuactive="true"],
122
+ #BMB_bookmarksPopup menu:not([disabed], :active)[_moz-menuactive="true"],
123
+ #BMB_bookmarksPopup menuitem:not([disabed], :active)[_moz-menuactive="true"] {
124
+ background-color: var(--button-hover-bgcolor) !important;
125
+ }
126
127
128
@media (-moz-os-version: windows-win7) {
0 commit comments