|
@@ -795,7 +795,6 @@
|
|
|
background: rgba(5, 18, 53, 0.85) !important;
|
|
|
border: 1px solid #2C81FF !important;
|
|
|
border-radius: 0 !important;
|
|
|
- //box-shadow:inset 0 0 10px rgba(26, 144, 255, 0.5) !important;
|
|
|
.el-picker-panel {
|
|
|
background: rgba(5, 18, 53, 0.85) !important;
|
|
|
|
|
@@ -804,9 +803,6 @@
|
|
|
.el-date-table {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
- //.el-date-picker {
|
|
|
- // width: 934px;
|
|
|
- //}
|
|
|
.el-date-picker .el-picker-panel__content {
|
|
|
width: auto !important;
|
|
|
}
|
|
@@ -827,9 +823,6 @@
|
|
|
color: #b1cae0;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
- //.el-year-table td div, .el-month-table td div {
|
|
|
- // height: 95px !important;
|
|
|
- //}
|
|
|
.el-year-table td .cell, .el-month-table td .cell {
|
|
|
color: #b1cae0;
|
|
|
font-size: 14px;
|
|
@@ -840,23 +833,83 @@
|
|
|
.el-date-table th {
|
|
|
color: #b1cae0;
|
|
|
border-bottom: 1px solid #8fa4b7;
|
|
|
- //width: 76px !important;
|
|
|
- //height: 76px !important;
|
|
|
- //line-height: 76px !important;
|
|
|
}
|
|
|
.el-date-picker__header--bordered {
|
|
|
border-bottom: 1px solid #8fa4b7;
|
|
|
}
|
|
|
- .el-date-table-cell__text {
|
|
|
- //width: 76px !important;
|
|
|
- //height: 76px !important;
|
|
|
- //line-height: 76px !important;
|
|
|
+ .el-date-table td.available:hover {
|
|
|
+ color: #7af0e9;
|
|
|
+ }
|
|
|
+ .el-date-table td.today .el-date-table-cell__text, .el-month-table td .cell:hover, .el-year-table td.today .cell, .el-year-table td .cell:hover {
|
|
|
+ color: #7af0e9;
|
|
|
+ }
|
|
|
+ .el-month-table td.current:not(.disabled) .cell, .el-date-table td.current:not(.disabled) .el-date-table-cell__text,.el-year-table td.current:not(.disabled) .cell {
|
|
|
+ background-color: #7af0e9;
|
|
|
+ }
|
|
|
+ .el-date-table td.next-month, .el-date-table td.prev-month {
|
|
|
+ color: #8fa4b7;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.common-date-range {
|
|
|
+ box-shadow: none !important;
|
|
|
+ background-color: #0d2b5f !important;
|
|
|
+ .el-range__icon {
|
|
|
+ color: #a8ccde !important;
|
|
|
+ }
|
|
|
+ .el-range-separator {
|
|
|
+ color: #a8ccde !important;
|
|
|
}
|
|
|
- .el-date-table td .el-date-table-cell {
|
|
|
+ .el-range-input {
|
|
|
+ color: #a8ccde !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+.common-date-range-popper {
|
|
|
+ background: rgba(5, 18, 53, 0.85) !important;
|
|
|
+ border: 1px solid #2C81FF !important;
|
|
|
+ border-radius: 0 !important;
|
|
|
+ .el-picker-panel {
|
|
|
+ background: rgba(5, 18, 53, 0.85) !important;
|
|
|
+
|
|
|
+ color: #b1cae0;
|
|
|
+ }
|
|
|
+ .el-date-table {
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ .el-date-picker .el-picker-panel__content {
|
|
|
+ width: auto !important;
|
|
|
+ }
|
|
|
+ .el-date-picker__header {
|
|
|
+ .arrow-left, .arrow-right, .d-arrow-left, .d-arrow-right {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #ffffff;
|
|
|
+ &:hover {
|
|
|
+ color: #7af0e9;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .el-popper__arrow:before {
|
|
|
+ border: 1px solid #2C81FF !important;
|
|
|
+ background-color: rgba(5, 18, 53, 1) !important;
|
|
|
+ }
|
|
|
+ .el-date-picker__header-label {
|
|
|
+ color: #b1cae0;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ .el-year-table td .cell, .el-month-table td .cell {
|
|
|
+ color: #b1cae0;
|
|
|
+ font-size: 14px;
|
|
|
//width: 95px !important;
|
|
|
//height: 95px !important;
|
|
|
//line-height: 95px !important;
|
|
|
}
|
|
|
+ .el-date-table th {
|
|
|
+ color: #b1cae0;
|
|
|
+ border-bottom: 1px solid #8fa4b7;
|
|
|
+ }
|
|
|
+ .el-date-picker__header--bordered {
|
|
|
+ border-bottom: 1px solid #8fa4b7;
|
|
|
+ }
|
|
|
.el-date-table td.available:hover {
|
|
|
color: #7af0e9;
|
|
|
}
|
|
@@ -869,4 +922,7 @@
|
|
|
.el-date-table td.next-month, .el-date-table td.prev-month {
|
|
|
color: #8fa4b7;
|
|
|
}
|
|
|
+ .el-icon {
|
|
|
+ color: #a7bfd6 !important;
|
|
|
+ }
|
|
|
}
|