From 5c5b5a53a5b50c7776df51cb997a9870003a4440 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Fri, 8 Feb 2013 13:57:20 -0500 Subject: [PATCH] pointer cursors on customizeables --- styles/app/avatar.styl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/app/avatar.styl b/styles/app/avatar.styl index 5867b36b59..63dc6a9adf 100644 --- a/styles/app/avatar.styl +++ b/styles/app/avatar.styl @@ -24,6 +24,7 @@ .avatar + cursor: pointer position: relative margin-top: -12px width: 90px @@ -39,4 +40,7 @@ right: 10px .character-sprites span - position: absolute \ No newline at end of file + position: absolute + + table.customize td div + cursor: pointer \ No newline at end of file