From 6f407b54c3251b90463bc508852b031d72b0c673 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Sat, 28 Mar 2026 14:09:06 +0100 Subject: remove UI related changes --- webAO/styles/client.css | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) (limited to 'webAO/styles') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 773e9aa..673d176 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -152,12 +152,10 @@ justify-content: center; text-align: center; align-items: center; - box-sizing: border-box; font-size: large; - overflow-y: auto; + overflow-y: scroll; z-index: 100; - background: #333; - border: 1px solid #000; + background: #555; } #client_loading { @@ -166,7 +164,8 @@ justify-content: center; text-align: center; align-items: center; - color: #fff; + background: black; + color: lightgreen; font-size: large; } @@ -193,22 +192,7 @@ display: block; text-align: center; margin: 0 auto; - padding: 10px; - background: #333; - color: #eee; -} - -#client_charselect_toolbar { - display: flex; - justify-content: center; - align-items: center; - gap: 6px; - margin-top: 5px; - margin-bottom: 10px; -} - -#client_charactersearch { - width: 150px; + background: #444; } #client_icwrapper { -- cgit