updated separator styling

This commit is contained in:
Tobias Hagemann
2023-01-20 17:14:02 +01:00
parent 50405c0bd5
commit 1251e1b873
2 changed files with 14 additions and 2 deletions

View File

@@ -911,3 +911,14 @@
-fx-border-style: solid inside;
-fx-border-width: 1px;
}
/*******************************************************************************
* *
* Separator *
* *
******************************************************************************/
.separator {
-fx-padding: 0.5px;
-fx-background-color: CONTROL_BORDER_NORMAL;
}

View File

@@ -910,6 +910,7 @@
-fx-border-style: solid inside;
-fx-border-width: 1px;
}
/*******************************************************************************
* *
* Separator *
@@ -917,6 +918,6 @@
******************************************************************************/
.separator {
-fx-padding: 1px;
-fx-background-color: CONTROL_BORDER_DISABLED;
-fx-padding: 0.5px;
-fx-background-color: CONTROL_BORDER_NORMAL;
}