update src/components/Datepicker/CalenderList/index.js and src/index.scss

master
mahdi 2 years ago
parent 714ae1e131
commit 2122b4a932
  1. 22
      src/index.scss

@ -2841,9 +2841,9 @@ $radkoColor2: #3197ee;
}
.calender-list .rmdp-day.rmdp-today span:hover {
background: transparent !important;
background: #4878e6 !important;
border: solid 1px #4878e6;
color: #4878e6 !important;
color: #fff !important;
}
.calender-list .rmdp-day.rmdp-selected span:not(.highlight) {
@ -2853,9 +2853,9 @@ $radkoColor2: #3197ee;
}
.calender-list .rmdp-day.rmdp-selected span:not(.highlight):hover {
background: transparent !important;
border: solid 1px #4878e6;
color: #4878e6 !important;
background: #f7f7f7 !important;
border: none;
color: #3e3e3e !important;
}
.calender-list .rmdp-day span {
@ -2884,16 +2884,16 @@ $radkoColor2: #3197ee;
.rmdp-day.rmdp-selected .highlight-red {
border-radius: 8px !important;
box-shadow: none;
background: #4878e6 !important;
box-shadow: none !important;
color: #fff;
}
.rmdp-day.rmdp-selected .highlight-red:hover {
border-radius: 8px !important;
box-shadow: none;
border: solid 1px #ea0034;
color: #ea0034;
background: #f7f7f7 !important;
border: none;
}
.rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) .highlight-red:hover {
color: red !important;
color: #3e3e3e !important;
}

Loading…
Cancel
Save