summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css4
1 files changed, 4 insertions, 0 deletions
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; }