Closed
Bug 545546
Opened 15 years ago
Closed 5 years ago
Bookmark toolbar separators are invisible on dark themes
Categories
(Toolkit :: Themes, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1617920
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: polish)
Attachments
(1 file)
42.95 KB,
image/png
|
Details |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.3a2pre) Gecko/20100210 Firefox/3.7a2pre
Very hard to see the separators.
Updated•15 years ago
|
Comment 1•7 years ago
|
||
This is still relevant today
Updated•7 years ago
|
Summary: Bookmark separators (on toolbar) are nearly invisible in Mac default theme → Bookmark toolbar separators are invisible on dark themes
Comment 2•7 years ago
|
||
This should probably be a browser/ side fix rather than a toolkit/ side fix.
Something like:
#placesToolbar toolbarseparator {
-moz-appearance: none;
border-inline-start: 1px solid currentColor;
opacity: 0.4;
}
What do you think ? Should this be moved to Firefox :: Theme ?
Flags: needinfo?(dao+bmo)
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Flags: needinfo?(dao+bmo)
Resolution: --- → DUPLICATE
This way
/* Make separators in bookmarks easier to see */
#PlacesToolbarItems .bookmark-item > menupopup[placespopup="true"] menuseparator {
-moz-appearance: none !important;
margin-top: 2px;
border-bottom: 1px solid #999;
margin-bottom: 1px;
}
You need to log in
before you can comment on or make changes to this bug.
Description
•