mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
1bd4db73cd
- created JFeonix style pop up to replace the default one tags: #story[1273]
33 lines
674 B
CSS
33 lines
674 B
CSS
#headerLabel {
|
|
-fx-font-size: 20px;
|
|
-fx-text-fill: -fx-pp-dark-text-color;
|
|
}
|
|
|
|
#closeLabel {
|
|
-fx-font-size: 22px;
|
|
-fx-text-fill: -fx-pp-dark-text-color;
|
|
}
|
|
|
|
#closeLabel:hover {
|
|
-fx-font-size: 24px;
|
|
-fx-text-fill: red;
|
|
}
|
|
|
|
#contentLabel {
|
|
-fx-font-size: 22px;
|
|
-fx-text-fill: -fx-pp-dark-text-color;
|
|
}
|
|
|
|
#optionButton {
|
|
-fx-background-color: -fx-pp-theme-color;
|
|
-fx-text-fill: -fx-pp-light-text-color;
|
|
-fx-font-size: 18px;
|
|
-fx-effect: -fx-pp-dropshadow-light;
|
|
-fx-max-height: 55;
|
|
-fx-focus-traversable: false;
|
|
}
|
|
|
|
#optionButton:hover {
|
|
-fx-font-size: 20px !important;
|
|
-fx-background-color: -fx-pp-light-theme-color;
|
|
} |