summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/book/summary.less
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-14 00:17:16 +0200
committerSamy Pessé <samypesse@gmail.com>2014-04-14 00:17:16 +0200
commit889183ccc9b0a42cfbeeb67dfafe140be5512f62 (patch)
tree5ec6d02f94b0443b19a53eaed85ed649f6dadb33 /theme/stylesheets/book/summary.less
parent4a6ae8d4e0609b8581f9fdc7001854426a8494f5 (diff)
downloadgitbook-889183ccc9b0a42cfbeeb67dfafe140be5512f62.zip
gitbook-889183ccc9b0a42cfbeeb67dfafe140be5512f62.tar.gz
gitbook-889183ccc9b0a42cfbeeb67dfafe140be5512f62.tar.bz2
Improve search input design
Diffstat (limited to 'theme/stylesheets/book/summary.less')
-rwxr-xr-xtheme/stylesheets/book/summary.less3
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);
}
}