Quelques modifs

This commit is contained in:
alexandre-pereira
2015-03-17 19:24:29 +01:00
parent 1e484e8a8e
commit fd46a5720c
13 changed files with 54 additions and 107 deletions

View File

@ -147,9 +147,10 @@ button:active {
width:200px;
height:200px;
border:5px solid rgba(0, 0, 0, 0.55);
padding:5px;border-radius:8px;
padding:5px;
border-radius:8px;
}
.game:hover {
.game:hover, .game.active{
background:white;
cursor:pointer;
border:5px solid rgba(0, 0, 0, 0.95);

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB