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 {