This commit is contained in:
Jan-Peter Klein
2024-09-13 11:49:05 +02:00
parent 4c4816bdab
commit 1292936904
7 changed files with 16 additions and 56 deletions
+1 -20
View File
@@ -100,6 +100,7 @@
.label-extra-large {
-fx-font-family: 'Open Sans SemiBold';
-fx-fill: TEXT_FILL;
-fx-font-size: 1.5em;
}
@@ -266,26 +267,6 @@
-fx-background-insets: 0, 0 1 0 0;
}
/*******************************************************************************
* *
* Alert-Dialogs *
* *
******************************************************************************/
.dialog-pane {
-fx-padding: 12px;
}
.dialog-pane .header-panel {
-fx-font-family: 'Open Sans SemiBold';
-fx-font-size: 1.2em;
}
.dialog-pane .content {
-fx-font-family: 'Open Sans';
-fx-padding: 12 0 12 0;
}
/*******************************************************************************
* *
* Vault List *