From 07d9065d0b1caa3422461f6a2e26e0fed7a88e12 Mon Sep 17 00:00:00 2001 From: vyshane Date: Thu, 14 Dec 2006 02:31:05 +0000 Subject: [PATCH] Tweaked CSS for question feedback. --- theme/standard/styles_color.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 ***/ -- 2.39.5