Bug tracker

admin stylesheet color problem (solution included) (fix completed in svn)

with my color scheme i can't read the options text in selectboxes in the admin control panel ( AND here on the bug tracker by the way) as it's white text on white background.

fix (tested, works):
in adm/style/admin.css
find:

option {
padding: 0 1em 0 0;
}

add:
color:black;

Comments / History

Posted by black silence on Apr 12th 2007, 17:00

in the 'select {' part also add the 'color:black;' part to make the selected option visible

Assigned ticket to user "Acyd Burn"

Action performed by Acyd Burn (Server Manager) on Apr 18th 2007, 20:24

Changed ticket status from "New" to "Fix in progress"

Action performed by Acyd Burn (Server Manager) on Apr 21st 2007, 11:54

Changed ticket status from "Fix in progress" to "Fix completed in CVS"

Action performed by Acyd Burn (Server Manager) on Apr 22nd 2007, 15:49

Ticket details