aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add-components
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-12-18 11:32:37 +0100
committerChocobozzz <me@florianbigard.com>2018-12-18 11:35:51 +0100
commit276d96529529621d5f70473990095495f2743c29 (patch)
tree9fc62fc44dce05302215b10da13789ce89c9ee04 /client/src/app/videos/+video-edit/video-add-components
parent80bfd33c0bf910e2cfdd3270b14ba9eddd90e2e8 (diff)
downloadPeerTube-276d96529529621d5f70473990095495f2743c29.tar.gz
PeerTube-276d96529529621d5f70473990095495f2743c29.tar.zst
PeerTube-276d96529529621d5f70473990095495f2743c29.zip
Add ability to disable and clear history
Diffstat (limited to 'client/src/app/videos/+video-edit/video-add-components')
-rw-r--r--client/src/app/videos/+video-edit/video-add-components/video-upload.component.scss4
1 files changed, 2 insertions, 2 deletions
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 cf1725ef9..4b2c86ae9 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
@@ -54,9 +54,7 @@
54 54
55 /deep/ .ui-progressbar { 55 /deep/ .ui-progressbar {
56 font-size: 15px !important; 56 font-size: 15px !important;
57 color: #fff !important;
58 height: 30px !important; 57 height: 30px !important;
59 line-height: 30px !important;
60 border-radius: 3px !important; 58 border-radius: 3px !important;
61 background-color: rgba(11, 204, 41, 0.16) !important; 59 background-color: rgba(11, 204, 41, 0.16) !important;
62 60
@@ -68,6 +66,8 @@
68 text-align: left; 66 text-align: left;
69 padding-left: 18px; 67 padding-left: 18px;
70 margin-top: 0 !important; 68 margin-top: 0 !important;
69 color: #fff !important;
70 line-height: 30px !important;
71 } 71 }
72 } 72 }
73 73