witten
/
luminotes
Archived
1
0
Fork 0

More cursor: pointer.

This commit is contained in:
Dan Helfman 2009-05-18 16:23:52 -07:00
parent cf6195e2a9
commit 1b42644b81
1 changed files with 2 additions and 2 deletions

View File

@ -753,11 +753,11 @@ h1 {
.static_note_contents .radio_label { .static_note_contents .radio_label {
color: #000000; color: #000000;
cursor: pointer;
} }
.static_note_contents .radio_label:hover { .static_note_contents .radio_label:hover {
color: #ff6600; color: #ff6600;
cursor: pointer;
} }
.static_note_contents .indented { .static_note_contents .indented {
@ -1211,11 +1211,11 @@ h1 {
overflow: visible; overflow: visible;
-moz-user-select: none; -moz-user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
cursor: pointer;
} }
.radio_label:hover { .radio_label:hover {
color: #ff6600; color: #ff6600;
cursor: pointer;
} }
.radio_spacer { .radio_spacer {