mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Adapt CheckBox style to match design guide
This commit is contained in:
parent
473d64404c
commit
c99d0fdb1e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user