Преглед на файлове

sharper gradient stops on hi-res displays
[ci skip]

Sebastian Stenzel преди 6 години
родител
ревизия
2a69740559
променени са 1 файла, в които са добавени 8 реда и са изтрити 6 реда
  1. 8 6
      main/ui/src/main/resources/css/theme.css

+ 8 - 6
main/ui/src/main/resources/css/theme.css

@@ -50,12 +50,14 @@
 
 .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%
+		transparent 50%,
+		CONTROL_BORDER_NORMAL 51%,
+		CONTROL_BORDER_NORMAL 60%,
+		transparent 61%,
+		transparent 70%,
+		CONTROL_BORDER_NORMAL 71%,
+		CONTROL_BORDER_NORMAL 80%,
+		transparent 81%
 	);
 	-fx-cursor: nw_resize;
 }