wagtail / wagtail-autocomplete

An Autocomplete edit handler for selecting Pages, Snippets, and more.
https://wagtail-autocomplete.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
120 stars 54 forks source link

Dark theme support #177

Open frague59 opened 8 months ago

frague59 commented 8 months ago

Hi,

I'm using wagtail-autocomplete for a new project, using Wagtail 5.2.x. In the wagtail admin in dark mode, I can't see the label in the widget, as they are white text over a white background.

image

Thanks for your help !

yarin-zhang commented 6 months ago

I have shared a method here that can solve this problem, before official support is provided.

https://github.com/wagtail/wagtail-autocomplete/issues/144#issuecomment-2022273294

image

muvalika commented 6 months ago

/ Change the white to any color you prefer / input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 30px white inset !important; }

Try checking out with the code