mirror of
https://github.com/moodle/moodle.git
synced 2025-05-04 07:08:51 +02:00
Fixes bug MDL-7257, "stylesheet bug: text color undefined"
This commit is contained in:
parent
98be6ed825
commit
a5ca0d57d8
@ -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…
x
Reference in New Issue
Block a user