From d5f234bdb5c8b374b03c6e85f4245c45f4695a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Tue, 6 Sep 2016 01:18:21 -0400 Subject: [PATCH] Make all window form inputs white so selects match text inputs --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index 9d1d7225..321d215f 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -572,6 +572,7 @@ button { } #windows .input { + background-color: white; border: 1px solid #cdd3da; border-radius: 2px; color: #222;