diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index f75708a627124645d96905815bd9d01daf6652e3..445d305a3bbbeaeb41048c48330067262f77aec3 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -324,5 +324,56 @@ body[data-theme='red'] { } } + .ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled){ + border-color: $linx-red-theme; + } + .ant-calendar{ + .ant-calendar-date{ + &:hover{ + background-color: $linx-red-theme-rgb; + } + } + .ant-calendar-date-panel{ + .ant-calendar-selected-day{ + .ant-calendar-date{ + background-color: $linx-red-theme; + } + } + .ant-calendar-today{ + .ant-calendar-date{ + color: $linx-red-theme; + border-color: $linx-red-theme; + } + &.ant-calendar-selected-day{ + .ant-calendar-date{ + color: #fff; + border-color: $linx-red-theme; + } + } + } + } + .ant-calendar-footer-btn{ + .ant-calendar-time-picker-btn{ + color: $linx-red-theme; + &.ant-calendar-time-picker-btn-disabled{ + color: rgba(0, 0, 0, 0.25); + &:hover{ + cursor: not-allowed; + } + } + } + .ant-calendar-ok-btn{ + background-color: $linx-red-theme; + border-color: $linx-red-theme; + &.ant-calendar-ok-btn-disabled{ + color: rgba(0, 0, 0, 0.25); + background-color: #f5f5f5; + border-color: #d9d9d9; + &:hover{ + cursor: not-allowed; + } + } + } + } }