gui refactor

This commit is contained in:
ramollia
2025-10-15 00:14:39 +02:00
parent e12e48b4fb
commit e382cf95f2
58 changed files with 3385 additions and 2762 deletions

View File

@@ -1,11 +1,56 @@
.text-header {
-fx-font-family: "Arial";
.button {
-fx-background-radius: 6;
-fx-cursor: hand;
-fx-padding: 6 12;
}
.combo-box {
-fx-background-radius: 4;
-fx-cursor: hand;
-fx-padding: 5;
}
.combo-box .arrow-button {
-fx-padding: 0;
}
.combo-box-popup .list-cell {
-fx-padding: 3 0 3 0;
}
.container {
-fx-padding: 12;
-fx-spacing: 6;
}
.credits-container {
-fx-alignment: CENTER;
-fx-padding: 12;
}
.current-player {
-fx-font-size: 16px;
}
.header {
-fx-font-size: 14px;
-fx-font-weight: bold;
}
.text-normal {
-fx-font-family: "Arial";
.input {
-fx-background-radius: 4;
-fx-padding: 5;
}
.separator {
-fx-padding: 6 0;
}
.slider {
-fx-padding: 4 0;
}
.text {
-fx-font-size: 12px;
-fx-font-weight: normal;
}