From b1ea439eeaa667cbd1ee76ba186722fa7fa7cdd1 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 13 Jan 2007 04:56:19 +0000 Subject: [PATCH] Moved color CSS to the right file --- theme/standard/styles_color.css | 7 +++++++ theme/standard/styles_layout.css | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 85fac9741c..bbd786987f 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -1004,3 +1004,10 @@ body#mod-quiz-report table#attempts .r1 { #admin-roles-override .rolecap .cap-desc .cap-name { color: #888; } + +form.mform .required label { + color:#a00; +} +form.mform .fdescription.required { + color:#a00; +} diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 1678612025..0228a672a1 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -450,12 +450,6 @@ form.mform .required img.req { display:none; } -form.mform .required label { - color:#a00; -} -form.mform .fdescription.required { - color:#a00; -} /*** -- 2.39.5