witten
/
luminotes
Archived
1
0
Fork 0

Making cursor into a pointer when hovering over various buttons.

This commit is contained in:
Dan Helfman 2007-10-27 07:10:27 +00:00
parent 22ce1728f4
commit d68c12c9bb
2 changed files with 4 additions and 0 deletions

View File

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

View File

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