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; }