From d77433a8a698949cbe14c1b96745d1d7633d8d77 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 5 Sep 2018 11:24:43 +0200 Subject: Fix video add background color --- client/src/app/videos/+video-edit/video-add.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/videos/+video-edit/video-add.component.scss b/client/src/app/videos/+video-edit/video-add.component.scss index 2f078d46d..ab70e0e24 100644 --- a/client/src/app/videos/+video-edit/video-add.component.scss +++ b/client/src/app/videos/+video-edit/video-add.component.scss @@ -29,7 +29,7 @@ $border-color: #EAEAEA; &.active { border: $border-width $border-type $border-color; border-bottom: none; - background-color: var(--mainBackgroundColor) !important; + background-color: var(--submenuColor) !important; span { border-bottom: 2px solid var(--mainColor); @@ -43,7 +43,7 @@ $border-color: #EAEAEA; border: $border-width $border-type $border-color; border-top: none; - background-color: var(--mainBackgroundColor); + background-color: var(--submenuColor); border-radius: 3px; width: 100%; min-height: 440px; -- cgit v1.2.3