From 801d04997a4f4edc2cfcdaf6ba0a9437f717b2ee Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 1 Apr 2015 01:07:22 -0700 Subject: [PATCH] FIX: staff message color was wrong on mobile --- app/assets/stylesheets/mobile/topic-post.scss | 2 +- config/locales/server.en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index d4f4540d4f6..669c57166e1 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -338,7 +338,7 @@ span.post-count { .topic-post { &.moderator { - background-color: scale-color($highlight, $lightness: 75%); + background-color: dark-light-diff($highlight, $secondary, 70%, -80%); } } diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index d3ec468851e..f78c4159088 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1824,6 +1824,7 @@ en: digest: why: "A brief summary of %{site_link} since your last visit on %{last_seen_at}" + subject_template: "[%{site_name}] Digest" new_activity: "New activity on your topics and posts:" top_topics: "Popular posts" other_new_topics: "Popular topics"