Skip to content

Commit 6cc1731

Browse files
committed
Fix internal border-radius of search page input field.
1 parent e94bd6e commit 6cc1731

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/_static/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ div.admonition.admonition-todo>.admonition-title::before {
198198
left: 1.5625rem;
199199
}
200200

201-
#search-form .form-control {
202-
border-radius: .2rem;
201+
input#q {
202+
border-radius: .25rem 0 0 .25rem;
203203
padding-left: 2.1875rem;
204204
}
205205

@@ -275,7 +275,7 @@ ul.search li p.context {
275275
padding-left: .5em;
276276
}
277277

278-
.bd-search input {
278+
input#search-input {
279279
padding-left: 2.1875rem;
280280
}
281281

0 commit comments

Comments
 (0)