From 49607e74e51f8d4e8b8f6a57def3d3dd60bac89b Mon Sep 17 00:00:00 2001 From: rich Date: Wed, 27 Oct 2004 08:42:30 +0000 Subject: [PATCH] Change cursor to a pointer or hand when over an edit button. --- html/_css/editor.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/html/_css/editor.css b/html/_css/editor.css index 7da99dd..86c3d04 100644 --- a/html/_css/editor.css +++ b/html/_css/editor.css @@ -1,5 +1,5 @@ /* Stylesheet for COCANWIKI editor, derived from EWM. - * $Id: editor.css,v 1.5 2004/10/26 17:17:08 rich Exp $ + * $Id: editor.css,v 1.6 2004/10/27 08:42:30 rich Exp $ */ body { @@ -119,6 +119,8 @@ div.edit_buttons a { text-decoration: none; color: #000; background-color: #dcdad5; + cursor: pointer; + cursor: hand; } div.edit_buttons span.spacer { -- 1.8.3.1