From: nicolasconnault Date: Wed, 4 Apr 2007 02:40:21 +0000 (+0000) Subject: MDL-9192 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5effd72fc4ec1db55bc8cb2a656fa0713332fa83;p=moodle.git MDL-9192 --- diff --git a/theme/chameleon/user_styles.css b/theme/chameleon/user_styles.css index 25dab62dc5..5c498be39c 100644 --- a/theme/chameleon/user_styles.css +++ b/theme/chameleon/user_styles.css @@ -24,6 +24,10 @@ a:visited { a:hover { color: #779911; } +a.dimmed:link, +a.dimmed:visited { + color:#AAAAAA; +} table.generaltable { background-color: #EEEEEE; }