From fcaedaf75bf6560d2c899aafa912320c52ff4505 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 30 Apr 2011 11:05:47 -0400 Subject: [PATCH] Invalid value class did not work on input fields for pmahomme --- themes/pmahomme/css/theme_right.css.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 4d18832f6..25692d27f 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -1673,8 +1673,10 @@ table#serverconnection_trg_local { /** * Validation error message styles */ -.invalid_value -{background:#F00;} +input[type=text].invalid_value, +.invalid_value { + background:#F00; +} /** * Ajax notification styling