# booking/11.0/js/datepick/ui-start.datepick.css

Booking Calendar, version 11.0. 18 lines.

- Page: https://pluginprobe.com/plugins/booking/11.0/code/js/datepick/ui-start.datepick.css
- Raw: https://pluginprobe.com/plugins/booking/11.0/raw/js/datepick/ui-start.datepick.css
- Modified: 2025-05-12T07:38:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/booking/11.0/code/js/datepick/ui-start.datepick.css#L10-L20`.

```css
/* ThemeRoller Start override style sheet for jQuery date picker v3.7.0. */
@import "ui.datepick.css";

.ui-widget-header a,
.ui-widget-header select {
	color: #eaf5f7; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
	background-color: #79c9ec; /* Set (.ui-state-hover) colours from theme here */
	color: #026890;
}
.ui-widget-header option {
	background-color: #2191c0; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
	color: #915608; /* Set (.ui-state-highlight) colour from theme here */
}

```
