mirror of
https://github.com/ganglyglub2-gif/cotizador-impresion-3D.git
synced 2026-07-17 18:55:11 +00:00
13 lines
682 B
CSS
13 lines
682 B
CSS
/*
|
|
Colores de date picker
|
|
*/
|
|
.ui-widget-header{ background-color:#D6D8DB;}
|
|
/*.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: #ce0e2d; color: #fff;
|
|
}
|
|
.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 #004060; background: #006094;
|
|
} |