From 099714fd136e97fd1b8fa01eadf52fa3c5b01d23 Mon Sep 17 00:00:00 2001 From: mahdi Date: Sat, 11 Jun 2022 13:27:46 +0430 Subject: [PATCH] update src/index.scss --- src/index.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/index.scss b/src/index.scss index d808a28..b209c66 100644 --- a/src/index.scss +++ b/src/index.scss @@ -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;