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