improved layout and added styleClass for add-box

This commit is contained in:
Jan-Peter Klein
2024-01-26 15:42:25 +01:00
parent 8104c35d76
commit e9a412ae16
4 changed files with 53 additions and 42 deletions
+13
View File
@@ -936,3 +936,16 @@
-fx-padding: 0.5px;
-fx-background-color: CONTROL_BORDER_NORMAL;
}
/*******************************************************************************
* *
* Add box *
* *
******************************************************************************/
.add-box {
-fx-padding: 12px;
-fx-background-color: CONTROL_BORDER_NORMAL, CONTROL_BG_NORMAL;
-fx-background-insets: 0, 1px;
-fx-background-radius: 4px;
}
+13
View File
@@ -935,3 +935,16 @@
-fx-padding: 0.5px;
-fx-background-color: CONTROL_BORDER_NORMAL;
}
/*******************************************************************************
* *
* Add box *
* *
******************************************************************************/
.add-box {
-fx-padding: 12px;
-fx-background-color: CONTROL_BORDER_NORMAL, CONTROL_BG_NORMAL;
-fx-background-insets: 0, 1px;
-fx-background-radius: 4px;
}