aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-edit')
-rw-r--r--client/src/app/videos/+video-edit/shared/video-edit.component.scss4
-rw-r--r--client/src/app/videos/+video-edit/video-add-components/video-upload.component.scss4
-rw-r--r--client/src/app/videos/+video-edit/video-add.component.scss4
3 files changed, 6 insertions, 6 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.scss b/client/src/app/videos/+video-edit/shared/video-edit.component.scss
index bb775cb0a..9479c588a 100644
--- a/client/src/app/videos/+video-edit/shared/video-edit.component.scss
+++ b/client/src/app/videos/+video-edit/shared/video-edit.component.scss
@@ -122,7 +122,7 @@ my-peertube-checkbox {
122p-calendar { 122p-calendar {
123 display: block; 123 display: block;
124 124
125 /deep/ { 125 ::ng-deep {
126 input, 126 input,
127 .ui-calendar { 127 .ui-calendar {
128 width: 100%; 128 width: 100%;
@@ -135,7 +135,7 @@ p-calendar {
135 } 135 }
136} 136}
137 137
138/deep/ { 138::ng-deep {
139 .root-tabset > .nav { 139 .root-tabset > .nav {
140 margin-bottom: 15px; 140 margin-bottom: 15px;
141 } 141 }
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.scss b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.scss
index 684342f09..b5628e276 100644
--- a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.scss
+++ b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.scss
@@ -25,7 +25,7 @@
25 p-progressBar { 25 p-progressBar {
26 flex-grow: 1; 26 flex-grow: 1;
27 27
28 /deep/ .ui-progressbar { 28 ::ng-deep .ui-progressbar {
29 font-size: 15px !important; 29 font-size: 15px !important;
30 height: 30px !important; 30 height: 30px !important;
31 border-radius: 3px !important; 31 border-radius: 3px !important;
@@ -45,7 +45,7 @@
45 } 45 }
46 46
47 &.processing { 47 &.processing {
48 /deep/ .ui-progressbar-label { 48 ::ng-deep .ui-progressbar-label {
49 // Same color as background to hide "100%" 49 // Same color as background to hide "100%"
50 color: rgba(11, 204, 41, 0.16) !important; 50 color: rgba(11, 204, 41, 0.16) !important;
51 51
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 dd97b79ee..da711ec5b 100644
--- a/client/src/app/videos/+video-edit/video-add.component.scss
+++ b/client/src/app/videos/+video-edit/video-add.component.scss
@@ -5,7 +5,7 @@ $border-width: 3px;
5$border-type: solid; 5$border-type: solid;
6$border-color: #EAEAEA; 6$border-color: #EAEAEA;
7 7
8/deep/ .root-tabset.video-add-tabset { 8::ng-deep .root-tabset.video-add-tabset {
9 &.hide-nav > .nav { 9 &.hide-nav > .nav {
10 display: none !important; 10 display: none !important;
11 } 11 }
@@ -52,4 +52,4 @@ $border-color: #EAEAEA;
52 justify-content: center; 52 justify-content: center;
53 align-items: center; 53 align-items: center;
54 } 54 }
55} \ No newline at end of file 55}