From 7edab7891ebd62812503ca2d946872a16c642ac3 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Sun, 1 Jun 2025 19:07:17 +0200 Subject: [PATCH] style on table sortable --- assets/styles/app.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/styles/app.css b/assets/styles/app.css index 548e377..3c8fd81 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -15,4 +15,16 @@ body { .no-name { color: #df5a0d; +} + +table.js-sort-table th { + cursor: pointer; +} + +table.js-sort-table th:hover { + background-color: #f0f0f0; +} + +table.js-sort-table th:active { + background-color: #e0e0e0; } \ No newline at end of file