diff options
| author | David Skoland <davidskoland@gmail.com> | 2026-03-28 14:09:06 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2026-03-28 14:09:06 +0100 |
| commit | 6f407b54c3251b90463bc508852b031d72b0c673 (patch) | |
| tree | f5a86e282dd1c09b372fff842c5740b38bb1256e /webAO/styles | |
| parent | 95145c824e252b030a5e53950c9f1ed39774c79a (diff) | |
remove UI related changes
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/client.css | 26 |
1 files changed, 5 insertions, 21 deletions
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 { |
