mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 15:00:32 -08:00
Fix: Bookmark Menu - Remove border at win7, 8
This commit is contained in:
parent
c08af26efc
commit
e74ecfce29
1 changed files with 7 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue