12345678910111213141516171819 |
-
- @import "ui.datepick.css";
-
- .ui-widget-header a,
- .ui-widget-header select {
- color: #ffffff;
- }
- .ui-widget-header a:hover {
- background-color: #f5f0e5;
- color: #a46313;
- }
- .ui-widget-header select,
- .ui-widget-header option {
- background-color: #cb842e;
- }
- .ui-state-highlight a {
- color: #060200;
- }
|