From 544b9372fa83e3ce1491bc89b592997283dfa64b Mon Sep 17 00:00:00 2001 From: Geoffrey Allott Date: Sun, 13 Aug 2023 12:29:06 +0100 Subject: [PATCH] format invalid-input with a red background --- site/style/game-list.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/style/game-list.css b/site/style/game-list.css index fa0e216..2cc3c0d 100644 --- a/site/style/game-list.css +++ b/site/style/game-list.css @@ -93,6 +93,10 @@ text-align: right; } +.game-popup input.invalid-input { + background-color: red; +} + .game-popup .game-title { text-align: center; } -- 2.34.1