diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-02-13 14:06:00 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2019-02-13 14:06:00 +0100 |
commit | 2f9664b75ef15149f54453dfa8a22dfe9fbc4922 (patch) | |
tree | 75152d7493c129461aff2c239b3bc4ba711de3f4 /apps/updatenotification/src | |
parent | 9c0612443082633e473c8923bbff017d30afe5fc (diff) | |
download | nextcloud-server-2f9664b75ef15149f54453dfa8a22dfe9fbc4922.tar.gz nextcloud-server-2f9664b75ef15149f54453dfa8a22dfe9fbc4922.zip |
Fix style of warning for EoL version
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/updatenotification/src')
-rw-r--r-- | apps/updatenotification/src/components/root.vue | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/updatenotification/src/components/root.vue b/apps/updatenotification/src/components/root.vue index f331435a2be..be50b8b53ca 100644 --- a/apps/updatenotification/src/components/root.vue +++ b/apps/updatenotification/src/components/root.vue @@ -4,7 +4,7 @@ <template v-if="isNewVersionAvailable"> <p v-if="versionIsEol"> <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.') }} </span> </p> @@ -380,9 +380,6 @@ font-weight: normal; } } - .warning { - color: var(--color-error); - } .whatsNew { display: inline-block; } |