Adapt CheckBox style to match design guide

This commit is contained in:
Christoph Atteneder 2018-07-24 14:46:28 +02:00
parent 473d64404c
commit c99d0fdb1e
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B

View File

@ -211,6 +211,22 @@ bg color of non edit textFields: fafafa
.jfx-checkbox {
-jfx-checked-color: -bs-green;
-fx-font-size: 0.692em;
}
.jfx-check-box .box,
.jfx-check-box:indeterminate .box,
.jfx-check-box:indeterminate:selected .box {
-fx-border-radius: 0;
-fx-border-width: 1;
-fx-pref-width: 12;
-fx-pref-height: 12;
}
.jfx-check-box .mark ,
.jfx-check-box .indeterminate-mark {
-fx-border-radius: 0;
-fx-border-width: 1;
}
/* Behavior */