# booking/11.3/js/datepick/ui-hotsneaks.datepick.css

Booking Calendar, version 11.3. 18 lines.

- Page: https://pluginprobe.com/plugins/booking/11.3/code/js/datepick/ui-hotsneaks.datepick.css
- Raw: https://pluginprobe.com/plugins/booking/11.3/raw/js/datepick/ui-hotsneaks.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.3/code/js/datepick/ui-hotsneaks.datepick.css#L10-L20`.

```css
/* ThemeRoller HotSneaks override style sheet for jQuery date picker v3.7.0. */
@import "ui.datepick.css";

.ui-widget-header a,
.ui-widget-header select {
	color: #e1e463; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
	background-color: #ccd232; /* Set (.ui-state-hover) colours from theme here */
	color: #212121;
}
.ui-widget-header option {
	background-color: #35414f; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
	color: #363636; /* Set (.ui-state-highlight) colour from theme here */
}

```
