MaistrenkoAnton / django-material-admin

Material design for django administration
MIT License
325 stars 66 forks source link

CSS issues after upgrading to Django 3.2 #140

Open rednaks opened 3 years ago

rednaks commented 3 years ago

it seems that there are some CSS issues after upgrading, text is not visible anymore, here is an example before and after the upgrade :

Before: image After: image

Before: image After: image

Before: image After: image

I think it's related to django 3.2, since disabling some properties in base.css seemed to fix the issue

rednaks commented 3 years ago

The issue is related to a new feature in Django Admin in 3.2, it detects browser's night mode and apply a different theming,

MaistrenkoAnton commented 3 years ago

Thanks, will check during this weekend

rednaks commented 3 years ago

Any updates on the issue ? I tried to override django's new css but it doesn't seem to be working with this plugin. if you have any hints I can try to fix

MaistrenkoAnton commented 3 years ago

Hi, I need help to reprofuce it, because from my side dark mode looks this way Screenshot from 2021-06-01 23-25-01

reeshabhranjan commented 2 years ago

Any updates on this?

tho-actrecipe commented 1 year ago

I had the same issue. Any update on it?