mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-16 17:51:27 +00:00
fixed checkmark color if it's selected and disabled
This commit is contained in:
@@ -631,6 +631,10 @@
|
||||
-fx-background-color: TEXT_FILL;
|
||||
}
|
||||
|
||||
.check-box:selected:disabled > .box > .mark {
|
||||
-fx-background-color: TEXT_FILL_MUTED;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* RadioButton *
|
||||
|
||||
@@ -630,6 +630,10 @@
|
||||
-fx-background-color: TEXT_FILL;
|
||||
}
|
||||
|
||||
.check-box:selected:disabled > .box > .mark {
|
||||
-fx-background-color: TEXT_FILL_MUTED;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* RadioButton *
|
||||
|
||||
Reference in New Issue
Block a user