Closed Bug 545546 Opened 15 years ago Closed 5 years ago

Bookmark toolbar separators are invisible on dark themes

Categories

(Toolkit :: Themes, defect)

x86
macOS
defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 1617920

People

(Reporter: jruderman, Unassigned)

Details

(Keywords: polish)

Attachments

(1 file)

Attached image screenshot
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.
Component: Theme → Themes
Keywords: polish
Product: Firefox → Toolkit
QA Contact: theme → themes
This is still relevant today
Summary: Bookmark separators (on toolbar) are nearly invisible in Mac default theme → Bookmark toolbar separators are invisible on dark themes
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)
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.

Attachment

General

Creator:
Created:
Updated:
Size: