From 33c0f5b27470057e5397d1ce90367ef8ed53ac46 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 29 Jan 2015 13:53:25 -1000 Subject: [PATCH] Change title bar color --- stylesheets/manifest.css | 2 +- stylesheets/view/_conversation.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 56231644b..9085898ea 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -142,7 +142,7 @@ body { z-index: 1; height: 36px; line-height: 24px; - background: #2a92e7; + background: #f2f2f2; box-shadow: 0 -4px 3px 4px rgba(12, 65, 108, 0.8); } .title-bar button { height: 36px; diff --git a/stylesheets/view/_conversation.scss b/stylesheets/view/_conversation.scss index d26babecf..8611a0f94 100644 --- a/stylesheets/view/_conversation.scss +++ b/stylesheets/view/_conversation.scss @@ -27,7 +27,7 @@ body { z-index: 1; height: 36px; line-height: 24px; - background: $blue; + background: #f2f2f2; box-shadow: 0 -4px 3px 4px rgba(darken($blue, 30%), 0.8); button {