40 lines
648 B
CSS
40 lines
648 B
CSS
#btFoodChoice{
|
|
-fx-background-color: transparent;
|
|
}
|
|
|
|
#btFoodChoice:hover{
|
|
-fx-underline: true;
|
|
-fx-text-fill: black;
|
|
}
|
|
#btPlaceOrder{
|
|
-fx-background-color: lightblue;
|
|
-fx-text-fill: white;
|
|
-fx-background-radius: 25;
|
|
}
|
|
|
|
#btLogin{
|
|
-fx-background-color: #9ac1ce;
|
|
-fx-text-fill: white;
|
|
}
|
|
|
|
#btLogin:hover{
|
|
-fx-underline: true;
|
|
-fx-text-fill: black;
|
|
}
|
|
|
|
|
|
#btPlaceOrder:hover{
|
|
-fx-border-width: 0;
|
|
-fx-text-fill: black;
|
|
-fx-underline: true;
|
|
}
|
|
|
|
#cbChooseChild{
|
|
-fx-background-color: #9ac1ce;
|
|
-fx-prompt-text-fill: white;
|
|
}
|
|
|
|
#btFoodChoice:hover{
|
|
-fx-underline: true;
|
|
-fx-text-fill: black;
|
|
} |