From e806c848dfdcb80be79e27ae75399d260b257bf9 Mon Sep 17 00:00:00 2001 From: Filip Barl Date: Tue, 31 Jul 2018 15:11:49 +0100 Subject: [PATCH] Make header semitransparent. --- client/app/styles/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/styles/_base.scss b/client/app/styles/_base.scss index 330c244b2..9edf5d71a 100644 --- a/client/app/styles/_base.scss +++ b/client/app/styles/_base.scss @@ -208,6 +208,7 @@ a { } .header { + background-color: transparentize($color-purple-25, 0.1); z-index: $layer-front; padding: 15px 10px 0; pointer-events: none; @@ -334,7 +335,6 @@ a { .topologies-item-main, .topologies-sub-item { pointer-events: all; - color: $text-secondary-color; @extend .btn-opacity; cursor: pointer;