From ede469a240f328ce46a238f94850b6950ada2b40 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 1 Aug 2018 13:51:23 +0200 Subject: [PATCH] Inline error svg icon because there is no SCSS on guest page Signed-off-by: Jan-Christoph Borchardt --- core/css/guest.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/css/guest.css b/core/css/guest.css index f6700315b74..626fb67718b 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -631,6 +631,9 @@ p.info { margin: 10px; background-size: 32px; } +#update-progress-icon.icon-error-white { + background-image: url('data:image/svg+xml;utf8,'); +} /* Icons */ .icon-info-white {