From 774e6fa6a0d1d62b1ebd6ded059966fd229d9c19 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Tue, 31 Mar 2015 14:52:52 -0300 Subject: Changing feedback colors to be in sync with the color palette and making the left pane have consistent color scheme --- web-ui/app/scss/styles.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web-ui/app/scss/styles.scss') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 56c9ebbd..2e47dad7 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -29,7 +29,7 @@ margin: 0; border-top: 1px solid #FFF; border-bottom: 2px solid lighten($top_pane, 30%); - background: darken($top_pane, 5%); + background: $top_pane; clear: both; overflow: hidden; li { @@ -191,7 +191,7 @@ section { &#top-pane { height: auto; overflow: hidden; - background: darken($top_pane, 10%); + background: $top_pane; border-top: 1px solid $top_pane; @include list-actions; #compose-search-trigger { @@ -205,7 +205,7 @@ section { margin-right: -5px; a { transition: background-color 150ms ease-out; - background: lighten($top_pane, 10%); + background: $top_pane; color: #FFF; font-size: 1.5em; display: block; -- cgit v1.2.3