aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/login
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-29 16:45:29 +0100
committerChocobozzz <me@florianbigard.com>2018-01-29 16:52:43 +0100
commit80d1057bfcd3582af0dacf5ccd5a7a93ef95410b (patch)
tree84a75ad2cab2300097d62bed15ab675e54ee7676 /client/src/app/login
parent13fb4de93befee792772284ffa70a952dc407148 (diff)
downloadPeerTube-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/login')
-rw-r--r--client/src/app/login/login.component.html2
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'] }"