From 7e7b6825efe0b2a169c0ccbb03cc71fcb4914e16 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 26 Sep 2007 10:02:00 +0000 Subject: [PATCH] MDL-11446 - when a set of radio buttons is a required field, don't colour the lables of all the individual radio buttons red. --- theme/standard/styles_color.css | 3 +++ 1 file changed, 3 insertions(+) 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 { -- 2.39.5