ahmedaljawahiry/django-admin-site-search

Button colour on Django >=5.0

ahmedaljawahiry opened this issue · 1 comments

Since Django 5.0, the button colour clashes with the background.

Can use var(--default-button-bg), but this causes the issue to occur on Django <= 4.2.

Screenshots

Django 4.2:
image

Django 4.2 hover:
image

Django 5.0:
image

Django 5.0 hover:
image