|
@@ -13,6 +13,20 @@ body.console {
|
|
|
font-family: 'Microsoft YaHei', arial, tahoma, sans-serif;
|
|
|
color: @fstColor;
|
|
|
}
|
|
|
+ .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
|
|
|
+ &:hover {
|
|
|
+ background-color: transparent;
|
|
|
+ border-color: transparent;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
|
|
|
+ display: block;
|
|
|
+ position: absolute;
|
|
|
+ left: 50%;
|
|
|
+ margin-left: -8px;
|
|
|
+ top: 50%;
|
|
|
+ margin-top: -8px;
|
|
|
+}
|
|
|
.ui-state-active, .ui-widget-content .ui-state-active {
|
|
|
background-color: #00A0FE;
|
|
|
}
|
|
@@ -22,11 +36,15 @@ body.console {
|
|
|
.ui-state-hover .ui-icon {
|
|
|
background-image:"url(../images/add.png)";
|
|
|
}
|
|
|
+ .dataSelectDark .iconCalen {
|
|
|
+ top:10px;
|
|
|
+ }
|
|
|
.dataSelectDark input {
|
|
|
height: 28px;
|
|
|
}
|
|
|
.ui-widget-header .ui-icon {
|
|
|
- background-image:url(../images/down_blue.png);
|
|
|
+ background:url(../images/calendarkL.png);
|
|
|
+ background-size: 16px 16px;
|
|
|
}
|
|
|
// .ui-icon, .ui-widget-content .ui-icon {
|
|
|
// background-image:"url(../images/logo.png)";
|
|
@@ -41,6 +59,7 @@ body.console {
|
|
|
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
|
|
|
background-color: #5B70A4 !important;
|
|
|
}
|
|
|
+
|
|
|
.sureDate {
|
|
|
cursor: pointer;
|
|
|
background-color: #00A1FF;
|