Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 18fa2d1

Browse files
committed
Fix: search icon on search menu
1 parent 314a076 commit 18fa2d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

static/runestone-custom-sphinx-bootstrap.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,11 @@ input[type="button"].btn.btn-sm {
182182
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
183183
}
184184

185+
186+
/* Fix search menu button */
187+
.dropdown-menu .input-group .input-group-btn button.btn {
188+
font-size: 14px;
189+
}
185190
.btn {
186191
margin: 5px 0;
187192
}

0 commit comments

Comments
 (0)