mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
7d0a47446d
tags : #story[1245]
34 lines
673 B
CSS
34 lines
673 B
CSS
|
|
#submitBtn {
|
|
-fx-background-color: -fx-pp-theme-color;
|
|
-fx-text-fill: -fx-pp-light-text-color;
|
|
-fx-font-size: 20px !important;
|
|
-fx-effect: -fx-pp-dropshadow-dark;
|
|
-fx-min-width: 130px;
|
|
}
|
|
|
|
#submitBtn:hover {
|
|
-fx-font-size: 23px !important;
|
|
-fx-background-color: -fx-pp-light-theme-color;
|
|
}
|
|
|
|
#hostDialogHeader {
|
|
-fx-font-size: 23px !important;
|
|
}
|
|
|
|
#boatColorLabel, #colorPicker {
|
|
-fx-font-size: 18px;
|
|
}
|
|
|
|
#boatName, #boatColorLabel, #hostDialogHeader {
|
|
-fx-text-fill: -fx-pp-dark-text-color;
|
|
}
|
|
|
|
#boatName {
|
|
-fx-font-size: 18px;
|
|
-fx-prompt-text-fill: -fx-pp-dark-text-color;
|
|
}
|
|
|
|
#boatName .error-label {
|
|
-fx-font-size: 13px;
|
|
} |