Fix style of warning for EoL version
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
82d0a52ce6
commit
e31f44978d
|
@ -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
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue