From e2af7bb4676c8091bb24fef88271106d3d6c2a72 Mon Sep 17 00:00:00 2001 From: Risto Lahtela <24460436+AuroraLS3@users.noreply.github.com> Date: Thu, 11 Feb 2021 11:15:29 +0200 Subject: [PATCH] Made table headers show a pointer when they sort --- Plan/common/src/main/resources/assets/plan/web/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Plan/common/src/main/resources/assets/plan/web/css/style.css b/Plan/common/src/main/resources/assets/plan/web/css/style.css index 997fd029e..29687560f 100644 --- a/Plan/common/src/main/resources/assets/plan/web/css/style.css +++ b/Plan/common/src/main/resources/assets/plan/web/css/style.css @@ -1261,4 +1261,8 @@ body.sidebar-hidden .navbar-nav { .refresh-element > i { cursor: pointer; +} + +.sorting, .sorting_desc, .sorting_asc { + cursor: pointer; } \ No newline at end of file