Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorAndrej Kacian <andrej@kacian.sk>2011-07-28 00:32:15 +0400
committerAndrej Kacian <andrej@kacian.sk>2011-07-28 00:32:15 +0400
commit0f6f9a4b0a849fc6188d1a1cadd1a78e9a764aca (patch)
treed208d5d4c7d49fb9425a49ae5ba9bc3501ef6b41 /public
parent00b0519ed3e2d27ab30814ea191e7714c14c6e50 (diff)
Darken the background of a conversation with unread posts in inbox, instead of lightening it (since default background color is white now).
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/sass/application.sass2
1 files changed, 1 insertions, 1 deletions
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