I tried every code on StackOverflow to change my combo box prompt text color to #989898, But it not changed and still in black color. Please if you have an idea about that it is very helpful to me. I'll add my CSS file below.
.combo-box
{
-fx-font-size : 21px;
-fx-font-family: 'Actor';
-fx-text-fill : #989898;
-fx-unfocus-color : #989898;
-fx-prompt-text-fill: #989898;
}
.jfx-combo-box
{
-fx-prompt-text-fill: #989898;
}
Here is how its look like, Here you can see my combo box prompt text color changes from other text feilds