From 5d351eacb75effcf54ae21d6955304db9d2682ef Mon Sep 17 00:00:00 2001 From: venba-Inspriron-3558 Date: Thu, 21 Aug 2025 18:40:11 +0530 Subject: [PATCH] BUG_fix in ticket --- app/Views/thz_list.php | 23 +++++++++---------- app/Views/thz_notes.php | 49 +++++++++++++++++++++++++++-------------- 2 files changed, 43 insertions(+), 29 deletions(-) diff --git a/app/Views/thz_list.php b/app/Views/thz_list.php index 0decca6b..10c3e72e 100644 --- a/app/Views/thz_list.php +++ b/app/Views/thz_list.php @@ -40,7 +40,7 @@ tbody td { /* Add shadow + spacing row "card" effect */ tbody tr { - box-shadow: 0 2px 5px rgba(0,0,0,0.08); + /* box-shadow: 0 2px 5px rgba(0,0,0,0.08); */ } /* Rounded corners for first + last cell of each row */ @@ -56,10 +56,10 @@ tbody tr td:last-child { /* Hover effect */ #scroll-horizontal-datatable tbody tr:hover td { background-color: #e0e0e0; - border-top-left-radius: 15px !important; - border-bottom-left-radius: 15px !important; + } + /* Search input with icon */ .dataTables_filter { position: absolute; @@ -110,9 +110,6 @@ tbody tr td:last-child { white-space: nowrap !important; } */ -#scroll-horizontal-datatable tbody tr:hover { - background-color: #e0e0e0; -} td .text-muted { font-size: 0.85em; /* smaller than default */ @@ -191,7 +188,7 @@ td .text-muted {