diff options
author | marudor <marudor@marudor.de> | 2019-05-16 16:10:53 +0200 |
---|---|---|
committer | marudor <marudor@marudor.de> | 2019-05-16 16:10:53 +0200 |
commit | 84b32b28e9f1da6576e4864a0f374b341a2c9920 (patch) | |
tree | d6bd27263aa3117c9368d3005fe27519f4793247 /templates/_public_status_card.html.ep | |
parent | 87e74ca90d4c13758461f380b00ed83b5a287da9 (diff) |
Further color improvements
Diffstat (limited to 'templates/_public_status_card.html.ep')
-rw-r--r-- | templates/_public_status_card.html.ep | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep index d19cb9f..0863723 100644 --- a/templates/_public_status_card.html.ep +++ b/templates/_public_status_card.html.ep @@ -1,5 +1,5 @@ % if ($journey->{checked_in}) { - <div class="card white autorefresh"> + <div class="card autorefresh"> <div class="card-content"> <i class="material-icons small right sync-failed-marker grey-text" style="display: none;">sync_problem</i> <span class="card-title"><%= $name %> ist unterwegs</span> @@ -80,8 +80,8 @@ </div> % } % else { - <div class="card grey darken-4 autorefresh"> - <div class="card-content white-text"> + <div class="card autorefresh"> + <div class="card-content"> <i class="material-icons small right sync-failed-marker grey-text" style="display: none;">sync_problem</i> <span class="card-title"><%= $name %> ist gerade nicht eingecheckt</span> <p> |