]> git.mjollnir.org Git - moodle.git/commitdiff
Tweaked CSS for question feedback.
authorvyshane <vyshane>
Thu, 14 Dec 2006 02:31:05 +0000 (02:31 +0000)
committervyshane <vyshane>
Thu, 14 Dec 2006 02:31:05 +0000 (02:31 +0000)
theme/standard/styles_color.css

index 5f7d277ee3ab4db7202aae3ea378ea1301147b26..9e91111aab96cfd008d4bae0536b973e11681fe5 100644 (file)
@@ -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
  ***/