fixed checkmark color if it's selected and disabled

This commit is contained in:
Tobias Hagemann
2020-04-30 16:31:25 +02:00
parent 1c5ecf8c01
commit 26e140ee22
2 changed files with 8 additions and 0 deletions

View File

@@ -631,6 +631,10 @@
-fx-background-color: TEXT_FILL;
}
.check-box:selected:disabled > .box > .mark {
-fx-background-color: TEXT_FILL_MUTED;
}
/*******************************************************************************
* *
* RadioButton *

View File

@@ -630,6 +630,10 @@
-fx-background-color: TEXT_FILL;
}
.check-box:selected:disabled > .box > .mark {
-fx-background-color: TEXT_FILL_MUTED;
}
/*******************************************************************************
* *
* RadioButton *