mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-45679 mod_lesson: Essay grading page has no mark for essay status
This commit is contained in:
parent
2d84748c26
commit
cfcfd7045f
2 changed files with 15 additions and 3 deletions
|
@ -83,3 +83,15 @@
|
|||
#lesson-timer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.path-mod-lesson a:link.essayungraded{
|
||||
background-color: #efcfcf;
|
||||
}
|
||||
|
||||
.path-mod-lesson a:link.essaygraded {
|
||||
background-color: #efefcf;
|
||||
}
|
||||
|
||||
.path-mod-lesson a:link.essaysent {
|
||||
background-color: #cfefcf;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue