added loading file and status
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user