add some visual feedback to the avatar customizer on click
This commit is contained in:
@@ -38,5 +38,11 @@
|
||||
.character-sprites span
|
||||
position: absolute
|
||||
|
||||
table.customize td div
|
||||
cursor: pointer
|
||||
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);
|
||||
Reference in New Issue
Block a user