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