Skip to content

Commit 831000e

Browse files
committed
[ui] disable hand cursor over unsortable headers
1 parent df56cb5 commit 831000e

File tree

1 file changed

+1
-0
lines changed
  • frontend/express/public/stylesheets

1 file changed

+1
-0
lines changed

frontend/express/public/stylesheets/main.css

+1
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ div.datatablesubrow {display: none;}
519519

520520
.dataTable { border-radius:0 !important; margin-bottom:0 !important; }
521521
.dataTable th { border-radius:0 !important; outline:none; cursor:pointer; }
522+
.dataTable th.sorting_disabled { cursor:auto; }
522523
.dataTable td { border-radius:0 !important; }
523524
.dataTable-bottom, .dataTable-top { border: 1px solid #D0D0D0; padding:0; overflow:auto; color:#969696; font-weight:normal; font-size:10px; line-height:111%; text-align:left; background-color:#ECECEC; }
524525
.dataTable-top { border-bottom:none; color:#BBB; transition:color 0.5s; border-top-left-radius:2px; border-top-right-radius:2px; }

0 commit comments

Comments
 (0)