-
Bug
-
Resolution: Fixed
-
3.0.B5
-
None
-
PHP Environment:
Database:
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;

