Closed Bug 182273 Opened 23 years ago Closed 23 years ago

Bookmarks toolbar text drawn in black, not foreground colour

Categories

(Firefox :: Toolbars and Customization, defect)

x86
All
defect
Not set
minor

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: blackfive, Assigned: p_ch)

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021029 Phoenix/0.4 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021029 Phoenix/0.4 Text on the Bookmarks Toolbar is hard to read if the window-manager's background colour is dark, because it is drawn in black, instead of the foreground colour. Reproducible: Always Steps to Reproduce: 1. Using KDE2, set the background colour to something dark, and the foreground colour to something light 2. Run Phoenix, and display the Bookmarks toolbar Actual Results: Bookmark toolbar text is nearly invisible Expected Results: Bookmark toolbar text should be drawn in foreground colour, not black.
This is a theme issue. What theme are you using? If you're using Classic, this bug report is probably useless since Classic will eventually be replaced with another theme.
Severity: normal → minor
This is Phoenix, out of the box, so I guess it's basically Orbit.
actually, this is probably a super easy fix until we get a new theme. In browser.css we could just change color: black !important to menutext or something like that. /* ::::: bookmark buttons ::::: */ toolbarbutton.bookmark-item { margin: 0; min-width: 0; max-width: 13em; padding: 2px 3px; color: black !important; } is where this is specified. I wonder why black was used instead of menutext.
Assignee: hyatt → chanial
Status: UNCONFIRMED → NEW
Ever confirmed: true
Changing OS to All.
OS: Linux → All
Commenting out both ocurrences of "color: black !important" fixes the problem for me, so I'm happy :) Does anyone know why a colour was specified here at all?
There are others. I overrode them in my userChrome.css .toolbarbutton-text, toolbarbutton.bookmark-item, toolbarbutton:not([disabled="true"]):hover, menubutton:not([disabled="true"]):hover, toolbarbutton:not([disabled="true"]):hover:active, menubutton:not([disabled="true"]):hover:active { color: -moz-dialogtext !important; }
Is this still a problem in the new theme?
I've just downloaded the latest nightly build, and at a quick glance the new theme seems fine.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Verifying.
Status: RESOLVED → VERIFIED
Taking QA Contact
QA Contact: asa → bugzilla
QA Contact: bugzilla → toolbars
You need to log in before you can comment on or make changes to this bug.