diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1,4 +1,4 @@ -html { background-color: slategray; } +body { background-color: slategray; } header { background-color: silver; } #role_Gray { background-color: #b7b2b0; } #role_Blue { background-color: #95b4ca; } @@ -27,10 +27,6 @@ main { scrollbar-width: auto; } -.action { - cursor: pointer; -} - #tooltip { pointer-events: none; position: fixed; @@ -61,7 +57,6 @@ body.shift #tooltip.focus { display: block; } cursor: pointer; display: flex; justify-content: space-between; - user-select: none; border-bottom: 1px solid black; background-color: #856781; height: 40px; @@ -297,7 +292,6 @@ body.shift #tooltip.focus { display: block; } line-height: 50px; text-align: center; text-shadow: 0 0 8px black; - user-select: none; filter: drop-shadow(0 2px 3px rgba(0,0,0,0.5)); } @@ -668,7 +662,6 @@ body.open .hand.minimize .card { .player_hand_size { position: absolute; - user-select: none; top: 19px; left: -3px; width: 36px; @@ -691,7 +684,6 @@ body.open .hand.minimize .card { .player_dial .prize { position: absolute; - user-select: none; top: 94px; left: 135px; height: 26px; |