summaryrefslogtreecommitdiff
path: root/util/master/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'util/master/style.css')
-rw-r--r--util/master/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/master/style.css b/util/master/style.css
index 76a4f998d..13bcf2979 100644
--- a/util/master/style.css
+++ b/util/master/style.css
@@ -28,3 +28,8 @@ td:hover .mts_hover_list {
text-decoration: underline;
text-decoration-style: dashed;
}
+
+.clickable {
+ text-decoration: underline;
+ cursor: pointer;
+} \ No newline at end of file