summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/views/_action-bar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/views/_action-bar.scss')
-rw-r--r--web-ui/app/scss/views/_action-bar.scss5
1 files changed, 3 insertions, 2 deletions
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;