diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-28 12:38:42 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-06-28 22:10:44 +0200 |
commit | 401a13ff9e7792f0e060ccfb15afdbd3bc5fc557 (patch) | |
tree | b96febaeaa3cc78bb5872be58c10bccc7a04d622 /public/style.css | |
parent | dd165d03e95f252150a94fc27d0280551d7e041b (diff) | |
download | server-401a13ff9e7792f0e060ccfb15afdbd3bc5fc557.tar.gz |
Clean up SQL and use table views.
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index 0503574..d5c4230 100644 --- a/public/style.css +++ b/public/style.css @@ -39,7 +39,7 @@ input[type="text"], input[type="password"] { padding: 5px; } select { padding-right: 20px; } form { display: inline; } .nowrap { white-space: nowrap; } -.your_turn { background-color: lemonchiffon; } +.is_your_turn { background-color: lemonchiffon; } button, select { margin: 5px 10px 5px 0; padding: 1px 10px; |