From dc969e44d2e31de3cd028822570ba06bcfc806cd Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 9 Feb 2020 19:40:24 +0100 Subject: make the judge buttons css again --- webAO/client.css | 25 ++++++++++++++++++++++--- webAO/client.html | 16 ++++++++-------- 2 files changed, 30 insertions(+), 11 deletions(-) (limited to 'webAO') diff --git a/webAO/client.css b/webAO/client.css index aecadec..3826866 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -452,6 +452,26 @@ img { transition-property: width; } +.judge_button { + display: inline-block; + min-width: 85px; + min-height: 42px; + margin: 5px 1px; + padding: 2px; + cursor: pointer; + text-align: center; + font-weight: bold; + font-family: sans-serif; + text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff; + background-color: #c1c1c1; + border-radius: 5px; + border-style: solid; + border-width: 1px; + border-color: #919191; + box-shadow: 1px 1px white inset; + vertical-align: middle; +} + .client_button { margin: 1px; padding: 2px 15px; @@ -463,8 +483,8 @@ img { border-radius: 3px; border-style: solid; border-width: 1px; - border-color: #fffbf1; - box-shadow: 1px inset; + border-color: #fff; + box-shadow: 1px 1px inset; } .client_button.hover_button.inactive { @@ -527,7 +547,6 @@ img { .menu_icon { cursor: pointer; - font-size: 2em; line-height: 15px; display: inline-table; margin: 10px 15px; diff --git a/webAO/client.html b/webAO/client.html index 99e658b..63f787d 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -79,30 +79,30 @@ Actions