dbnschools / moodle-theme_fordson

Theme for Moodle 3.3+
43 stars 40 forks source link

Lesson module progress bar missing styling #9

Closed Vitbok closed 7 years ago

Vitbok commented 7 years ago

We get this: image instead of this: image Here's the missing CSS code:

.path-mod-lesson .progress_bar_completed {
    background-color: green;
    text-align: right;
    vertical-align: middle;
    color: #fff;
}
dbnschools commented 7 years ago

Check version 1.6.0. I added your code in the styles.php

https://github.com/dbnschools/moodle-theme_fordson/blob/master/scss/styles.scss#L735