jfxtras.labs.internal.scene.control.CalendarPicker.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 */
.CalendarPicker {
-fx-skin: "jfxtras.labs.internal.scene.control.skin.CalendarPickerControlSkin";
}
.CalendarPickerControlSkin {
}
.CalendarPickerControlSkin .weekday-label {
-fx-alignment: CENTER;
}
.CalendarPickerControlSkin .non-weekend {
}
.CalendarPickerControlSkin .weekend {
-fx-text-fill: -fx-accent;
}
.CalendarPickerControlSkin .day-button {
}
/* highlight today */
.CalendarPickerControlSkin .today {
-fx-color: DARKGRAY;
}