.button{ -fx-background-color: orangered; } .list-cell:selected, .list-cell:selected > * { -fx-background-color: orangered; -fx-text-fill: black; } .received-message, .menu-item { -fx-background-color: lightgray; } .own-message { -fx-background-color: lightgreen; }