aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-05 11:24:43 +0200
committerChocobozzz <me@florianbigard.com>2018-09-05 11:24:43 +0200
commitd77433a8a698949cbe14c1b96745d1d7633d8d77 (patch)
treeedc34c7bec6811f2bb98e0e06352d5b9db2c4b18 /client/src/app
parent8ff3f88347cb733ca8a3978ba6eb9763fb3ea294 (diff)
downloadPeerTube-d77433a8a698949cbe14c1b96745d1d7633d8d77.tar.gz
PeerTube-d77433a8a698949cbe14c1b96745d1d7633d8d77.tar.zst
PeerTube-d77433a8a698949cbe14c1b96745d1d7633d8d77.zip
Fix video add background color
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/videos/+video-edit/video-add.component.scss4
1 files changed, 2 insertions, 2 deletions
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;
29 &.active { 29 &.active {
30 border: $border-width $border-type $border-color; 30 border: $border-width $border-type $border-color;
31 border-bottom: none; 31 border-bottom: none;
32 background-color: var(--mainBackgroundColor) !important; 32 background-color: var(--submenuColor) !important;
33 33
34 span { 34 span {
35 border-bottom: 2px solid var(--mainColor); 35 border-bottom: 2px solid var(--mainColor);
@@ -43,7 +43,7 @@ $border-color: #EAEAEA;
43 border: $border-width $border-type $border-color; 43 border: $border-width $border-type $border-color;
44 border-top: none; 44 border-top: none;
45 45
46 background-color: var(--mainBackgroundColor); 46 background-color: var(--submenuColor);
47 border-radius: 3px; 47 border-radius: 3px;
48 width: 100%; 48 width: 100%;
49 min-height: 440px; 49 min-height: 440px;