diff --git a/resources/views/admin/dashboard.blade.php b/resources/views/admin/dashboard.blade.php index e4de2c5..41ae9c7 100644 --- a/resources/views/admin/dashboard.blade.php +++ b/resources/views/admin/dashboard.blade.php @@ -323,6 +323,7 @@ overflow-x: auto; width: 100%; -webkit-overflow-scrolling: touch; + } .table { @@ -337,6 +338,7 @@ .table thead tr { background: linear-gradient(135deg, #2c3e50, #34495e) !important; border-bottom: 2px solid #1a252f; + border-radius:16px 16px 0 0 !important; } .table thead th { @@ -353,6 +355,7 @@ font-family: 'Inter', sans-serif; font-size: 13px; min-width: 100px; + } /* Curve the first and last header cells */ @@ -515,9 +518,9 @@ /* Default fallback badge classes */ .badge.bg-secondary { - background: linear-gradient(135deg, #f8f9fa, #e9ecef) !important; - color: #495057 !important; - border-color: #dee2e6 !important; + background: linear-gradient(135deg, #d1fae5, #a7f3d0) !important; + color: #065f46 !important; + border-color: #10b981 !important; } .badge.bg-info { diff --git a/resources/views/admin/shipments.blade.php b/resources/views/admin/shipments.blade.php index 0dd2319..afb33d2 100644 --- a/resources/views/admin/shipments.blade.php +++ b/resources/views/admin/shipments.blade.php @@ -1827,32 +1827,8 @@