mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02: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
66738744f5
commit
a186848393
1 changed files with 4 additions and 0 deletions
|
@ -1024,3 +1024,7 @@ form.mform .fdescription.required {
|
|||
color:#a00;
|
||||
}
|
||||
|
||||
/* Accessibility: for Windows High Contrast, partial fix MDL-7493. */
|
||||
.sideblock .hide-show a {
|
||||
border:1px solid white;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue