From 6f77be37bc7cb18c85c49e4898679cb2cb8ec3b1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 9 Jul 2021 13:25:51 +0200 Subject: Put current client role on body tag instead of grid_top. --- play.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/play.html b/play.html index d800696..3a45177 100644 --- a/play.html +++ b/play.html @@ -19,8 +19,8 @@ .card_info { background-color: silver; } .grid_log { background-color: gainsboro; } .grid_top { background-color: silver; } -.grid_top.Tripolitania.your_turn { background-color: salmon; } -.grid_top.United_States.your_turn { background-color: skyblue; } +.Tripolitania .grid_top.your_turn { background-color: salmon; } +.United_States .grid_top.your_turn { background-color: skyblue; } .one .role_name { background-color: skyblue; } .two .role_name { background-color: salmon; } @@ -43,8 +43,8 @@ border-bottom: 2px dotted gainsboro; } -.Observer ~ .grid_center > #hand_cards { display: none; } -.Observer ~ .grid_center > .hand_separator { display: none; } +.Observer .grid_center > #hand_cards { display: none; } +.Observer .grid_center > .hand_separator { display: none; } .card { width: 250px; -- cgit v1.2.3