From: vyshane Date: Thu, 14 Dec 2006 02:31:05 +0000 (+0000) Subject: Tweaked CSS for question feedback. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=07d9065d0b1caa3422461f6a2e26e0fed7a88e12;p=moodle.git Tweaked CSS for question feedback. --- diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 5f7d277ee3..9e91111aab 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -663,17 +663,18 @@ table.message_search_results td { } .que .feedback { border-color: #DDD; -} -.que.multianswer .incorrect { +} +.que .incorrect { background-color: #faa; } -.que.multianswer .partiallycorrect { +.que .partiallycorrect { background-color: #ff9; } -.que.multianswer .correct { +.que .correct { background-color: #afa; } + /*** *** Logs ***/