Skip to content

Commit 634f461

Browse files
committed
[UG] Fix border color of the search input (more subtile)
1 parent db417c4 commit 634f461

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • user_guide_src/source/_themes/sphinx_rtd_theme/static/css

user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ div#pulldown-menu {
7676
color: #ffffff;
7777
}
7878

79+
.wy-side-nav-search input[type=text] {
80+
border-color: #dd4815;
81+
}
82+
7983
.wy-nav-top {
8084
background-color: #dd4814;
8185
}

0 commit comments

Comments
 (0)