From a71f13d9dc1f59cf7de36bbdec152c4174b280f1 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Fri, 17 Nov 2023 13:19:55 +0000 Subject: [PATCH] Removed CSS variable as it made required fields red whether they had been inputted or not --- assets/css/general.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/css/general.css b/assets/css/general.css index 0118e5cf6..fbf81e993 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -552,10 +552,6 @@ div#station_logbooks_linked_table_paginate { margin-right: 30px; } -input:invalid { - border-color: red; -} - .sfletable{ height: 470px; }