Only show "hand" cursor over cards in your hand, not the entire area. Fixes #34.

This commit is contained in:
Andy Janata 2014-02-16 22:40:47 -08:00
parent 4448a90ccd
commit d027e0d175
1 changed files with 4 additions and 1 deletions

View File

@ -356,11 +356,14 @@ span.debug, span.admin {
bottom: 0px;
height: 100%;
width: 99%;
cursor: pointer;
padding-left: 2px;
min-width: 750px;
}
.game_hand_cards .card {
cursor: pointer;
}
.game_top {
padding: 5px;
}