From c0d122330f2ac9a3ad88dc33ce4e93843b6825ac Mon Sep 17 00:00:00 2001 From: jordan Date: Mon, 28 Mar 2011 18:23:07 +0000 Subject: [PATCH] #SPLUNK-123, changing the cursor from a pointer to a normal one, now the pointer is only on the arrow icon. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@913 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/media/style/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/forum/skins/default/media/style/style.css b/forum/skins/default/media/style/style.css index 0815f9c..24175f0 100644 --- a/forum/skins/default/media/style/style.css +++ b/forum/skins/default/media/style/style.css @@ -909,9 +909,12 @@ span.form-error { width: 100%; } +.revision .rev-arrow { + cursor: pointer; +} + .revision .header { background-color: #EEEEEE; - cursor: pointer; padding: 5px; } -- 2.39.5