Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 665796 - Input fields are hard to read, missing background-color?
Summary: Input fields are hard to read, missing background-color?
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: Wiki (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Wiki Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-12 14:40 UTC by tastytea
Modified: 2022-02-27 16:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Screenshot of a textarea (screenshot_gentoo-wiki_textarea.png,16.95 KB, image/png)
2018-09-12 14:40 UTC, tastytea
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tastytea 2018-09-12 14:40:15 UTC
Created attachment 546712 [details]
Screenshot of a textarea

All input fields seem to have color set but not background-color.
To reproduce, change the default colors in your browser from black on white to white on black.
Comment 1 Francesco Turco 2019-11-01 18:00:00 UTC
Can you still reproduce this problem? Which browser are you using?
Comment 2 tastytea 2019-11-02 00:13:00 UTC
I can still reproduce. I'm using Firefox 68.1.0esr. The issue seems to be lines 257-265 of normalize.less. If I disble “color: inherit;” in Firefox's “Inspector”, the colors are white on black. If I add “background-color: inherit;” the colors are black on white.
Comment 3 tastytea 2022-02-27 16:23:07 UTC
I can't reproduce the problem anymore. The textareas now inherit color from body (#333).