improved supporter cert ui with cert stemp, donate/sponsors link buttons and remove button with dialog

This commit is contained in:
Jan-Peter Klein
2024-09-04 13:23:36 +02:00
parent d65beb632d
commit 7cdb2025dc
9 changed files with 131 additions and 25 deletions
+20
View File
@@ -266,6 +266,26 @@
-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 *