app-generator / django-soft-ui-dashboard

Soft UI Dashboard - Open-source Django Dashboard | AppSeed
https://appseed.us/product/soft-ui-dashboard/django/
Other
226 stars 108 forks source link

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

Open petasis opened 1 year ago

petasis commented 1 year ago

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 commented 10 months ago

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 commented 10 months ago

Hello guys!

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

https://github.com/app-generator/django-admin-soft-dashboard/issues/12

For live assistance, feel free to join the community:

https://appseed.us/support/

TY!