summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-06-24 02:38:13 +0200
committerTor Andersson <tor@ccxvii.net>2023-07-07 18:39:37 +0200
commit667b3711da87ba6b3181f5ebd823d00efd922ce8 (patch)
tree4cea905966463286df5249f15eec8554572a1497 /play.css
parentcabc26701c17b3875ac9baea957e32252f445874 (diff)
downloadtime-of-crisis-667b3711da87ba6b3181f5ebd823d00efd922ce8.tar.gz
Fix bugs.
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; }