]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/users/user-edit/user-edit.component.html
Use form-control to display box-shadow on form inputs/selects upon focus
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / users / user-edit / user-edit.component.html
index 6c42fde570b908e0efb0c16ebac58144e49e25ff..070695e575afc3debd27d251ed092a27cc44485f 100644 (file)
@@ -82,7 +82,7 @@
       <div class="form-group" *ngIf="isCreation()">
         <label i18n for="username">Username</label>
         <input
-          type="text" id="username" i18n-placeholder placeholder="john"
+          type="text" id="username" i18n-placeholder placeholder="john" class="form-control"
           formControlName="username" [ngClass]="{ 'input-error': formErrors['username'] }"
         >
         <div *ngIf="formErrors.username" class="form-error">
@@ -93,7 +93,7 @@
       <div class="form-group">
         <label i18n for="email">Email</label>
         <input
-          type="text" id="email" i18n-placeholder placeholder="mail@example.com"
+          type="text" id="email" i18n-placeholder placeholder="mail@example.com" class="form-control"
           formControlName="email" [ngClass]="{ 'input-error': formErrors['email'] }"
           autocomplete="off"
         >
           </ng-template>
         </my-help>
         <input
-          type="password" id="password" autocomplete="new-password"
+          type="password" id="password" autocomplete="new-password" class="form-control"
           formControlName="password" [ngClass]="{ 'input-error': formErrors['password'] }"
         >
         <div *ngIf="formErrors.password" class="form-error">