mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Partial fix reopened for MDL-7493, Accessibility: Make sure 'Show hide block' button-link visible under Windows High Contrast.
This commit is contained in:
parent
ee6eac332c
commit
9d42692aad
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user