12345678910111213141516171819 |
-
- @import "ui.datepick.css";
-
- .ui-widget-header a,
- .ui-widget-header select {
- color: #453821;
- }
- .ui-widget-header a:hover {
- background-color: #654b24;
- color: #ffffff;
- }
- .ui-widget-header select,
- .ui-widget-header option {
- background-color: #ffffff;
- }
- .ui-state-highlight a {
- color: #3a3427;
- }
|