From: tjhunt Date: Wed, 26 Sep 2007 10:02:00 +0000 (+0000) Subject: MDL-11446 - when a set of radio buttons is a required field, don't colour the lables... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7e7b6825efe0b2a169c0ccbb03cc71fcb4914e16;p=moodle.git MDL-11446 - when a set of radio buttons is a required field, don't colour the lables of all the individual radio buttons red. --- diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 07af858e52..0a157220b9 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -1094,6 +1094,9 @@ form.mform .required label { form.mform .fdescription.required { color:#a00; } +form.mform .required .fgroup span label { + color:#000; +} /* Accessibility: for Windows High Contrast, partial fix MDL-7493. */ .sideblock .hide-show a {