less annoying "armed" indicator

This commit is contained in:
Sebastian Stenzel
2019-08-19 17:19:37 +02:00
parent db1a2538cb
commit 15bdba85bb
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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 {