# HG changeset patch # User Goffi # Date 1357517075 -3600 # Node ID 6947450a477be10a1dd8fd60fe0986bcc466993b # Parent 58442ed28f2bdbca3f6d1c28b1d102299ac2f4f6 CSS: fixed formWarning style diff -r 58442ed28f2b -r 6947450a477b public/libervia.css --- a/public/libervia.css Sat Jan 05 16:08:25 2013 +0100 +++ b/public/libervia.css Mon Jan 07 01:04:35 2013 +0100 @@ -362,7 +362,7 @@ .formWarning { /* used when a form is not valid and must be corrected before submission */ font-weight: bold; - color: red; + color: red !important; } .contactsChooser {