[Lazarus] mantis / button shadows

Michael Van Canneyt michael at freepascal.org
Wed Apr 24 18:08:58 CEST 2019



On Wed, 24 Apr 2019, Martin Frb via lazarus wrote:

> In button.css there are several text-shadow entries.
>
> One think they do is, making drop downs unreadable.
>
> Can we either:
>
> 1)
> add (in our css file)
>
> select {
>   text-shadow: none !important;
> }
> select option {
>   text-shadow: none !important;
> }
> select:hover {
>   color white !important;
> }

Done.

Michael.


More information about the lazarus mailing list