26 lines
409 B
CSS
26 lines
409 B
CSS
#contentContainer{
|
|
-fx-background-color: #add8e6;
|
|
}
|
|
|
|
#contentContainer2{
|
|
-fx-background-color: lightblue;
|
|
}
|
|
|
|
#contentButton{
|
|
-fx-background-color: transparent;
|
|
}
|
|
|
|
#contentButton:hover{
|
|
-fx-underline: true;
|
|
-fx-background-color: #78939d;
|
|
-fx-text-fill: white;
|
|
}
|
|
|
|
#btLogOut{
|
|
-fx-background-color: transparent;
|
|
-fx-pref-height: 40px;
|
|
}
|
|
|
|
#btLogOut:hover{
|
|
-fx-underline: true;
|
|
} |