Change cursor to a pointer or hand when over an edit button.
authorrich <rich>
Wed, 27 Oct 2004 08:42:30 +0000 (08:42 +0000)
committerrich <rich>
Wed, 27 Oct 2004 08:42:30 +0000 (08:42 +0000)
html/_css/editor.css

index 7da99dd..86c3d04 100644 (file)
@@ -1,5 +1,5 @@
 /* Stylesheet for COCANWIKI editor, derived from EWM.
 /* 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 {
  */
 
 body {
@@ -119,6 +119,8 @@ div.edit_buttons a {
   text-decoration: none;
   color: #000;
   background-color: #dcdad5;
   text-decoration: none;
   color: #000;
   background-color: #dcdad5;
+  cursor: pointer;
+  cursor: hand;
 }
 
 div.edit_buttons span.spacer {
 }
 
 div.edit_buttons span.spacer {