dristi-ui-css 0.0.3-dristi-kerala.1 → 0.0.3-dristi-kerala.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * dristi-ui-css - 0.0.3-dristi-kerala.1
3
+ * dristi-ui-css - 0.0.3-dristi-kerala.2
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -2246,11 +2246,17 @@
2246
2246
  color: #fff !important;
2247
2247
  left: 0 !important;
2248
2248
  right: 0 !important;
2249
- margin: auto !important; }
2249
+ margin: auto !important;
2250
+ border-radius: 50%;
2251
+ height: 40px;
2252
+ width: 40px; }
2250
2253
 
2251
- .rdrDayHovered span:after {
2252
- border: none !important;
2253
- background: none !important; }
2254
+ .rdrDayHovered .rdrDayNumber {
2255
+ width: 40px;
2256
+ height: 40px;
2257
+ position: relative;
2258
+ border: 1px solid;
2259
+ border-radius: 50%; }
2254
2260
 
2255
2261
  .rdrDayEndPreview.rdrDayHovered span:after, .rdrDayStartPreview.rdrDayHovered span:after {
2256
2262
  content: "";
@@ -2277,6 +2283,11 @@
2277
2283
  right: 0;
2278
2284
  margin: auto; }
2279
2285
 
2286
+ .rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview {
2287
+ height: 40px !important;
2288
+ width: 40px !important;
2289
+ border-radius: 50% !important; }
2290
+
2280
2291
  .rdrDay {
2281
2292
  height: 52px !important;
2282
2293
  line-height: 45px !important;
@@ -2313,7 +2324,10 @@
2313
2324
  color: #9ca3af !important; }
2314
2325
 
2315
2326
  .rdrDayEndPreview {
2316
- margin: auto; }
2327
+ margin: auto;
2328
+ height: 40px;
2329
+ width: 40px;
2330
+ border-radius: 50%; }
2317
2331
 
2318
2332
  .data-table {
2319
2333
  --text-opacity:1;