From 9d42692aad1948f034d5ccda7ea7a3303fb41ed2 Mon Sep 17 00:00:00 2001 From: nfreear Date: Mon, 24 Sep 2007 16:39:05 +0000 Subject: [PATCH] Partial fix reopened for MDL-7493, Accessibility: Make sure 'Show hide block' button-link visible under Windows High Contrast. --- theme/standard/styles_color.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 462dcea04b..07af858e52 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -1094,3 +1094,8 @@ form.mform .required label { form.mform .fdescription.required { color:#a00; } + +/* Accessibility: for Windows High Contrast, partial fix MDL-7493. */ +.sideblock .hide-show a { + border:1px solid white; +} -- 2.39.5