projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98be6ed
)
Fixes bug MDL-7257, "stylesheet bug: text color undefined"
author
nfreear
<nfreear>
Tue, 13 Feb 2007 12:08:43 +0000
(12:08 +0000)
committer
nfreear
<nfreear>
Tue, 13 Feb 2007 12:08:43 +0000
(12:08 +0000)
theme/standard/styles_color.css
patch
|
blob
|
history
diff --git
a/theme/standard/styles_color.css
b/theme/standard/styles_color.css
index 8cab92bcada86bffcade60e832fe1051ef1da890..8c56fe1c9fc7f47f307e3a9491234182e4d29e66 100644
(file)
--- a/
theme/standard/styles_color.css
+++ b/
theme/standard/styles_color.css
@@
-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 {