diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-07 04:26:49 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-07 04:26:49 -0600 |
commit | d4fce99f8149f352f5bba9deced0c98198d5c4d9 (patch) | |
tree | 01937a285ea6afef56f9f652fe8c334ad3ad51d4 /css/stats.css | |
parent | f7b36706f5a63958e2fdc4ca637297e93a580be4 (diff) | |
download | pathery-d4fce99f8149f352f5bba9deced0c98198d5c4d9.tar.xz |
Changed pointer on left/right arrows in score page, and made them unselectable (via new global '.unselectable' class, which you can use elsewhere if you want)
Diffstat (limited to 'css/stats.css')
-rw-r--r-- | css/stats.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/stats.css b/css/stats.css index 1009476..282f58a 100644 --- a/css/stats.css +++ b/css/stats.css @@ -63,7 +63,7 @@ cursor: auto; } .mapNavActive { - cursor: auto; + cursor: pointer; } .mapNavActive:hover { background-color: #343c57; |