]> git.mjollnir.org Git - moodle.git/commitdiff
Changed group event color to better differentiate Group and Course event
authorandreabix <andreabix>
Thu, 22 Apr 2004 11:37:02 +0000 (11:37 +0000)
committerandreabix <andreabix>
Thu, 22 Apr 2004 11:37:02 +0000 (11:37 +0000)
theme/formal_white/styles.php

index 51ca10c9b7fb7dc4d8a513775aa1713370eb32c4..5eaa0e55ce3de3cce2f4b412fac177bc7c7cc84a 100644 (file)
@@ -585,10 +585,10 @@ TABLE.calendarmonth TBODY TD TABLE {
        line-height: 1.2em;\r
 }\r
 \r
-TABLE.calendarmonth TBODY TD TABLE TD {
+TABLE.calendarmonth TBODY TD TABLE TD {\r
     border: none;\r
-    background: none;
-}
+    background: none;\r
+}\r
 \r
 TABLE.calendarmonth TBODY TD DIV {\r
        margin-top: 0px;\r
@@ -631,8 +631,8 @@ TABLE.calendarmonth THEAD TD {
 }\r
 \r
 .cal_event_group {\r
-       background-color: orange !important;\r
-       border: 2px orange solid !important;\r
+       background-color: #FFCC00 !important;\r
+       border: 2px #FFCC00 solid !important;\r
 }\r
 \r
 .cal_event_user {\r
@@ -656,8 +656,8 @@ TABLE.calendarmonth THEAD TD {
 }\r
 \r
 .cal_duration_group {\r
-       border-top: 2px orange solid !important;\r
-       border-bottom: 2px orange solid !important;\r
+       border-top: 2px #FFCC00 solid !important;\r
+       border-bottom: 2px #FFCC00 solid !important;\r
 }\r
 \r
 .cal_weekend {\r