diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-12-04 15:58:55 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-12-04 16:01:53 +0100 |
commit | f8b530e0a523a0d9ff469ef716838374c395a360 (patch) | |
tree | a55d49365e539582dd5000a2c73b9351df93a52d /client/src/sass | |
parent | aa5ee5017a83b280352f8dbcfed2d4741709a4fd (diff) | |
download | PeerTube-f8b530e0a523a0d9ff469ef716838374c395a360.tar.gz PeerTube-f8b530e0a523a0d9ff469ef716838374c395a360.tar.zst PeerTube-f8b530e0a523a0d9ff469ef716838374c395a360.zip |
unify inputs requiring buttons like password inputs
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index ece8411af..3f6e6c8a7 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -120,7 +120,8 @@ code { | |||
120 | margin-top: 5px; | 120 | margin-top: 5px; |
121 | } | 121 | } |
122 | 122 | ||
123 | .input-error { | 123 | .input-error |
124 | my-input-toggle-hidden ::ng-deep input { | ||
124 | border-color: $red !important; | 125 | border-color: $red !important; |
125 | } | 126 | } |
126 | 127 | ||