added loading file and status

This commit is contained in:
Sem van der Hoeven
2020-01-05 23:01:17 +01:00
parent 7fd94e0a61
commit 72a7f56085
5 changed files with 96 additions and 21 deletions

View File

@@ -13,13 +13,14 @@
.textbox {
-fx-text-fill: rgb(33, 189, 33);
}
.textbox .content {
-fx-background-color: rgb(43, 43, 43);
-fx-text-fill: rgb(33, 189, 33);
}
.dialog-pane>.content {
.dialog-pane > .content {
-fx-text-fill: -fx-button-color;
-fx-font-weight: bold;
-fx-font-size: 14px;
@@ -28,16 +29,16 @@
}
.dialog-pane>.header-panel {
.dialog-pane > .header-panel {
-fx-text-fill: -fx-button-color;
-fx-font-size: 14px;
-fx-padding: 0.833em 0 0 0.833em;
/* 10px 0px 0px 10px */
}
.dialog-pane>.header-panel>.label {
.dialog-pane > .header-panel > .label {
-fx-text-fill: -fx-button-color;
-fx-font-size: 14px;
-fx-padding: 0.833em 0 0 0.833em;
/* 10px 0px 0px 10px */
}
}