From c31f1d2cceab85a5e941257fbc45b1314b99a6b5 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 19 Feb 2026 11:42:45 +0000 Subject: [PATCH] Nicer row selected color --- resources/views/layouts/default.blade.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index f6d4d54eb9..0b148650f2 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -946,6 +946,9 @@ border-right: 5px solid var(--text-warning) !important; } + .bootstrap-table .fixed-table-container .table tbody tr.selected td { + background-color: light-dark(hsl(from var(--main-theme-color) h s calc(l + 40)),hsl(from var(--main-theme-color) h s calc(l - 40))) !important; + } {{-- Custom CSS --}}