From cc64fbc0e03c74efa8cd6c1f3a3a07ec06970e82 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Wed, 25 Oct 2023 16:52:46 +0200 Subject: [PATCH] merge changes --- assets/css/general.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/general.css b/assets/css/general.css index 3e3f7cec..a2ad3e2a 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -550,4 +550,8 @@ div#station_logbooks_linked_table_paginate { } #simpleFleInfo h2 { margin-right: 30px; -} \ No newline at end of file +} + +input:invalid { + border-color: red; + } \ No newline at end of file