twentyseventeen input fields unreadable on reversed screens
-
At https://2017.wordpress.net/blog/
input
fields lack background color or there is a bug in CSS. On reversed screens such as high contrast O/S themes, white on black etc., text in input fields like Search, comment textarea etc. is practically unreadable (Firefox 49.2 on Ubuntu 14.04).From the CSS (style.css:919-):
color: #666; background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
1. A gradient of 2 equal colors seems pointless.
2. Alpha 0 renders black here.
3. Body has no background color set!? I assume it is supposed to be white.
4. It’s perfectly readable withbackground-color: white;
.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘twentyseventeen input fields unreadable on reversed screens’ is closed to new replies.