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

Booking Calendar, version 11.0. 18 lines.

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

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

```
