]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix cancel upload button style
authorChocobozzz <me@florianbigard.com>
Thu, 24 Nov 2022 08:14:35 +0000 (09:14 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 24 Nov 2022 08:14:35 +0000 (09:14 +0100)
client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html

index 779d42e0cdb603030eec0a22ade143cd07cc9643..7b6bd993c9890a52ec6b3dde6f9e83f5ca88933b 100644 (file)
       <span *ngIf="videoUploadPercents !== 100 || videoUploaded">{{ videoUploadPercents }}%</span>
     </div>
   </div>
-  <input *ngIf="videoUploaded === false" type="button" i18n-value="Cancel ongoing upload of a video" value="Cancel" (click)="cancelUpload()" />
+  <input
+    *ngIf="videoUploaded === false"
+    type="button" class="peertube-button grey-button ms-1" i18n-value="Cancel ongoing upload of a video" value="Cancel" (click)="cancelUpload()"
+  />
 </div>
 
 <div *ngIf="error && enableRetryAfterError" class="upload-progress-retry">