From c65562d30f308b357d719c747ed79eb2a8a1bd38 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Wed, 25 Feb 2009 09:18:24 +0000 Subject: [PATCH] MDL-18161 Merged from MOODLE_19_STABLE --- grade/edit/tree/tree.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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%; } - - - -- 2.39.5