|
@@ -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;
|
|
|
}
|