Skip to content

Commit

Permalink
fix: nav bar search input height
Browse files Browse the repository at this point in the history
  • Loading branch information
hrnf committed Jul 7, 2021
1 parent 7dd60f1 commit 5ed10a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/shijin4/static/css/shijin4.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ nav.navbar input.form-control {
background: linear-gradient(to bottom, #f3f6f7 0%,#e1dfda 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f6f7', endColorstr='#e1dfda',GradientType=0); /* IE6-9 */
border: 1px solid #d0cbc2 !important;

/* The height of the search input has to be the same as the search button */
height: auto;
}
nav.navbar button.btn {
background: #ededec; /* Old browsers */
Expand Down

0 comments on commit 5ed10a4

Please sign in to comment.