From a99404f0747ae5b1ffda87d1b1a6516edc714444 Mon Sep 17 00:00:00 2001 From: nfreear Date: Wed, 12 Apr 2006 09:14:46 +0000 Subject: [PATCH] Accessibility: fix to .headerskip, new class .debugwarn. --- theme/standard/styles_color.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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; } + -- 2.39.5