12345678910111213141516171819 |
-
- @import "ui.datepick.css";
-
- .ui-widget-header a,
- .ui-widget-header select {
- color: #ffffff;
- }
- .ui-widget-header a:hover {
- background-color: #fdf5ce;
- color: #c77405;
- }
- .ui-widget-header select,
- .ui-widget-header option {
- background-color: #f6a828;
- }
- .ui-state-highlight a {
- color: #363636;
- }
|