From 22c22fe17c26f71a958cd3838da60ead6008a90d Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Sun, 12 Aug 2007 09:13:37 +0000 Subject: [PATCH] merged from 1.7, cleaned up and replaced the wrong colour name lightgreen with the CSS colour name lime. --- theme/standard/styles_color.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index f3759992351..72b3a47af6c 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -255,6 +255,10 @@ table.formtable tbody th { *** Admin ***/ +.admin .generalboxcontent { + background-color:#EEEEEE; +} + .admin .generalbox { border-color:#BBBBBB; background-color:#EEEEEE; @@ -371,8 +375,9 @@ table.flexible .r1 { } .environmenttable .ok { - background-color : lightgreen; + background-color : lime; } + /*** *** Blocks ***/ @@ -711,6 +716,9 @@ table.message_search_results td { border-color: #DDD; } .que .incorrect { +} + +.que.multianswer .incorrect { background-color: #faa; } .que .partiallycorrect {