1234567891011121314151617 |
- /*
- Colores de date picker
- */
- .ui-widget-header{ background-color:#f0f0f0;}
- /*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
- border: 1px solid #c5c5c5; background: #f7f7f8;
- }*/
- .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { background: #d21034!important; color: #fff!important;}
- .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
- border: 1px solid #ffffff; background: #001d68 !important; color:white!important;
- }
- /* Month Picker */
- .month-picker-year-table .ui-button {
- color: #001D68 !important;
- }
|