1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 20:30:05 +02:00

cursor on unsortable header field

This commit is contained in:
s2
2018-05-19 18:47:27 +02:00
parent 31ad7a8f1f
commit cb840fa257

View File

@@ -36,3 +36,6 @@
table.sortable thead {
cursor: pointer;
}
table.sortable .sorttable_nosort {
cursor: default;
}