New submission from milko.krachounov <[email protected]>:

The CSS for the issues tracker (for example,
http://bugs.python.org/iss...@template=item and 
http://psf.upfronthosting.co.za/roundup/meta/iss...@template=item) specifies a 
background for the 
textarea on focus, but it doesn't specify 1) a background colour for the 
textarea without focus, 2) a foreground colour. The result is that on a white-
on-black colour scheme the textarea appears with white text on yellow 
background that is unreadable.

>From the CSS of the tracker on bugs.python.org:
textarea {
  font-family: monospace;
}

textarea:focus, select:focus {
  background-color: #ffffc0;
}

----------
messages: 1874
nosy: milko.krachounov
priority: bug
status: unread
title: Python Website: Color scheme of the issues tracker's textarea background

_______________________________________________________
PSF Meta Tracker <[email protected]>
<http://psf.upfronthosting.co.za/roundup/meta/issue364>
_______________________________________________________
_______________________________________________
Tracker-discuss mailing list
[email protected]
http://mail.python.org/mailman/listinfo/tracker-discuss

Reply via email to