Skip to content

Commit 9630a78

Browse files
committed
Style input box borders
1 parent 7734583 commit 9630a78

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

search.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,15 @@
203203
margin-bottom: 6px;
204204
}
205205

206+
input {
207+
border: 4px solid #00A651;
208+
}
209+
210+
input:focus {
211+
border: 4px solid #FFCB05;
212+
outline: 0;
213+
}
214+
206215
.icon-group img {
207216
border-radius: 100px;
208217
border: 5px solid #00A651;

0 commit comments

Comments
 (0)