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.
-- _______________________________________________ lazarus mailing list [email protected] https://lists.lazarus-ide.org/listinfo/lazarus
