git.annexia.org
/
cocanwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ea0677
)
Change cursor to a pointer or hand when over an edit button.
author
rich
<rich>
Wed, 27 Oct 2004 08:42:30 +0000
(08:42 +0000)
committer
rich
<rich>
Wed, 27 Oct 2004 08:42:30 +0000
(08:42 +0000)
html/_css/editor.css
patch
|
blob
|
history
diff --git
a/html/_css/editor.css
b/html/_css/editor.css
index
7da99dd
..
86c3d04
100644
(file)
--- 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 {