Only show "hand" cursor over cards in your hand, not the entire area. Fixes #34.
This commit is contained in:
parent
4448a90ccd
commit
d027e0d175
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue