From b6db022051ccadfcc53948c6eda9a198b6be0a90 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 23 May 2016 03:36:26 -0700 Subject: [PATCH] de-emphasize notification state text slightly --- app/assets/stylesheets/desktop/topic-post.scss | 14 +++++++++++--- app/assets/stylesheets/mobile/topic-post.scss | 11 +++++++++-- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 079020e04..f417858dd 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -448,7 +448,7 @@ a.star { padding: 10px 10px 0 0; p { line-height: 32px; - color: $primary; + color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%)); } .btn { margin-bottom: 5px; @@ -757,8 +757,16 @@ $topic-avatar-width: 45px; border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); box-shadow: 0 1px 5px rgba(0,0,0, .4); background-clip: padding-box; - span {font-size: 0.857em;} - .title {font-weight: bold; display: block; font-size: 1em;} + span { + font-size: 0.857em; + color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%)); + } + span.title { + font-weight: bold; + display: block; + font-size: 1em; + color: $primary; + } } .dropdown-menu a { display: block; diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 6fba9b16a..b7b820a3c 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -327,10 +327,11 @@ a.star { } } -/* this is to force the drop-down notification state description para below the button */ + #topic-footer-buttons p { - clear: both; + clear: both; /* this is to force the drop-down notification state description para below the button */ margin: 0; + color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%)); } #suggested-topics { @@ -408,6 +409,12 @@ iframe { margin-right: 5px; padding-top: 1px; } + span { + color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%)); + } + span.title { + color: $primary; + } } .btn-group {