diff --git a/styles/app/avatar.styl b/styles/app/avatar.styl index b356535f66..825698c890 100644 --- a/styles/app/avatar.styl +++ b/styles/app/avatar.styl @@ -38,5 +38,11 @@ .character-sprites span position: absolute - table.customize td div - cursor: pointer \ No newline at end of file + table.customize td div + cursor: pointer + -webkit-transition: 0.25s ease-out + -moz-transition: 0.25s ease-out + transition: 0.25s ease-out + + table.customize td div:active + background-color: rgb(255, 242, 204); \ No newline at end of file