summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css
index 7e12f122..69a12699 100644
--- a/style/default.css
+++ b/style/default.css
@@ -180,6 +180,10 @@ body {
cursor: pointer;
}
+.slx-nopointer {
+ cursor: default;
+}
+
.slx-strike {
text-decoration: line-through;
}