From 7e7a4bf59f8c8daafdb6aef96e10ac71aa9bfaa7 Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Mon, 7 Jan 2013 11:25:37 -0500 Subject: [PATCH] Fixed pointer cursor pointing position. --- css/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 1c4e8daed..a86c3b7bd 100644 --- a/css/app.css +++ b/css/app.css @@ -192,7 +192,7 @@ button { font-size:14px; display: inline-block; height:40px; - cursor:url(../img/cursor-pointer.png) 9 9, auto; + cursor:url(../img/cursor-pointer.png) 6 1, auto; } button:hover { @@ -201,7 +201,7 @@ button:hover { button:active { box-shadow: inset 0 0 0px 1px #fff, inset 0 0 6px 1px rgba(0,0,0,.35); - cursor:url(../img/cursor-pointing.png) 9 9, auto; + cursor:url(../img/cursor-pointing.png) 6 1, auto; } button.active:not([disabled]) {