client: fix status remarks icon

This commit is contained in:
Milan Pässler 2020-02-07 23:59:49 +01:00
parent 6c33b08145
commit 6846f77fce

View file

@ -649,8 +649,8 @@ input:focus{
.remark.hint { .remark.hint {
content: url("../img/info-24px.svg"); content: url("../img/info-24px.svg");
} }
.showremarks.warning, .showremarks.status,
.remark.warning { .remark.status {
content: url("../img/warning-24px.svg"); content: url("../img/warning-24px.svg");
} }
.showremarks.other, .showremarks.other,