Closed (fixed)
Project:
Drupal.org site moderators
Component:
web site
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2005 at 14:29 UTC
Updated:
1 Jun 2005 at 14:15 UTC
Currently at http://drupal.org/themes/bluebeach/style.css the foreground colour of the form-text is set, but not the background. This is not good [tm], for people with dark-backgrounds set in theyr clients will be unable to use the forms. (see screenshot for an example)
body, .form-text, .form-password, textarea, th, td (line 20)
{
color: rgb(0, 49, 80);
}
is the offending part. We should either not define the foreground, and leave that to the cleint, or set the background too.
Bèr
| Comment | File | Size | Author |
|---|---|---|---|
| font-background-colour.png | 8.23 KB | Bèr Kessels |
Comments
Comment #1
bryan kennedy commentedLooks like the bluebeach css has been updated. It now reads:
it should be updated to :
I beleive this is up to Steven to update.
Comment #2
Bèr Kessels commentedThis is fixed, indeed.
Comment #3
(not verified) commented