Skip to content

Commit eb6a519

Browse files
CopilotJOHLC
andcommitted
fix: add password field styling to match text inputs
Co-authored-by: JOHLC <63735432+JOHLC@users.noreply.github.com>
1 parent d090c8d commit eb6a519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ label {
161161
width: auto;
162162
align-self: center;
163163
}
164-
input[type="text"] {
164+
input[type="text"], input[type="password"] {
165165
width: 100%;
166166
padding: 0.7em 1em;
167167
font-size: 1.08em;
@@ -191,7 +191,7 @@ input[type="text"] {
191191
transition: border 0.2s, box-shadow 0.2s;
192192
box-shadow: 0 1.5px 8px #00b4fc22;
193193
}
194-
input[type="text"]:focus {
194+
input[type="text"]:focus, input[type="password"]:focus {
195195
border: 2.5px solid #00b4fc;
196196
outline: none;
197197
box-shadow: 0 2px 12px #00b4fc44;

0 commit comments

Comments
 (0)