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; }