From e97345b4527f5f22272573fc769a7d5f6800235b Mon Sep 17 00:00:00 2001 From: Tayane Fernandes Date: Wed, 23 Nov 2016 18:26:39 -0200 Subject: [#722] Changed color for the email list and action buttons --- web-ui/app/scss/views/_action-bar.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web-ui/app/scss/views/_action-bar.scss') diff --git a/web-ui/app/scss/views/_action-bar.scss b/web-ui/app/scss/views/_action-bar.scss index 8de07876..40e677b0 100644 --- a/web-ui/app/scss/views/_action-bar.scss +++ b/web-ui/app/scss/views/_action-bar.scss @@ -10,9 +10,10 @@ margin: 0; border-top: 1px solid $white; border-bottom: 2px solid lighten($top_pane, 30%); - background: $top_pane; + background: $white; clear: both; overflow: hidden; + padding-left: 10px; li { display: inline-block; @@ -33,7 +34,7 @@ input[type=button] { margin: 2px; padding: 4px 10px; - background: lighten($contrast, 70%); + background: $background_light_grey; color: $dark_grey; text-transform: uppercase; font-weight: 400; -- cgit v1.2.3