From 6f18936ee972e9458af54aff4e71a017a0f4f178 Mon Sep 17 00:00:00 2001 From: jameskopacz Date: Mon, 9 Mar 2015 16:18:12 -0500 Subject: [PATCH] Pointer on upvote button and reply button mouseover --- public/css/main.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/main.less b/public/css/main.less index 37fc8a39ce..4dac6d3dc6 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -797,6 +797,10 @@ iframe.iphone { text-align: center; } +.big-ion-up-arrow #upvote, #reply-to-main-post { + cursor: pointer; +} + .story-up-votes { padding-top: 0px; margin-left: -5px;