aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-26 14:37:24 +0200
committerChocobozzz <me@florianbigard.com>2021-04-26 14:37:24 +0200
commitab5b66891b9f323d56e322f6cc71b0c93b9606da (patch)
treecb2bce9905a35204e98e375462ceddbe2891fa6d /client/src/app/shared/shared-forms/input-toggle-hidden.component.scss
parentf816da921f6cf735a988f5ff0bb0e9d0e8e4f8ca (diff)
downloadPeerTube-ab5b66891b9f323d56e322f6cc71b0c93b9606da.tar.gz
PeerTube-ab5b66891b9f323d56e322f6cc71b0c93b9606da.tar.zst
PeerTube-ab5b66891b9f323d56e322f6cc71b0c93b9606da.zip
Fix eye button for password input
Diffstat (limited to 'client/src/app/shared/shared-forms/input-toggle-hidden.component.scss')
-rw-r--r--client/src/app/shared/shared-forms/input-toggle-hidden.component.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss b/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss
index e20f69b86..d2f68e2a4 100644
--- a/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss
+++ b/client/src/app/shared/shared-forms/input-toggle-hidden.component.scss
@@ -9,3 +9,7 @@ input {
9 padding-left: 15px !important; 9 padding-left: 15px !important;
10 padding-right: 15px !important; 10 padding-right: 15px !important;
11} 11}
12
13.eye-button {
14 line-height: 1 !important;
15}