From 1d5dcfcd46b973791c4f19f1dd66f33f3498800a Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 13 May 2017 01:38:51 +0200 Subject: Make direct statuses stand out more (#3025) Resolves #2515 --- app/javascript/styles/components.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'app/javascript/styles/components.scss') diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index b5bbe749d..773ef0a5b 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -501,6 +501,18 @@ border-bottom: 1px solid lighten($ui-base-color, 8%); cursor: default; + &.status-direct { + background: lighten($ui-base-color, 8%); + + .status__display-name strong { + color: $primary-text-color; + } + + .icon-button.disabled { + color: lighten($ui-base-color, 16%); + } + } + &.light { .status__relative-time { color: $ui-primary-color; -- cgit