django-cms / djangocms-admin-style

django CMS Admin Style is a Django Theme tailored to the needs of django CMS.

Home Page:http://www.django-cms.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color input width broken by djangocms-admin.css

fallenflint opened this issue · comments

commented

Description

Input type=color seems to be broken by djangocms-admin.css
image
I've got color picker without color inside. A little investigation shown that issue connected to css rule width: auto for
button, input, select, textarea. Disabling it fixes color input.

## Steps to reproduce

Simply use anything that renders to input type="color" on admin page.

Expected behaviour

image

Normal color input look.

Actual behaviour

Broken color input without selected color visible

Additional information

Solved in version 3.2.6