From 693cc09944315ccca9d22b21fd30cc0be665f5f9 Mon Sep 17 00:00:00 2001 From: Marius BALTEANU Date: Wed, 8 Jan 2020 23:27:51 +0200 Subject: [PATCH] Highlight fields with validation error --- public/stylesheets/application.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index cac1d3fd4..1133ea1c8 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -809,6 +809,14 @@ label.block { width: auto; } +.tabular label.error { + color: #bb0000; +} + +.tabular label.error + * { + border: 1px solid #bb0000; +} + label.no-css { font-weight: inherit; float:none; -- 2.22.0