Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0956dd7
)
MDL-40347 Fixed gradebook css overwriting in Canvas
author
Marina Glancy
<marina@moodle.com>
Wed, 11 Sep 2013 06:44:11 +0000
(16:44 +1000)
committer
Marina Glancy
<marina@moodle.com>
Wed, 11 Sep 2013 06:45:38 +0000
(16:45 +1000)
theme/canvas/style/core.css
patch
|
blob
|
blame
|
history
diff --git
a/theme/canvas/style/core.css
b/theme/canvas/style/core.css
index
1ed3270
..
86b3fe3
100644
(file)
--- a/
theme/canvas/style/core.css
+++ b/
theme/canvas/style/core.css
@@
-520,7
+520,8
@@
body {
background: #ddd;
}
-table#user-grades tr.avg td.cell {
+table#user-grades tr.avg td.cell,
+table#user-grades tr.avg th.cell {
background: #eee;
}