mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
Accessibility: fix to .headerskip, new class .debugwarn.
This commit is contained in:
parent
4d3b0ddc0a
commit
a99404f074
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user