|
|
|
@ -2840,6 +2840,24 @@ $radkoColor2: #3197ee; |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.calender-list .rmdp-day.rmdp-today span:hover { |
|
|
|
|
background: #ff9100 !important; |
|
|
|
|
border-radius: 8px !important; |
|
|
|
|
color: rgb(255, 242, 0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.calender-list .rmdp-day.rmdp-selected span:not(.highlight) { |
|
|
|
|
background: #4878e6; |
|
|
|
|
box-shadow: 0px; |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.calender-list .rmdp-day.rmdp-selected span:not(.highlight):hover { |
|
|
|
|
background-color: #c800ff; |
|
|
|
|
box-shadow: 0px; |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.calender-list .rmdp-day span { |
|
|
|
|
color: #3e3e3e; |
|
|
|
|
font-weight: bold; |
|
|
|
|