diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-08-28 22:58:13 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-08-29 13:58:35 +0200 |
commit | 07872fdf744282f26e9d38eff6b194a991a9d90a (patch) | |
tree | 440b5fc1a41140ac5593291a668bb6b12c5a2e6e /client/src/app/login/login.component.scss | |
parent | 8b60488020883c66d3831eacd030893ab184268f (diff) | |
download | PeerTube-07872fdf744282f26e9d38eff6b194a991a9d90a.tar.gz PeerTube-07872fdf744282f26e9d38eff6b194a991a9d90a.tar.zst PeerTube-07872fdf744282f26e9d38eff6b194a991a9d90a.zip |
replacing placeholder and feature table display improvement
Diffstat (limited to 'client/src/app/login/login.component.scss')
-rw-r--r-- | client/src/app/login/login.component.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/login/login.component.scss b/client/src/app/login/login.component.scss index 900b2467a..7978c5891 100644 --- a/client/src/app/login/login.component.scss +++ b/client/src/app/login/login.component.scss | |||
@@ -20,4 +20,8 @@ input[type=submit] { | |||
20 | .create-an-account, .forgot-password-button { | 20 | .create-an-account, .forgot-password-button { |
21 | color: #000; | 21 | color: #000; |
22 | cursor: pointer; | 22 | cursor: pointer; |
23 | |||
24 | &:hover { | ||
25 | text-decoration: underline !important; | ||
26 | } | ||
23 | } | 27 | } |