From 676e91fd668a49132426e86a59ea0d97a3316989 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Mon, 18 May 2026 15:04:31 +0800 Subject: [PATCH] style: optimize flatpickr calendar styling, input dimensions, and icon alignment --- resources/css/app.css | 19 ++++++++++++++++++- .../admin/analysis/product-reports.blade.php | 10 ++++------ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index 50017be..ebd0975 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -356,6 +356,23 @@ color: #cbd5e1 !important; } + /* Standardize Flatpickr Date Range Continuity & Custom Borders */ + .flatpickr-day.inRange { + border-radius: 0 !important; + } + + .flatpickr-day.startRange { + border-radius: 12px 0 0 12px !important; + } + + .flatpickr-day.endRange { + border-radius: 0 12px 12px 0 !important; + } + + .flatpickr-day.startRange.endRange { + border-radius: 12px !important; + } + .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay { color: #cbd5e1 !important; @@ -412,7 +429,7 @@ } .dark .flatpickr-weekday { - color: #475569 !important; + color: #94a3b8 !important; } .flatpickr-months .flatpickr-month { diff --git a/resources/views/admin/analysis/product-reports.blade.php b/resources/views/admin/analysis/product-reports.blade.php index ffe5477..3a37153 100644 --- a/resources/views/admin/analysis/product-reports.blade.php +++ b/resources/views/admin/analysis/product-reports.blade.php @@ -125,15 +125,13 @@
-
+
- - - - + +