get rid of shadow rtl main-bar

Chris Pollett [2023-02-03 20:Feb:rd]
get rid of shadow rtl main-bar
Filename
css/game.css
diff --git a/css/game.css b/css/game.css
index 669b9c7..6fda924 100644
--- a/css/game.css
+++ b/css/game.css
@@ -159,6 +159,10 @@ x-action
     width: 50px;
     z-index: 2;
 }
+.rtl #main-bar
+{
+    background: white;
+}
 .mobile #main-bar
 {
     background: white;
ViewGit