From: nicolasconnault Date: Wed, 25 Feb 2009 09:18:24 +0000 (+0000) Subject: MDL-18161 Merged from MOODLE_19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c65562d30f308b357d719c747ed79eb2a8a1bd38;p=moodle.git MDL-18161 Merged from MOODLE_19_STABLE --- diff --git a/grade/edit/tree/tree.css b/grade/edit/tree/tree.css index c56e6a0aef..69a67be50d 100755 --- a/grade/edit/tree/tree.css +++ b/grade/edit/tree/tree.css @@ -104,11 +104,11 @@ img.icon { } .level1 { - background-color: #d0dbf3 !important; + background-color: #f3dfd0 !important; width: 10px; } .level2 { - background-color: #f3dfd0 !important; + background-color: #d0dbf3 !important; width: 10px; } .level3 { @@ -116,7 +116,7 @@ img.icon { width: 10px; } .level4 { - background-color: #eae8be !important; + background-color: #f0f0aa !important; width: 10px; } .level5 { @@ -128,6 +128,3 @@ img.icon { border: 1px solid #AAAAAA; width: 100%; } - - -