diff options
Diffstat (limited to 'theme/stylesheets/book/summary.less')
-rwxr-xr-x | theme/stylesheets/book/summary.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/stylesheets/book/summary.less b/theme/stylesheets/book/summary.less index ab0ddcf..da10aca 100755 --- a/theme/stylesheets/book/summary.less +++ b/theme/stylesheets/book/summary.less @@ -19,7 +19,6 @@ padding: @sidebar-search-padding; background: @sidebar-search-background; - border-bottom: 1px solid @sidebar-search-border-color; position: absolute; top: -@header-height; @@ -30,7 +29,7 @@ input, input:focus { width: 100%; - border: none; + border: 1px solid @sidebar-search-input-border-color; .box-shadow(none); } } |