|
@@ -134,11 +134,12 @@
|
|
|
border: 0.093vh solid @deepblue;
|
|
|
}
|
|
|
.active {
|
|
|
- background: linear-gradient(to top,rgba(54,52,142, 0.5),rgba(54,52,142, 0));
|
|
|
+ // background: linear-gradient(to top,rgba(54,52,142, 0.5),rgba(54,52,142, 0));
|
|
|
+ background:@fadePurple;
|
|
|
color: @deepblue;
|
|
|
}
|
|
|
.active::after {
|
|
|
- border: 0.093vh solid @deepblue;
|
|
|
+ // border: 0.093vh solid @deepblue;
|
|
|
}
|
|
|
|
|
|
.el-month-table td .cell:hover,
|