mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-21 20:21:27 +00:00
added disabled checkbox styling [ci skip]
This commit is contained in:
@@ -549,6 +549,10 @@
|
||||
-fx-padding: 4px 0 4px 0;
|
||||
}
|
||||
|
||||
.check-box:disabled {
|
||||
-fx-text-fill: TEXT_FILL_SECONDARY;
|
||||
}
|
||||
|
||||
.check-box > .box {
|
||||
-fx-background-color: CONTROL_BORDER_NORMAL, CONTROL_BG_NORMAL;
|
||||
-fx-background-insets: 0, 1px;
|
||||
@@ -560,6 +564,10 @@
|
||||
-fx-background-color: CONTROL_BORDER_FOCUSED, CONTROL_BG_NORMAL;
|
||||
}
|
||||
|
||||
.check-box:disabled > .box {
|
||||
-fx-background-color: CONTROL_BORDER_DISABLED, CONTROL_BG_DISABLED;
|
||||
}
|
||||
|
||||
.check-box > .box > .mark {
|
||||
-fx-background-color: transparent;
|
||||
-fx-padding: 0.4em;
|
||||
|
||||
@@ -549,6 +549,10 @@
|
||||
-fx-padding: 4px 0 4px 0;
|
||||
}
|
||||
|
||||
.check-box:disabled {
|
||||
-fx-text-fill: TEXT_FILL_SECONDARY;
|
||||
}
|
||||
|
||||
.check-box > .box {
|
||||
-fx-background-color: CONTROL_BORDER_NORMAL, CONTROL_BG_NORMAL;
|
||||
-fx-background-insets: 0, 1px;
|
||||
@@ -560,6 +564,10 @@
|
||||
-fx-background-color: CONTROL_BORDER_FOCUSED, CONTROL_BG_NORMAL;
|
||||
}
|
||||
|
||||
.check-box:disabled > .box {
|
||||
-fx-background-color: CONTROL_BORDER_DISABLED, CONTROL_BG_DISABLED;
|
||||
}
|
||||
|
||||
.check-box > .box > .mark {
|
||||
-fx-background-color: transparent;
|
||||
-fx-padding: 0.4em;
|
||||
|
||||
Reference in New Issue
Block a user