#btCreateCoworker { -fx-background-color: lightblue; -fx-text-fill: white; } #btCreateCoworker:hover{ -fx-underline: true; -fx-text-fill: black; } #btCancelCoworker{ -fx-background-color: transparent; -fx-underline: true; } #btCancelCoworker:hover{ -fx-text-fill: lightblue; }