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

Booking Calendar, version 11.0. 18 lines.

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

```css
/* ThemeRoller UI Darkness override style sheet for jQuery date picker v3.7.0. */
@import "ui.datepick.css";

.ui-widget-header a,
.ui-widget-header select {
	color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
	background-color: #0078a3; /* Set (.ui-state-hover) colours from theme here */
	color: #ffffff;
}
.ui-widget-header option {
	background-color: #333333; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
	color: #2e7db2; /* Set (.ui-state-highlight) colour from theme here */
}

```
