diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-18 10:16:49 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-18 10:16:49 +0200 |
commit | b4676c11fbb6893558f3c168183786e666b3ae72 (patch) | |
tree | 2bc4ca428c56323555071372d5fd6cf09cfad432 /templates/_public_status_card.html.ep | |
parent | b9f8d536b5125c12488b890e98c2e19fb8671090 (diff) |
Fix progress bar colours1.4.2
Diffstat (limited to 'templates/_public_status_card.html.ep')
-rw-r--r-- | templates/_public_status_card.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep index 0863723..543c72f 100644 --- a/templates/_public_status_card.html.ep +++ b/templates/_public_status_card.html.ep @@ -33,8 +33,8 @@ Ankunft in mehr als zwei Stunden % } </div> - <div class="progress grey lighten-3" style="height: 1ex;"> - <div class="determinate blue" style="width: <%= sprintf('%.2f', 100 * ($journey->{journey_completion} // 0)); %>%;"></div> + <div class="progress" style="height: 1ex;"> + <div class="determinate" style="width: <%= sprintf('%.2f', 100 * ($journey->{journey_completion} // 0)); %>%;"></div> </div> </p> <p> |