django-cms / djangocms-admin-style

django CMS Admin Style is a Django Theme tailored to the needs of django CMS.
http://www.django-cms.org/
Other
418 stars 118 forks source link

Color input width broken by djangocms-admin.css #429

Closed fallenflint closed 1 year ago

fallenflint commented 3 years ago

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

fsbraun commented 1 year ago

Solved in version 3.2.6