diff --git a/core/css/guest.css b/core/css/guest.css index 626fb67718b..ca7676c00ff 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -626,19 +626,27 @@ p.info { display: block; opacity: .75; } +.update-show-detailed .icon-caret-white { + display: inline-block; + vertical-align: middle; +} #update-progress-icon { height: 32px; margin: 10px; background-size: 32px; } -#update-progress-icon.icon-error-white { - background-image: url('data:image/svg+xml;utf8,'); -} + /* Icons */ .icon-info-white { background-image: url('../img/actions/info-white.svg?v=2'); } +.icon-error-white { + background-image: url('../img/actions/error-white.svg?v=1'); +} +.icon-caret-white { + background-image: url('../img/actions/caret-white.svg?v=1'); +} .icon-confirm { background-image: url('../img/actions/confirm.svg?v=2'); } diff --git a/core/img/actions/error-white.svg b/core/img/actions/error-white.svg new file mode 100644 index 00000000000..9558c998c30 --- /dev/null +++ b/core/img/actions/error-white.svg @@ -0,0 +1 @@ + diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php index fecb53bee83..2ad15117327 100644 --- a/core/templates/update.admin.php +++ b/core/templates/update.admin.php @@ -49,7 +49,7 @@

- t( 'Detailed logs' )); ?> ⏷ + t( 'Detailed logs' )); ?>