Fix: BMB_bookmarksPopup at win7,8 - Typo

This commit is contained in:
alstjr7375 2021-12-05 21:18:55 +09:00
parent 688b22e8f0
commit a8161fd3e6

View file

@ -140,10 +140,10 @@
#BMB_bookmarksPopup menuitem {
border: none !important; /* Remove border */
}
#PlacesToolbar menu:not([disabed], :active)[_moz-menuactive="true"],
#PlacesToolbar menuitem:not([disabed], :active)[_moz-menuactive="true"],
#BMB_bookmarksPopup menu:not([disabed], :active)[_moz-menuactive="true"],
#BMB_bookmarksPopup menuitem:not([disabed], :active)[_moz-menuactive="true"] {
#PlacesToolbar menu:not([disabled], :active)[_moz-menuactive="true"],
#PlacesToolbar menuitem:not([disabled], :active)[_moz-menuactive="true"],
#BMB_bookmarksPopup menu:not([disabled], :active)[_moz-menuactive="true"],
#BMB_bookmarksPopup menuitem:not([disabled], :active)[_moz-menuactive="true"] {
background-color: var(--button-hover-bgcolor) !important;
}
}
@ -3067,7 +3067,7 @@ menupopup > menu {
:root[uidensity="compact"] #protections-popup-multiView #protections-popup-footer {
padding: 3px 0 20px !important;
}
/* Button and disabed category in Protection popup */
/* Button and disabled category in Protection popup */
:root[uidensity="compact"] #protections-popup-multiView .protections-popup-footer-button,
:root[uidensity="compact"] #protections-popup-multiView .protections-popup-category {
height: 20px !important;