Bläddra i källkod

less annoying "armed" indicator

Sebastian Stenzel 5 år sedan
förälder
incheckning
15bdba85bb

+ 1 - 1
main/ui/src/main/resources/css/dark_theme.css

@@ -187,7 +187,7 @@
 
 .list-view:focused .list-cell:selected {
 	-fx-background-color: CONTROL_BORDER_FOCUSED, CONTROL_BG_ARMED;
-	-fx-background-insets: 0, 1px;
+	-fx-background-insets: 0, 0 2px;
 }
 
 .list-cell:selected {

+ 1 - 1
main/ui/src/main/resources/css/light_theme.css

@@ -187,7 +187,7 @@
 
 .list-view:focused .list-cell:selected {
 	-fx-background-color: CONTROL_BORDER_FOCUSED, CONTROL_BG_ARMED;
-	-fx-background-insets: 0, 1px;
+	-fx-background-insets: 0, 0 2px;
 }
 
 .list-cell:selected {