The branch, master has been updated via fcaedaf75bf6560d2c899aafa912320c52ff4505 (commit) from 70100c8044d719300a87ee76807bf4c19d8517f5 (commit)
- Log ----------------------------------------------------------------- commit fcaedaf75bf6560d2c899aafa912320c52ff4505 Author: Marc Delisle marc@infomarc.info Date: Sat Apr 30 11:05:47 2011 -0400
Invalid value class did not work on input fields for pmahomme
-----------------------------------------------------------------------
Summary of changes: themes/pmahomme/css/theme_right.css.php | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 4d18832..25692d2 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
hooks/post-receive