Open
Bug 1004034
Opened 12 years ago
Updated 3 years ago
Bookmark popup menus have excessive margin/padding
Categories
(Firefox :: Theme, defect)
Tracking
()
NEW
People
(Reporter: gcp, Unassigned)
Details
Attachments
(3 files)
The default padding between the arrow in the bookmark menu popups and the actual popup menu is excessive and different from native Windows applications. See screenshots. (It's rather subtle, but this was pointed out to me and I have to agree)
A userChrome.css fix is:
#BMB_bookmarksPopup menupopup{
margin-left: -6px !important;
}
| Reporter | ||
Comment 1•12 years ago
|
||
| Reporter | ||
Comment 2•12 years ago
|
||
| Reporter | ||
Comment 3•12 years ago
|
||
| Reporter | ||
Updated•12 years ago
|
Severity: normal → trivial
| Reporter | ||
Comment 4•12 years ago
|
||
| Reporter | ||
Comment 5•12 years ago
|
||
| Reporter | ||
Comment 6•12 years ago
|
||
Updated•3 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•