summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-xtheme/stylesheets/book/summary.less3
-rwxr-xr-xtheme/stylesheets/variables.less4
2 files changed, 3 insertions, 4 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);
}
}
diff --git a/theme/stylesheets/variables.less b/theme/stylesheets/variables.less
index 383575b..4b79675 100755
--- a/theme/stylesheets/variables.less
+++ b/theme/stylesheets/variables.less
@@ -23,8 +23,8 @@
@sidebar-nested-padding: 10px;
@sidebar-search-padding: 6px;
-@sidebar-search-background: hsl(207, 15%, 80%);
-@sidebar-search-border-color: hsl(207, 15%, 80%);
+@sidebar-search-background: transparent;
+@sidebar-search-input-border-color: hsl(207, 15%, 80%);
@sidebar-divider-color: hsl(207, 15%, 85%);