]> source.dussan.org Git - redmine.git/commitdiff
Highlight fields with validation error (#32764).
authorGo MAEDA <maeda@farend.jp>
Tue, 4 Feb 2020 14:30:30 +0000 (14:30 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 4 Feb 2020 14:30:30 +0000 (14:30 +0000)
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@19495 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 346705efedd0674326c0f298017ca11d33bd8bee..ffda203efdae654d507b53b0e4a3e401a810a262 100644 (file)
@@ -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;