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:
3eb439e
)
MDL-40347 Theme canvas Remove !important override
author
Damyon Wiese
<damyon@moodle.com>
Wed, 11 Sep 2013 06:33:10 +0000
(14:33 +0800)
committer
Damyon Wiese
<damyon@moodle.com>
Wed, 11 Sep 2013 06:33:10 +0000
(14:33 +0800)
The !important override in this rule in the grader report was
preventing the last row of cells from being highlighted.
theme/canvas/style/core.css
patch
|
blob
|
blame
|
history
diff --git
a/theme/canvas/style/core.css
b/theme/canvas/style/core.css
index
d9b6a22
..
1ed3270
100644
(file)
--- a/
theme/canvas/style/core.css
+++ b/
theme/canvas/style/core.css
@@
-520,8
+520,12
@@
body {
background: #ddd;
}
-.gradestable .lastrow td.cell {
- background: #eee !important;
+table#user-grades tr.avg td.cell {
+ background: #eee;
+}
+
+table#user-grades tr.avg td.vmarked {
+ background-color: #fc3;
}
.user-grade td.b1t,