summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-08-01 13:51:23 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-08-01 13:51:23 +0200
commitede469a240f328ce46a238f94850b6950ada2b40 (patch)
tree454806cf990313c254995b884dcea9b36fb92199
parentd64a9f3d0d71ee8c7974932b7faf14faf5150980 (diff)
downloadnextcloud-server-ede469a240f328ce46a238f94850b6950ada2b40.tar.gz
nextcloud-server-ede469a240f328ce46a238f94850b6950ada2b40.zip
Inline error svg icon because there is no SCSS on guest page
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r--core/css/guest.css3
1 files changed, 3 insertions, 0 deletions
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,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 16 16" width="16" height="16"><path d="M5.516 2L2 5.516v4.968L5.516 14h4.968L14 10.484V5.516L10.484 2H5.516zM7 4h2v5H7V4zm0 6h2v2H7v-2z" fill="%23fff"/></svg>');
+}
/* Icons */
.icon-info-white {