EIOS/tpl/js/datepicker/css/ui-cupertino.datepick.css

19 lines
602 B
CSS
Raw Permalink Normal View History

2023-12-28 15:39:22 +03:00
/* ThemeRoller Cupertino override style sheet for jQuery date picker v5.0.1. */
@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: #f0f0f0; /* Set (.ui-state-hover) colours from theme here */
color: #0b5b98;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #e7eef3; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #363636; /* Set (.ui-state-highlight) colour from theme here */
}