diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-05 11:24:43 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-05 11:24:43 +0200 |
commit | d77433a8a698949cbe14c1b96745d1d7633d8d77 (patch) | |
tree | edc34c7bec6811f2bb98e0e06352d5b9db2c4b18 /client/src | |
parent | 8ff3f88347cb733ca8a3978ba6eb9763fb3ea294 (diff) | |
download | PeerTube-d77433a8a698949cbe14c1b96745d1d7633d8d77.tar.gz PeerTube-d77433a8a698949cbe14c1b96745d1d7633d8d77.tar.zst PeerTube-d77433a8a698949cbe14c1b96745d1d7633d8d77.zip |
Fix video add background color
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/videos/+video-edit/video-add.component.scss | 4 |
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; |