|
@@ -681,10 +681,16 @@ main {
|
|
|
.vuejs3-datepicker__calendar header .next:not(.disabled):hover {
|
|
|
background: rgba(0, 0, 0, 0.3);
|
|
|
}
|
|
|
+.vuejs3-datepicker__calendar .cell{
|
|
|
+ font-size:16px !important;
|
|
|
+ border-radius:4px;
|
|
|
+}
|
|
|
.highlighted {
|
|
|
- background: #4ebde1 !important;
|
|
|
+ color:#076EDE !important;
|
|
|
+ background: transparent !important;
|
|
|
}
|
|
|
.selected {
|
|
|
+ color:#fff !important;
|
|
|
background: #0076f6 !important;
|
|
|
}
|
|
|
</style>
|