|
|
@ -521,7 +521,7 @@ $red: #e92424; |
|
|
|
|
|
|
|
|
|
|
|
.rmdp-arrow-container { |
|
|
|
.rmdp-arrow-container { |
|
|
|
background-color: #3b98f3; |
|
|
|
background-color: #3b98f3; |
|
|
|
border-radius: 2px !important; |
|
|
|
border-radius: 4px !important; |
|
|
|
height: 24px !important; |
|
|
|
height: 24px !important; |
|
|
|
width: 24px !important; |
|
|
|
width: 24px !important; |
|
|
|
} |
|
|
|
} |
|
|
@ -539,6 +539,10 @@ $red: #e92424; |
|
|
|
color: #8798ad !important; |
|
|
|
color: #8798ad !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.disabled { |
|
|
|
|
|
|
|
background-color: transparent !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.rmdp-arrow-container .rmdp-arrow { |
|
|
|
.rmdp-arrow-container .rmdp-arrow { |
|
|
|
border: solid #fff; |
|
|
|
border: solid #fff; |
|
|
|
border-width: 0 2px 2px 0; |
|
|
|
border-width: 0 2px 2px 0; |
|
|
@ -586,9 +590,16 @@ $red: #e92424; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.rmdp-day.rmdp-today span { |
|
|
|
.rmdp-day.rmdp-today span { |
|
|
|
|
|
|
|
color: #f7f7f7 !important; |
|
|
|
|
|
|
|
background-color: #7ea6f0 !important; |
|
|
|
|
|
|
|
border-radius: 4px !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover { |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
border-radius: 4px; |
|
|
|
background: #f7f7f7 !important; |
|
|
|
background: #f7f7f7 !important; |
|
|
|
color: #3b98f3 !important; |
|
|
|
color: #3b98f3 !important; |
|
|
|
border-radius: 4px !important; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// * end DateRangePicker Component |
|
|
|
// * end DateRangePicker Component |
|
|
|