]> git.mjollnir.org Git - moodle.git/commitdiff
merged from 1.9 :: added 2 CSS definitions to dimm the summary and the course no...
authorurs_hunkler <urs_hunkler>
Wed, 14 Nov 2007 16:06:58 +0000 (16:06 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 14 Nov 2007 16:06:58 +0000 (16:06 +0000)
theme/custom_corners/user_styles.css

index 215cdf854e8ab9ebeec3230911ee3ac4e0447fd7..cc6a09a9ced0702218508eb8ad96c7cf136a6df5 100644 (file)
@@ -1042,6 +1042,12 @@ span.dimmed_text {
 .dimmed_text {
   color: #AAAAAA;
 }
+tr.hidden div.summary {
+  color: #AAAAAA;
+}
+tr.hidden td.left {
+  color: #AAAAAA;
+}
 body#message-index div#header,
 body#message-discussion div#header,
 body#message-history div#header,