Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit d7b220a

Browse files
authored
Update index.html
Signed-off-by: Blake Arnold <[email protected]>
1 parent db10563 commit d7b220a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
}
9898

9999
.above-tabs input[type="text"],
100-
.above-tabs input[type="number"] {
100+
.above-tabs input[type="number"],
101+
.above-tabs input[type="password"]{
101102
width: 180px;
102103
padding: 7px 12px;
103104
font-size: 15px;
@@ -108,6 +109,7 @@
108109
transition: border-color 0.2s;
109110
}
110111
.above-tabs input[type="text"]:focus,
112+
.above-tabs input[type="password"]:focus,
111113
.above-tabs input[type="number"]:focus {
112114
outline: none;
113115
border-color: #0078d7;
@@ -128,7 +130,7 @@
128130
color: #222;
129131
border-color: #888;
130132
}
131-
input[type="text"], input[type="number"] {
133+
input[type="text"], input[type="number"], input[type="number"]{
132134
width: 220px;
133135
padding: 7px 12px;
134136
font-size: 15px;
@@ -138,7 +140,7 @@
138140
background-color: #f9f9f9;
139141
transition: border-color 0.2s;
140142
}
141-
input[type="text"]:focus, input[type="number"]:focus {
143+
input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus{
142144
outline: none;
143145
border-color: #0078d7;
144146
}
@@ -261,7 +263,7 @@
261263
max-width: 98vw;
262264
gap: 10px;
263265
}
264-
.above-tabs input[type="text"], .above-tabs input[type="number"] {
266+
.above-tabs input[type="text"], .above-tabs input[type="number"], .above-tabs input[type="password"] {
265267
width: 96vw;
266268
max-width: 98vw;
267269
}

0 commit comments

Comments
 (0)