From 667b3711da87ba6b3181f5ebd823d00efd922ce8 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 24 Jun 2023 02:38:13 +0200 Subject: Fix bugs. --- play.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'play.css') diff --git a/play.css b/play.css index 5c53497..abf1651 100644 --- a/play.css +++ b/play.css @@ -14,6 +14,10 @@ body.Blue header.your_turn { background-color: skyblue; } body.Yellow header.your_turn { background-color: khaki; } body.Green header.your_turn { background-color: darkseagreen; } +body.Observer #hand_panel, body.Observer #draw_panel, body.Observer #discard_panel { + display: none; +} + #log { background-color: whitesmoke; } #log .h1 { background-color: silver; font-weight: bold; padding-top:2px; padding-bottom:2px; margin: 8px 0; text-align: center; } #log .h1.p_red { background-color: salmon; } -- cgit v1.2.3