Skip to content

Commit 8596e8e

Browse files
committed
add css for search field
1 parent 3d26548 commit 8596e8e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/_static/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,14 @@ input#search-input {
279279
border-radius: .25rem 0 0 .25rem;
280280
}
281281

282+
.search-icon {
283+
position: absolute;
284+
color: #a4a6a7;
285+
left: .625rem;
286+
z-index: 100;
287+
align-self: center;
288+
}
289+
282290
.input-group-text kbd {
283291
padding: 0rem 0.4rem;
284292
font-size: 135%;

0 commit comments

Comments
 (0)