Skip to content

Commit f2977bd

Browse files
committed
Fix: Bookmark Menu - Hover background color at Win7, Win8
1 parent 887333f commit f2977bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

userChrome.css

+6
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@
117117
#BMB_bookmarksPopup menuitem {
118118
border: none !important; /* Remove border */
119119
}
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+
}
120126
}
121127

122128
@media (-moz-os-version: windows-win7) {

0 commit comments

Comments
 (0)