Actualización

This commit is contained in:
Your Name
2024-10-07 19:31:30 +00:00
parent 189566ce16
commit e5715e3b05
108 changed files with 27751 additions and 26012 deletions

View File

@@ -1,39 +1,39 @@
/*
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; 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 #ffffff; background: #001d68; color:white!important;
}
/* Month Picker */
/*
.month-picker-previous .ui-icon-circle-triangle-w {
display: inline-block;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
.month-picker-previous .ui-icon-circle-triangle-w:before {
font-family: "ingfont";
content: '\e90b';
}
.month-picker-next .ui-icon-circle-triangle-e {
display: inline-block;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
}
.month-picker-next .ui-icon-circle-triangle-e:before {
font-family: "ingfont";
content: '\e90b';
}*/
.month-picker-year-table .ui-button {
color: #001D68 !important;
}
/*
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; 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 #ffffff; background: #001d68; color:white!important;
}
/* Month Picker */
/*
.month-picker-previous .ui-icon-circle-triangle-w {
display: inline-block;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
.month-picker-previous .ui-icon-circle-triangle-w:before {
font-family: "ingfont";
content: '\e90b';
}
.month-picker-next .ui-icon-circle-triangle-e {
display: inline-block;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
}
.month-picker-next .ui-icon-circle-triangle-e:before {
font-family: "ingfont";
content: '\e90b';
}*/
.month-picker-year-table .ui-button {
color: #001D68 !important;
}