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