]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-18161 Merged from MOODLE_19_STABLE
authornicolasconnault <nicolasconnault>
Wed, 25 Feb 2009 09:18:24 +0000 (09:18 +0000)
committernicolasconnault <nicolasconnault>
Wed, 25 Feb 2009 09:18:24 +0000 (09:18 +0000)
grade/edit/tree/tree.css

index c56e6a0aefde2c05c08a5d6abfc96149c88f271f..69a67be50dae8ee74ce5c592210f84646d0f0908 100755 (executable)
@@ -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%;
 }
-
-
-