From: moodler Date: Fri, 5 Jan 2007 06:46:58 +0000 (+0000) Subject: Fixed required class leaking around the place X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9adb267c956fd8ddd21141b4a87d0e8a4c1de3b8;p=moodle.git Fixed required class leaking around the place --- diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index d105e7a7d6..05856fa3f2 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -107,7 +107,7 @@ table.formtable tbody th { color:#000044; } -.required { +#admin-auth_config .required { background-color:#DDDDDD; }