12345678910111213141516171819 |
-
- @import "ui.datepick.css";
-
- .ui-widget-header a,
- .ui-widget-header select {
- color: #222222;
- }
- .ui-widget-header a:hover {
- background-color: #dadada;
- color: #212121;
- }
- .ui-widget-header select,
- .ui-widget-header option {
- background-color: #cccccc;
- }
- .ui-state-highlight a {
- color: #363636;
- }
|