diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-29 16:45:29 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-29 16:52:43 +0100 |
commit | 80d1057bfcd3582af0dacf5ccd5a7a93ef95410b (patch) | |
tree | 84a75ad2cab2300097d62bed15ab675e54ee7676 /client/src/app | |
parent | 13fb4de93befee792772284ffa70a952dc407148 (diff) | |
download | PeerTube-80d1057bfcd3582af0dacf5ccd5a7a93ef95410b.tar.gz PeerTube-80d1057bfcd3582af0dacf5ccd5a7a93ef95410b.tar.zst PeerTube-80d1057bfcd3582af0dacf5ccd5a7a93ef95410b.zip |
Add little effect on hover for the play button
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/login/login.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html index a69acfcb1..b61b66ec7 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | <form role="form" (ngSubmit)="login()" [formGroup]="form"> | 8 | <form role="form" (ngSubmit)="login()" [formGroup]="form"> |
9 | <div class="form-group"> | 9 | <div class="form-group"> |
10 | <label for="username">Username or email address</label> | 10 | <label for="username">User</label> |
11 | <input | 11 | <input |
12 | type="text" id="username" placeholder="Username or email address" required | 12 | type="text" id="username" placeholder="Username or email address" required |
13 | formControlName="username" [ngClass]="{ 'input-error': formErrors['username'] }" | 13 | formControlName="username" [ngClass]="{ 'input-error': formErrors['username'] }" |