Fix style of warning for EoL version

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2019-02-13 14:06:00 +01:00
parent 82d0a52ce6
commit e31f44978d
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
4 changed files with 3 additions and 7 deletions

View File

@ -40,10 +40,6 @@
font-weight: normal; font-weight: normal;
} }
#updatenotification .warning {
color: #ce3702;
}
#updatenotification .whatsNew { #updatenotification .whatsNew {
display: inline-block; display: inline-block;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
<template v-if="isNewVersionAvailable"> <template v-if="isNewVersionAvailable">
<p v-if="versionIsEol"> <p v-if="versionIsEol">
<span class="warning"> <span class="warning">
<span class="icon icon-error"></span> <span class="icon icon-error-white"></span>
{{ t('updatenotification', 'The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible.') }} {{ t('updatenotification', 'The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible.') }}
</span> </span>
</p> </p>