mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +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 {
|
||||
background-color:#FAFAFA;
|
||||
color:#000;
|
||||
}
|
||||
|
||||
th.header,
|
||||
|
@ -77,7 +78,8 @@ div.header {
|
|||
}
|
||||
|
||||
table.formtable tbody th {
|
||||
background: none;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue