18 lines
307 B
CSS
18 lines
307 B
CSS
|
#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;
|
||
|
}
|