From 839835f958f36474285a6200d6709617d3724f4a Mon Sep 17 00:00:00 2001 From: Mittanicz <49088589+Mittanicz@users.noreply.github.com> Date: Sat, 29 Mar 2025 21:56:53 +0100 Subject: [PATCH] Input fix (#367) ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors ## Please put your Discord username so you can be contacted if a bug or regression is found: [Image](https://github.com/user-attachments/assets/e5106fbb-59b2-4d86-8ed8-c899adfa20b1) --- src/client/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/styles.css b/src/client/styles.css index a1ab7998a..724760f7b 100644 --- a/src/client/styles.css +++ b/src/client/styles.css @@ -427,9 +427,11 @@ label.option-card:hover { .lobby-id-box input { flex-grow: 1; max-width: 200px; + outline: 0; padding: 10px; font-size: 16px; border: 1px solid #ccc; + color: #202020; border-radius: 8px; }