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

com.darwinsys.servlet.calendar.css Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
/* table */
.cal-table-month { border:1px solid; }

.cal-header-month { color: red; background-color: white; }
.cal-header-days { color: blue; background-color: white; }

/* Normal day */
.cal-cell-day	{ background-color: white; }
/* today */
.cal-cell-today	{ background-color: pink; }
/* empty day cell */
.cal-cell-empty: { background-color: white }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy