From: nfreear Date: Wed, 12 Apr 2006 09:14:46 +0000 (+0000) Subject: Accessibility: fix to .headerskip, new class .debugwarn. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a99404f0747ae5b1ffda87d1b1a6516edc714444;p=moodle.git Accessibility: fix to .headerskip, new class .debugwarn. --- diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 24998fd05d..053dd91374 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -193,7 +193,9 @@ table.formtable tbody th { *** Header ***/ -.headerskip a { +.headerskip a:link, +.headerskip a:visited, +.headerskip a:hover { color: #FFF; } @@ -201,6 +203,12 @@ table.formtable tbody th { *** Footer ***/ +/*Accessibility: .debugwarn */ +.debugwarn { + text-align: center; + background: #FDD; +} + .homelink a:link, .homelink a:visited, .homelink a:hover { @@ -882,3 +890,4 @@ body#mod-quiz-report table#attempts .r1 { .error { color:#ff0000; } +