From d68c12c9bb909d32696b6c811150566de9171918 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 27 Oct 2007 07:10:27 +0000 Subject: [PATCH] Making cursor into a pointer when hovering over various buttons. --- static/css/note.css | 1 + static/css/style.css | 3 +++ 2 files changed, 4 insertions(+) diff --git a/static/css/note.css b/static/css/note.css index df646dd..9305f6d 100644 --- a/static/css/note.css +++ b/static/css/note.css @@ -66,6 +66,7 @@ h3 { background-color: #d0e0f0; font-size: 100%; outline: none; + cursor: pointer; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; } diff --git a/static/css/style.css b/static/css/style.css index fb8bec0..0065f8e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -329,6 +329,7 @@ ol li { background-color: #d0e0f0; font-size: 100%; outline: none; + cursor: pointer; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; } @@ -439,6 +440,7 @@ ol li { background-color: #d0e0f0; font-size: 100%; outline: none; + cursor: pointer; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; } @@ -518,6 +520,7 @@ ol li { background-color: #d0e0f0; font-size: 100%; outline: none; + cursor: pointer; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; }