summaryrefslogtreecommitdiff
path: root/templates/edit_journey.html.ep
diff options
context:
space:
mode:
authormarudor <marudor@marudor.de>2019-05-16 16:10:53 +0200
committermarudor <marudor@marudor.de>2019-05-16 16:10:53 +0200
commit84b32b28e9f1da6576e4864a0f374b341a2c9920 (patch)
treed6bd27263aa3117c9368d3005fe27519f4793247 /templates/edit_journey.html.ep
parent87e74ca90d4c13758461f380b00ed83b5a287da9 (diff)
Further color improvements
Diffstat (limited to 'templates/edit_journey.html.ep')
-rw-r--r--templates/edit_journey.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_journey.html.ep b/templates/edit_journey.html.ep
index c37adba..06338f6 100644
--- a/templates/edit_journey.html.ep
+++ b/templates/edit_journey.html.ep
@@ -2,7 +2,7 @@
% if ($error and $error eq 'notfound') {
<div class="row">
<div class="col s12">
- <div class="card red darken-4">
+ <div class="card caution-color">
<div class="card-content white-text">
<span class="card-title">Fehler</span>
<p>Zugfahrt nicht gefunden.</p>
@@ -15,7 +15,7 @@
% if ($error) {
<div class="row">
<div class="col s12">
- <div class="card red darken-4">
+ <div class="card caution-color">
<div class="card-content white-text">
<span class="card-title">Ungültige Eingabe</span>
<p><%= $error %></p>