mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Fixes bug MDL-7257, "stylesheet bug: text color undefined"
This commit is contained in:
parent
98be6ed825
commit
a5ca0d57d8
1 changed files with 3 additions and 1 deletions
|
@ -64,6 +64,7 @@ img.grouppicture {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color:#FAFAFA;
|
background-color:#FAFAFA;
|
||||||
|
color:#000;
|
||||||
}
|
}
|
||||||
|
|
||||||
th.header,
|
th.header,
|
||||||
|
@ -77,7 +78,8 @@ div.header {
|
||||||
}
|
}
|
||||||
|
|
||||||
table.formtable tbody th {
|
table.formtable tbody th {
|
||||||
background: none;
|
background-color: transparent;
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue