Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#26742 closed Bug (fixed)

Action select in admin changelist may appear be unreadable

Reported by: dmedvinsky Owned by: nobody
Component: contrib.admin Version: 1.9
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The CSS defines the background: none for the action select box which makes it use a white background, like the container behind it. It doesn't set any color property, so it uses the system default for form controls. Thus, when using a light-on-dark system theme, it renders white text on white background, making the text in the select box invisible or unreadable.

Change History (3)

comment:1 by Tim Graham, 8 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:2 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 0451dcc:

Fixed #26742 -- Fixed action select color in admin changelist.

comment:3 by Tim Graham <timograham@…>, 8 years ago

In 8f91c42b:

[1.10.x] Fixed #26742 -- Fixed action select color in admin changelist.

Backport of 0451dcc2eb2449a988ade8e603846f0508ce76b4 from master

Note: See TracTickets for help on using tickets.
Back to Top