jfxtras.labs.internal.scene.control.LocalDatePicker.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 */
.LocalDatePicker {
-fx-skin: "jfxtras.labs.internal.scene.control.skin.LocalDatePickerControlSkin";
}
/* style level
.LocalDatePickerControlSkin {
}
*/
/* weekday
.LocalDatePickerControlSkin .weekday {
}
*/
.LocalDatePickerControlSkin .weekend {
-fx-text-fill: -fx-accent;
}
/* day
.LocalDatePickerControlSkin .day {
}
*/
/* highlight today */
.LocalDatePickerControlSkin .today {
-fx-color: DARKGRAY;
}