skip to Main Content

CSS FX can't overlay the combobox arrow

here's the problem the css FX code is .custom-combobox .arrow-button { -fx-background-color: transparent; -fx-background-size: contain; -fx-background-repeat: no-repeat; -fx-background-position: center; -fx-background-image: url('../img/downArrow.png'); } .custom-combobox .list-cell { -fx-pref-height: 70px; -fx-pref-width: 150px; -fx-background-color: red; -fx-background-size: 100% 100%; -fx-background-position: center; -fx-alignment: center; } .custom-combobox…

VIEW QUESTION
Back To Top
Search