All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jfxtras.labs.internal.scene.control.LocalDatePicker.css Maven / Gradle / Ivy

There is a newer version: 9.0-r1
Show newest version
/* 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; 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy