added 2 CSS definitions to dimm the summary and the course no. in a hidden course topic.

This commit is contained in:
urs_hunkler
2007-11-14 16:05:07 +00:00
parent 2fca979ee3
commit cf8781f41c
+6
View File
@@ -1040,6 +1040,12 @@ span.dimmed_text {
color: #AAAAAA;
}
.dimmed_text {
color: #AAAAAA;
}
tr.hidden div.summary {
color: #AAAAAA;
}
tr.hidden td.left {
color: #AAAAAA;
}
body#message-index div#header,