org.controlsfx.samples.toggleSwitchSample.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of controlsfx-samples Show documentation
Show all versions of controlsfx-samples Show documentation
High quality UI controls and other tools to complement the core JavaFX distribution
The newest version!
.header{
-fx-font-size: 3.5em;
-fx-text-fill: black;
}
.item-title{
-fx-font-size: 1em;
-fx-text-fill: black;
}
.styled-toggle .thumb {
-fx-background-radius: 17;
-fx-padding: 17;
}
.styled-toggle .thumb-area{
-fx-background-radius: 5;
-fx-padding: 5 50 5 50; /* describes length: 50+50 = 100 width, 5+5=10 height */
}
.styled-toggle .label {
-fx-padding: 0 90 0 0; //label belonging to the toggle at the left side of the toggle with 90 between them
}