From f2f34866365b348127716f37a0758a1b0a020f1c Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 4 Feb 2020 14:30:30 +0000 Subject: [PATCH] Highlight fields with validation error (#32764). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19495 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 346705efe..ffda203ef 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;