Closed
Bug 299395
Opened 19 years ago
Closed 19 years ago
extension list uses hard-coded background color -- unreadable with light-text OS theme
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
People
(Reporter: lists, Assigned: kevin)
References
Details
(Keywords: fixed1.8, Whiteboard: [ETA 08-22])
Attachments
(1 file)
(deleted),
patch
|
mconnor
:
review+
cbeard
:
approval1.8b4+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Fedora/1.0.4-1.3.1 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Fedora/1.0.4-1.3.1 Firefox/1.0.4
This happens in both firefox and thunderbird.. I use a light-grey color for the
default foreground color in my OS, with a dark background color. The extensions
list uses a hard-coded light-grey background color, but uses the OS's light-grey
foreground color for the text, rendering the entries unreadable.
Please, either use the OS colors, or hard-code both background and foreground
colors.
Reproducible: Always
Steps to Reproduce:
open the extension manager, look at extensions
Reporter | ||
Comment 1•19 years ago
|
||
For a quick fix, to at least make it usable for awhile, add the following to
userChrome.css:
extension {
color: #000000 !important;
}
I tried to set background-color, but apparently there is some shading routine or
something that prevents the actual color from showing up (I set it to #000000
and it came out somewhere around 75% grey)
Updated•19 years ago
|
Assignee: nobody → kevin
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking-aviary1.1?
OS: Linux → All
Hardware: PC → All
Updated•19 years ago
|
Flags: blocking-aviary1.1? → blocking1.8b4+
Updated•19 years ago
|
Whiteboard: [ETA ?]
Assignee | ||
Updated•19 years ago
|
Whiteboard: [ETA ?] → [ETA 08-22]
Assignee | ||
Comment 2•19 years ago
|
||
I think the best fix here is simply to remove the semi-transparent PNG
backgrond, which seems redundant on Luna, Classic, etc.
Attachment #193451 -
Flags: approval1.8b4?
Updated•19 years ago
|
Attachment #193451 -
Flags: review+
Updated•19 years ago
|
Attachment #193451 -
Flags: approval1.8b4? → approval1.8b4+
Comment 3•19 years ago
|
||
*** Bug 294719 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 4•19 years ago
|
||
checked in on branch and trunk
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•19 years ago
|
||
Looks like something overwrote the fix, because this problem is back in 1.5rc3 (and presumably earlier). Image is gone, but the list is hard-coded black text on a near-black background (my OS textarea background color).
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 6•19 years ago
|
||
Chris - what OS are you using and is this with Firefox? Also, if you did what you recommended in comment #1 you would experience this.
Reporter | ||
Comment 7•19 years ago
|
||
My bad, I had reinstalled my OS (fedora -> ubuntu), but apparently kept my firefox settings, including that userChrome.css modification.
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•