benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.71k stars 143 forks source link

Disabled controls are hard to identify as being disabled #8

Closed benruehl closed 5 years ago

benruehl commented 5 years ago

Disabled controls change their foreground to a different color which does not apply any difference to enabled controls in case there is no content in a control. For example, a disabled TextBox without text in it looks exactly the same as an enabled TextBox.

In addition to changing the foreground, further differences should be introduced like changing the border or background color.

benruehl commented 5 years ago

Done with commit e2eddbd