jfxtras.labs.internal.scene.control.CalendarTimePicker.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jfxtras-labs Show documentation
Show all versions of jfxtras-labs Show documentation
Experimental components for JavaFX 2
/* basic settings */
.CalendarTimePicker {
-fx-skin: "jfxtras.labs.internal.scene.control.skin.CalendarTimePickerSkin";
}
/* skin level
.CalendarTimePickerSkin {
}
*/
.CalendarTimePickerSkin .timeLabel {
-fx-font-size: 2.0em;
-fx-opacity: 0.5;
}