12345678910111213141516171819 |
-
- @import "ui.datepick.css";
-
- .ui-widget-header a,
- .ui-widget-header select {
- color: #eaf5f7;
- }
- .ui-widget-header a:hover {
- background-color: #79c9ec;
- color: #026890;
- }
- .ui-widget-header select,
- .ui-widget-header option {
- background-color: #2191c0;
- }
- .ui-state-highlight a {
- color: #915608;
- }
|