Closed
Bug 65634
Opened 25 years ago
Closed 24 years ago
Data in bottom area needs better colours
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mhearn, Assigned: rginda)
References
Details
Hi, I'm red/green colour blind and the darkslategray colour used in the data
area of ChatZilla is difficult for me to read. I think it should be changed to
white or the user be given an option, thanks -mike
Comment 1•25 years ago
|
||
Added access keyword and changed owner to aaronl
Assignee: rginda → aaronl
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: access
Hardware: PC → All
Comment 2•25 years ago
|
||
Which is the `data area'?
The log pane should use the user's default colors as set in the `Colors' panel
of the prefs dialog. The list pane should use the normal platform styling for
tree controls. And the comment pane should use the normal platform styling for
a text entry control.
Assignee | ||
Comment 3•25 years ago
|
||
mpt: I'm sure the "bottom area" referred to is what chatzilla calls the status bar.
Keyser: this really isn't accessibility, it's just me making a poor color
choice. ChatZilla is it's own project, and there is no reason for aaron to have
to hack chatzilla css files.
mhearn: for now, you can edit userChrome.css in the chrome subdirectory of your
profile. Add something like:
.status-data {
color: white !important;
}
If the file doesn't already exist, just create a new one. You can also change
the colors of the output frame by modifying your userContent.css file in the
same subdirectory. See the files <
http://lxr.mozilla.org/mozilla/source/extensions/irc/xul/skin/chatzilla.css> and
<http://lxr.mozilla.org/mozilla/source/extensions/irc/xul/skin/output-default.css>
for examples of what can be changed.
I'll make a more resonable default sooner or later.
Assignee: aaronl → rginda
Keywords: access
Assignee | ||
Comment 4•24 years ago
|
||
superbug checked in, mass marking all dependents fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Other Applications
Updated•4 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•