diff --git a/main/ui/src/main/resources/css/theme.css b/main/ui/src/main/resources/css/theme.css
index 0c32931be..7a8d6dd90 100644
--- a/main/ui/src/main/resources/css/theme.css
+++ b/main/ui/src/main/resources/css/theme.css
@@ -48,6 +48,18 @@
-fx-fill: CONTROL_BG_ARMED;
}
+.main-window .resizer {
+ -fx-background-color: linear-gradient(to bottom right,
+ GRAY_LIGHT_BG 40%,
+ CONTROL_BORDER_NORMAL 50%,
+ GRAY_LIGHT_BG 60%,
+ CONTROL_BORDER_NORMAL 70%,
+ GRAY_LIGHT_BG 80%,
+ CONTROL_BORDER_NORMAL 90%
+ );
+ -fx-cursor: nw_resize;
+}
+
/*******************************************************************************
* *
* SplitPane *
diff --git a/main/ui/src/main/resources/fxml/main_window.fxml b/main/ui/src/main/resources/fxml/main_window.fxml
index 6fcf80df3..819bccb53 100644
--- a/main/ui/src/main/resources/fxml/main_window.fxml
+++ b/main/ui/src/main/resources/fxml/main_window.fxml
@@ -44,7 +44,6 @@
-
-
+