From 0f6f9a4b0a849fc6188d1a1cadd1a78e9a764aca Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Wed, 27 Jul 2011 22:32:15 +0200 Subject: [PATCH] Darken the background of a conversation with unread posts in inbox, instead of lightening it (since default background color is white now). --- public/stylesheets/sass/application.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 5a4b4ee1e..adcfb5588 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -2544,7 +2544,7 @@ ul.show_comments, .conversation.unread :background - :color lighten($background,5%) + :color darken($background,5%) .conversation.selected :background