12345678910111213141516171819 |
-
- @import "ui.datepick.css";
-
- .ui-widget-header a,
- .ui-widget-header select {
- color: #222222;
- }
- .ui-widget-header a:hover {
- background-color: #000000;
- color: #96f226;
- }
- .ui-widget-header select,
- .ui-widget-header option {
- background-color: #9fda58;
- }
- .ui-state-highlight a {
- color: #030303;
- }
|