summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2017-02-01 15:58:19 +0100
committerSimon Rettberg2017-02-01 15:58:19 +0100
commitc53f811e83b6cf7124e2d5f26554276436f3b7cd (patch)
tree4473f6553af7a1ddc22c2a532120c4c1f5cd6d29 /modules-available/statistics_reporting/style.css
parent[statistics_reporting] Fix sort arrow direction (diff)
downloadslx-admin-c53f811e83b6cf7124e2d5f26554276436f3b7cd.tar.gz
slx-admin-c53f811e83b6cf7124e2d5f26554276436f3b7cd.tar.xz
slx-admin-c53f811e83b6cf7124e2d5f26554276436f3b7cd.zip
[statistics_reporting] Show hand-cursor for sortable columns
Diffstat (limited to 'modules-available/statistics_reporting/style.css')
-rw-r--r--modules-available/statistics_reporting/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules-available/statistics_reporting/style.css b/modules-available/statistics_reporting/style.css
index 4f314b14..81dc74b0 100644
--- a/modules-available/statistics_reporting/style.css
+++ b/modules-available/statistics_reporting/style.css
@@ -37,6 +37,6 @@
line-height: 1.6em;
}
-#applybound {
- display: none;
-} \ No newline at end of file
+th[data-sort] {
+ cursor: pointer;
+}