[Lazarus] mantis / button shadows
Martin Frb
lazarus at mfriebe.de
Wed Apr 24 17:01:41 CEST 2019
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;
}
2)
in buttons.css
remove all "text-shadow ", except for the one that says "none"
Or at least the 2 text-shadow in "select" related entries.
in buttons.css
in the block for select:hover
make the color !important
More information about the lazarus
mailing list