From: urs_hunkler Date: Wed, 14 Nov 2007 16:06:58 +0000 (+0000) Subject: merged from 1.9 :: added 2 CSS definitions to dimm the summary and the course no... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f72d4df82e759c73fed7e7d1024028a99b694291;p=moodle.git merged from 1.9 :: added 2 CSS definitions to dimm the summary and the course no. in a hidden course topic. --- diff --git a/theme/custom_corners/user_styles.css b/theme/custom_corners/user_styles.css index 215cdf854e..cc6a09a9ce 100644 --- a/theme/custom_corners/user_styles.css +++ b/theme/custom_corners/user_styles.css @@ -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,