Changed group event color to better differentiate Group and Course event

This commit is contained in:
andreabix 2004-04-22 11:37:02 +00:00
parent 1b0ebe79b1
commit 293c959426

View File

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