From cd375f59681238871990db66cc061e7fc24c0d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ho=C5=99ava?= Date: Sat, 29 Jun 2024 10:19:29 -0700 Subject: [PATCH] changed invalid input border color to #f00 --- css/core.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/core.css b/css/core.css index e875d4f..4b71b9a 100644 --- a/css/core.css +++ b/css/core.css @@ -113,6 +113,9 @@ input[type=range], input[type=text]{ width: 200px; } +input:invalid{ + border-color: #f00; +} input.mini, input[type=color], .mini{