Closed
Bug 935720
Opened 11 years ago
Closed 11 years ago
Remove unnecessary and eye straining grey font color from "More System Details" popup
Categories
(support.mozilla.org :: Questions, task, P4)
support.mozilla.org
Questions
Tracking
(Not tracked)
RESOLVED
FIXED
2013Q4
People
(Reporter: Noah, Assigned: atopal)
Details
(Whiteboard: u=contributor c=questions p=0 s=2013.22)
Attachments
(2 files)
It's been bothering me for a very long time. I just never had time to investigate it.
I just got fed up with having to squint to read the text in the More System Details popup and decided to do something about it.
I inspected the element and disabled this rule in the questions-min.css:
.answers #more-system-details-kbox p, .answers #more-system-details-kbox li { color: rgb(137, 131, 120);
The text turned a normal black color and was readable! It wasn't this ghostish grey that was wreaking havoc on my eyes, turning the text near invisible. And it was 1 million times better! It lifted a HUGE strain off my eyes.
Example: https://support.mozilla.org/en-US/questions/962452
I got some agreement in the forums:
https://support.mozilla.org/en-US/forums/contributors/709651
So the sooner we can make this change, the more eyesight of our forum contributors will be saved. :)
Reporter | ||
Comment 1•11 years ago
|
||
Current grey font color in More System Details popup
Reporter | ||
Comment 2•11 years ago
|
||
After removing grey color, font is black and readable
Reporter | ||
Updated•11 years ago
|
Summary: Remove unnecessary and eye straining grey color from "More System Details" popup → Remove unnecessary and eye straining grey font color from "More System Details" popup
Comment 3•11 years ago
|
||
I'll have to agree with this since this is probably why I hate seeing system details..
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → a.topal
Priority: -- → P4
Whiteboard: u=contributor c=questions p= s=2013.22
Target Milestone: --- → 2013Q4
Assignee | ||
Comment 4•11 years ago
|
||
in pull request: https://github.com/mozilla/kitsune/pull/1713
Assignee | ||
Updated•11 years ago
|
Whiteboard: u=contributor c=questions p= s=2013.22 → u=contributor c=questions p=0 s=2013.22
Comment 5•11 years ago
|
||
Deployed to prod now:
https://github.com/mozilla/kitsune/commit/4d43e8037668da082898de7ceb0952b74faf5227
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•