8 lines
141 B
CSS
8 lines
141 B
CSS
.toggle-icon:disabled {
|
|
-fx-opacity: -timi-fx-opacity-disabled;
|
|
}
|
|
.toggle-icon:disabled .icon {
|
|
-fx-opacity: -timi-fx-opacity-disabled;
|
|
}
|
|
|