From 255084d4b6a1b93ffc567d854318572703f8f432 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 2 Nov 2024 15:55:13 +1000 Subject: [PATCH] CSS Fix --- AirportAlphabetGame/wwwroot/styles/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AirportAlphabetGame/wwwroot/styles/core.css b/AirportAlphabetGame/wwwroot/styles/core.css index f335b77..cf173ca 100644 --- a/AirportAlphabetGame/wwwroot/styles/core.css +++ b/AirportAlphabetGame/wwwroot/styles/core.css @@ -134,7 +134,7 @@ h1 { font-size: 1em; } } -#pageContainer section#input article form.htmx-request input, #pageContainer section#input article form.htmx-request button { +#pageContainer section#input article form.htmx-request input, #pageContainer section#input article form.htmx-request button, #pageContainer section#input article form.htmx-request label { display: none; } #pageContainer section#input article form.htmx-request .loading {