This commit is contained in:
alexandre-pereira
2015-03-17 19:35:31 +01:00
parent fd46a5720c
commit efc37a61f8
3 changed files with 25 additions and 2 deletions

View File

@ -158,4 +158,12 @@ button:active {
.game img {
width:100%;
height:100%;
}
img#imgRef {
border-radius:50%; height:100px;width:100px;margin:40px; cursor:pointer;
}
img#imgRef:active {
cursor:wait;
}