Hi.
I have been taking a look on the default CSS to try to get the popup style go with my app's style.
I have been able to change the background color, but not to eliminate the border and add transparency. I know it's probably related to a node that it's non transparent but I can't figure which one is.
Any help will be very appreciated.
.auto-complete-popup .list-cell {
-fx-background-color: transparent;
}
.auto-complete-popup .clipped-container {
-fx-background-color: rgba(1, 23, 24, 0.85);
-fx-background-radius: 2px;
-fx-border-width: 0px;
}