mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Done some CSS on keybindingdialog
#story[1278]
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
#keyBindingDialogHeader {
|
||||
-fx-font-size: 30px;
|
||||
-fx-text-fill: -fx-pp-dark-text-color;
|
||||
}
|
||||
|
||||
JFXButton {
|
||||
-fx-background-color: -fx-pp-light-text-color;
|
||||
-fx-text-fill: -fx-pp-theme-color;
|
||||
-fx-font-size: 17px;
|
||||
-fx-effect: -fx-pp-dropshadow-dark;
|
||||
}
|
||||
|
||||
Label {
|
||||
-fx-font-size: 25px;
|
||||
-fx-text-fill: -fx-pp-theme-color;
|
||||
/*-fx-effect: -fx-pp-dropshadow-dark;*/
|
||||
}
|
||||
|
||||
JFXButton:hover {
|
||||
-fx-font-size: 20px;
|
||||
-fx-background-color: -fx-pp-light-theme-color;
|
||||
}
|
||||
|
||||
JFXButton:focused {
|
||||
-fx-font-size: 20px;
|
||||
-fx-background-color: -fx-pp-theme-color;
|
||||
-fx-text-fill: -fx-pp-light-text-color;
|
||||
}
|
||||
Reference in New Issue
Block a user