Skip to content

Commit 4d521fc

Browse files
Adjust border of searchbar to align fill color of sidebar top box (#4718)
1 parent 5c3b519 commit 4d521fc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

doc/_static/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ p {
6666
background: #b4c7e7;
6767
}
6868

69+
/* Change border of the search bar */
70+
.wy-side-nav-search input[type="text"] {
71+
border: solid 2px #b4c7e7;
72+
}
73+
6974
/* Format parameters section similar to sphinx_rtd_theme v4.x.x (not a grid) */
7075
html.writer-html5 .rst-content dl.field-list {
7176
display: initial;

0 commit comments

Comments
 (0)