Fix: Bookmark Menu - Remove border at win7, 8

This commit is contained in:
BlaCk_Void 2021-09-20 03:45:38 +09:00
parent c08af26efc
commit e74ecfce29

View file

@ -105,6 +105,13 @@
#main-menubar > menu[_moz-menuactive="true"] {
background-color: -moz-menuhover !important; /* Make to original */
}
#PlacesToolbar menu,
#PlacesToolbar menuitem,
#BMB_bookmarksPopup menu,
#BMB_bookmarksPopup menuitem {
border: none !important; /* Remove border */
}
}
@media (-moz-os-version: windows-win7) {