Ver Fonte

updated separator styling

Tobias Hagemann há 2 anos atrás
pai
commit
1251e1b873

+ 11 - 0
src/main/resources/css/dark_theme.css

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

+ 3 - 2
src/main/resources/css/light_theme.css

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