mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
add some visual feedback to the avatar customizer on click
This commit is contained in:
parent
ba5cf3a06c
commit
d6127a38cc
1 changed files with 8 additions and 2 deletions
|
|
@ -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);
|
||||
Loading…
Reference in a new issue