I have tried many variants, but unfortunately unsuccessful.text-fields .auto-complete-popup {
-fx-border-color: rgb(243,146,0);
-fx-border-width: 5;
} .auto-complete-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:hover,
.auto-complete-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:focused,{.auto-complete-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected,
-fx-background-color: #0078ce;
-fx-text-fill: white;
}