I've been trying to customize with css my JavaFX application...so far so good untill I reach the Datepicker... I tried a lot of different aproaches but none of them seem to work. Is there a way to make the Datepicker round just like my TextFields?
Actual JavaFX interface that I'm working on:
(btw, I'm using Java 8_111 with Netbeans 8.2 if that helps on something)
Greetings!