From dbcb5399034f639440b26142c392d66359902dae Mon Sep 17 00:00:00 2001 From: Jonathan Stanley Date: Fri, 4 May 2007 22:46:39 +0000 Subject: [PATCH] #10461 Fingers crossed. git-svn-id: file:///svn/phpbb/trunk@7461 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/admin.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 406047262c..9fdb2581ca 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -663,7 +663,7 @@ input, textarea { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 0.90em; font-weight: normal; - cursor: pointer; + cursor: default; vertical-align: middle; padding: 2px; color: #111111; @@ -969,6 +969,7 @@ p.submit-buttons { fieldset.submit-buttons input, p.submit-buttons input { padding: 3px 2px; + cursor: pointer; } fieldset.submit-buttons legend { @@ -1007,6 +1008,7 @@ a.button2, input.button2 { color: #000000; font-size: 0.85em; background: #EFEFEF url("../images/bg_button.gif") repeat-x top; + cursor: pointer; } a.button1, input.button1 {