Style active buttons with the custom cursor.

Fixes #291
This commit is contained in:
Tom MacWright
2013-01-07 13:09:54 -05:00
parent a78b5925e4
commit b5639b8b45

View File

@@ -199,7 +199,7 @@ button:hover {
background-color: #ececec;
}
button:active {
button.active {
box-shadow: inset 0 0 0px 1px #fff, inset 0 0 6px 1px rgba(0,0,0,.35);
cursor:url(../img/cursor-pointing.png) 9 9, auto;
}