diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index ced7194d4a6..61bce721ea6 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -416,6 +416,10 @@ table.flexible .r1 { background: url('../../pix/t/switch_plus.gif') no-repeat bottom; } +/* Accessibility: for Windows High Contrast, partial fix MDL-7493. */ +.sideblock .hide-show a { + border:1px solid white; +} /*** @@ -1067,8 +1071,3 @@ form.mform .fdescription.required { form.mform .required .fgroup span label { color:#000; } - -/* Accessibility: for Windows High Contrast, partial fix MDL-7493. */ -.sideblock .hide-show a { - border:1px solid white; -}