wintercms / wn-tailwindui-plugin

Provides the TailwindUI-based modern backend skin for the Winter CMS backend
MIT License
13 stars 9 forks source link

[FIX] Added fix for ml input buttons #9

Closed jaxwilko closed 2 years ago

jaxwilko commented 2 years ago

This PR disables the default button styles for .ml-btn and replaces it with a simple darken on hover.

Original: image

New: image New on hover: image

It looks more obvious in practice than the screenshot suggests :)

jaxwilko commented 2 years ago

Also added support for variable length language codes. This is really simply done by removing the fixed with of the element so it can scale as needed

image