mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
gui refactor
This commit is contained in:
@@ -1,11 +1,56 @@
|
||||
.text-header {
|
||||
-fx-font-family: "Arial";
|
||||
-fx-font-size: 24px;
|
||||
.button {
|
||||
-fx-background-radius: 6;
|
||||
-fx-cursor: hand;
|
||||
-fx-padding: 14 28;
|
||||
}
|
||||
|
||||
.combo-box {
|
||||
-fx-background-radius: 4;
|
||||
-fx-cursor: hand;
|
||||
-fx-padding: 12;
|
||||
}
|
||||
|
||||
.combo-box .arrow-button {
|
||||
-fx-padding: 0;
|
||||
}
|
||||
|
||||
.combo-box-popup .list-cell {
|
||||
-fx-padding: 8 0 8 0;
|
||||
}
|
||||
|
||||
.container {
|
||||
-fx-padding: 28;
|
||||
-fx-spacing: 14;
|
||||
}
|
||||
|
||||
.credits-container {
|
||||
-fx-alignment: CENTER;
|
||||
-fx-padding: 28;
|
||||
}
|
||||
|
||||
.current-player {
|
||||
-fx-font-size: 32px;
|
||||
}
|
||||
|
||||
.header {
|
||||
-fx-font-size: 28px;
|
||||
-fx-font-weight: bold;
|
||||
}
|
||||
|
||||
.text-normal {
|
||||
-fx-font-family: "Arial";
|
||||
-fx-font-size: 20px;
|
||||
.input {
|
||||
-fx-background-radius: 4;
|
||||
-fx-padding: 12;
|
||||
}
|
||||
|
||||
.separator {
|
||||
-fx-padding: 14 0;
|
||||
}
|
||||
|
||||
.slider {
|
||||
-fx-padding: 10 0;
|
||||
}
|
||||
|
||||
.text {
|
||||
-fx-font-size: 22px;
|
||||
-fx-font-weight: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user