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

Form checkboxes are white on a white background... #9

Open
petasis opened this issue Aug 20, 2023 · 2 comments
Open

Form checkboxes are white on a white background... #9

petasis opened this issue Aug 20, 2023 · 2 comments

Comments

@petasis
Copy link

petasis commented Aug 20, 2023

Hi all,

I am using the SoftUI dashboard template, to render some tables (with django-tables2), where the first column is a list of checkboxes, to select the rows. The checkboxes are not visible, as unselected are white on white background.

If I check one, it renders as a black rectangle with rounded corners.

@BapJu
Copy link

BapJu commented Oct 28, 2023

I have the same problem,
I solved the problem temporarily by forcing the background-color.

<input type="checkbox" name="profile_selection" value="{{ profile.id }}" class="form-check-input" style="background-color: #a8b8d8 !important;">

@app-generator
Copy link
Owner

Hello guys!

This issue comes from the UI library. I will open an associated issue:

app-generator/django-admin-soft-dashboard#12

For live assistance, feel free to join the community:

https://appseed.us/support/

TY!

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

No branches or pull requests

3 participants