From caa0c2099b3f2e9180408a4ae5210a95bb63b12b Mon Sep 17 00:00:00 2001 From: Skia Date: Sun, 3 Sep 2017 12:01:52 +0200 Subject: [PATCH] core: fix notifications colors Signed-off-by: Skia --- core/static/core/style.scss | 16 ++++++++++------ locale/fr/LC_MESSAGES/django.po | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 8dc6f8ea..d9a64672 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -165,6 +165,9 @@ header { } .white { background: $white-color; + a { + color: $black-color; + } } #header_notif { display: none; @@ -184,6 +187,13 @@ header { .header_notif_time { color: grey; } + a { + margin: 0em; + color: $black-color; + &:hover { + color: $primary-dark-color; + } + } li { padding: 0.2em; &:hover { @@ -199,12 +209,6 @@ header { } } } - a { - margin: 0em; - &:hover { - color: $primary-dark-color; - } - } } } } diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index a98aa259..897e9e9c 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -4480,7 +4480,7 @@ msgstr "Vous avez été identifié sur des photos" #: sith/settings.py:558 #, python-format msgid "You just refilled of %s €" -msgstr "Vous avez rechargé votre compte de %s €" +msgstr "Vous avez rechargé votre compte de %s€" #: sith/settings.py:559 #, python-format