From 59963154726d5d9d7c5264ea5e2425da439d24f5 Mon Sep 17 00:00:00 2001 From: spaghetti Date: Sun, 6 Aug 2017 22:59:04 -0400 Subject: [PATCH] Migrate some inline JS --- static/styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/global.css b/static/styles/global.css index 00a393f..f5929d0 100644 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -125,6 +125,7 @@ button, input[type=button], input[type=submit] { } .spoilerButton { + cursor: pointer; overflow: hidden; text-overflow: ellipsis; }