|
@@ -87,7 +87,7 @@
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
width: 30px;
|
|
width: 30px;
|
|
|
height: 30px;
|
|
height: 30px;
|
|
|
- border-radius: 4px;
|
|
|
|
|
|
|
+ border-radius: 2px;
|
|
|
border: none;
|
|
border: none;
|
|
|
}
|
|
}
|
|
|
.table-striped .datepicker table tr td,
|
|
.table-striped .datepicker table tr td,
|
|
@@ -460,8 +460,8 @@ fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
|
|
|
.datepicker table tr td.active.active,
|
|
.datepicker table tr td.active.active,
|
|
|
.datepicker table tr td.active.highlighted.active {
|
|
.datepicker table tr td.active.highlighted.active {
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
- background-color: #286090;
|
|
|
|
|
- border-color: #204d74;
|
|
|
|
|
|
|
+ background-color: #33cabb;
|
|
|
|
|
+ border-color: #33cabb;
|
|
|
}
|
|
}
|
|
|
.datepicker table tr td.active:active:hover,
|
|
.datepicker table tr td.active:active:hover,
|
|
|
.datepicker table tr td.active.highlighted:active:hover,
|
|
.datepicker table tr td.active.highlighted:active:hover,
|
|
@@ -476,8 +476,8 @@ fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
|
|
|
.datepicker table tr td.active.active.focus,
|
|
.datepicker table tr td.active.active.focus,
|
|
|
.datepicker table tr td.active.highlighted.active.focus {
|
|
.datepicker table tr td.active.highlighted.active.focus {
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
- background-color: #204d74;
|
|
|
|
|
- border-color: #122b40;
|
|
|
|
|
|
|
+ background-color: #31c2b3;
|
|
|
|
|
+ border-color: #31c2b3;
|
|
|
}
|
|
}
|
|
|
.datepicker table tr td.active.disabled:hover,
|
|
.datepicker table tr td.active.disabled:hover,
|
|
|
.datepicker table tr td.active.highlighted.disabled:hover,
|
|
.datepicker table tr td.active.highlighted.disabled:hover,
|
|
@@ -558,8 +558,8 @@ fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
|
|
|
.datepicker table tr td span.active.disabled.active,
|
|
.datepicker table tr td span.active.disabled.active,
|
|
|
.datepicker table tr td span.active.disabled:hover.active {
|
|
.datepicker table tr td span.active.disabled:hover.active {
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
- background-color: #286090;
|
|
|
|
|
- border-color: #204d74;
|
|
|
|
|
|
|
+ background-color: #33cabb;
|
|
|
|
|
+ border-color: #33cabb;
|
|
|
}
|
|
}
|
|
|
.datepicker table tr td span.active:active:hover,
|
|
.datepicker table tr td span.active:active:hover,
|
|
|
.datepicker table tr td span.active:hover:active:hover,
|
|
.datepicker table tr td span.active:hover:active:hover,
|
|
@@ -586,8 +586,8 @@ fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
|
|
|
.datepicker table tr td span.active.disabled.active.focus,
|
|
.datepicker table tr td span.active.disabled.active.focus,
|
|
|
.datepicker table tr td span.active.disabled:hover.active.focus {
|
|
.datepicker table tr td span.active.disabled:hover.active.focus {
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
- background-color: #204d74;
|
|
|
|
|
- border-color: #122b40;
|
|
|
|
|
|
|
+ background-color: #52d3c7;
|
|
|
|
|
+ border-color: #52d3c7;
|
|
|
}
|
|
}
|
|
|
.datepicker table tr td span.active.disabled:hover,
|
|
.datepicker table tr td span.active.disabled:hover,
|
|
|
.datepicker table tr td span.active:hover.disabled:hover,
|
|
.datepicker table tr td span.active:hover.disabled:hover,
|