[Tracker-discuss] [issue364] Python Website: Color scheme of the issues tracker's textarea background

milko.krachounov metatracker at psf.upfronthosting.co.za
Fri Dec 10 18:54:20 CET 2010


New submission from milko.krachounov <psf.meta at milko.3mhz.net>:

The CSS for the issues tracker (for example,
http://bugs.python.org/issue?@template=item and http://psf.upfronthosting.co.za/roundup/meta/issue?@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 <metatracker at psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue364>
_______________________________________________________


More information about the Tracker-discuss mailing list