Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly set CSS classes on file inputs #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michzimny
Copy link

It fixes #25.

According to Bootstrap, file inputs have not got form-control class. I have extended the existing condition to cover Django's FileInput and ClearableFileInput widget names.

@coveralls
Copy link

coveralls commented Aug 16, 2017

Coverage Status

Coverage increased (+0.6%) to 43.493% when pulling 7d5e794 on michzimny:proper_css_on_file_inputs into 75ed135 on pinax:master.

@coveralls
Copy link

coveralls commented Aug 16, 2017

Coverage Status

Coverage increased (+0.4%) to 43.365% when pulling 7d5e794 on michzimny:proper_css_on_file_inputs into 75ed135 on pinax:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

File input is not properly rendered
2 participants