ctucx.git: oeffisearch

[nimlang] fast and simple tripplanner

commit 6846f77fce329e1c604fed5fd0890e9c188ca08d
parent 6c33b0814589514befb397bca6d9890e245aa08c
Author: Milan Pässler <me@pbb.lc>
Date: Fri, 7 Feb 2020 23:59:49 +0100

client: fix status remarks icon
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/css/style.css b/client/css/style.css
@@ -649,8 +649,8 @@ input:focus{
 .remark.hint {
 	content: url("../img/info-24px.svg");
 }
-.showremarks.warning,
-.remark.warning {
+.showremarks.status,
+.remark.status {
 	content: url("../img/warning-24px.svg");
 }
 .showremarks.other,