|
@@ -4,61 +4,7 @@ div.console {
|
|
|
overflow: auto;
|
|
|
background-color: @themeColor;
|
|
|
height: 100%;
|
|
|
- .ui-widget.ui-widget-content,
|
|
|
- .ui-widget-header,.ui-datepicker thead,.ui-state-default,
|
|
|
- .ui-datepicker-month,.ui-datepicker-year,
|
|
|
- .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
|
|
|
- background-color: @themeColor;
|
|
|
- font-family: 'Microsoft YaHei', arial, tahoma, sans-serif;
|
|
|
- color: @fstColor;
|
|
|
- }
|
|
|
- .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
|
|
|
- &:hover {
|
|
|
- background-color: #142753;
|
|
|
- border: 0 none;
|
|
|
- }
|
|
|
- }
|
|
|
- .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;
|
|
|
- }
|
|
|
- .ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
|
|
|
- background-color: #142753;
|
|
|
- }
|
|
|
- .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:url(../images/calendarkL.png) no-repeat;
|
|
|
- background-size: 14px 14px;
|
|
|
- }
|
|
|
- .ui-datepicker-next .ui-icon.ui-icon-circle-triangle-e {
|
|
|
- background:url(../images/calendarkR.png) no-repeat;
|
|
|
- background-size: 14px 14px;
|
|
|
- }
|
|
|
- .ui-datepicker th span {
|
|
|
- color: @fstColor;
|
|
|
- }
|
|
|
- .ui-datepicker-month,.ui-datepicker-year,
|
|
|
- .ui-widget.ui-widget-content{
|
|
|
- border-color: @themeBorderClr;
|
|
|
- }
|
|
|
- .ui-state-highlight, .ui-widget-content .ui-state-highlight {
|
|
|
- background-color: #5B70A4 !important;
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
.sureDate {
|
|
|
cursor: pointer;
|
|
@@ -76,11 +22,7 @@ div.console {
|
|
|
text-align: center;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
- .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
|
|
|
- height: 28px;
|
|
|
- line-height: 28px;
|
|
|
- box-sizing: border-box;
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -661,4 +603,65 @@ div.console {
|
|
|
width: 100%;
|
|
|
height: 300px;
|
|
|
margin-top: 0;
|
|
|
-}
|
|
|
+}
|
|
|
+.ui-widget.ui-widget-content,
|
|
|
+ .ui-widget-header,.ui-datepicker thead,.ui-state-default,
|
|
|
+ .ui-datepicker-month,.ui-datepicker-year,
|
|
|
+ .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
|
|
|
+ background-color: @themeColor;
|
|
|
+ font-family: 'Microsoft YaHei', arial, tahoma, sans-serif;
|
|
|
+ color: @fstColor;
|
|
|
+ }
|
|
|
+ .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
|
|
|
+ &:hover {
|
|
|
+ background-color: #142753;
|
|
|
+ border: 0 none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .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;
|
|
|
+ }
|
|
|
+ .ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
|
|
|
+ background-color: #142753;
|
|
|
+ }
|
|
|
+ .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:url(../images/calendarkL.png) no-repeat;
|
|
|
+ background-size: 14px 14px;
|
|
|
+ }
|
|
|
+ .ui-datepicker-next .ui-icon.ui-icon-circle-triangle-e {
|
|
|
+ background:url(../images/calendarkR.png) no-repeat;
|
|
|
+ background-size: 14px 14px;
|
|
|
+ }
|
|
|
+ .ui-datepicker th span {
|
|
|
+ color: @fstColor;
|
|
|
+ }
|
|
|
+ .ui-datepicker-month,.ui-datepicker-year,
|
|
|
+ .ui-widget.ui-widget-content{
|
|
|
+ border-color: @themeBorderClr;
|
|
|
+ }
|
|
|
+ .ui-state-highlight, .ui-widget-content .ui-state-highlight {
|
|
|
+ background-color: #5B70A4 !important;
|
|
|
+ }
|
|
|
+ .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
|
|
|
+ height: 28px;
|
|
|
+ line-height: 28px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ color:@themeFontClr;
|
|
|
+ }
|