diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-14 00:17:16 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-14 00:17:16 +0200 |
commit | 889183ccc9b0a42cfbeeb67dfafe140be5512f62 (patch) | |
tree | 5ec6d02f94b0443b19a53eaed85ed649f6dadb33 /theme/stylesheets/variables.less | |
parent | 4a6ae8d4e0609b8581f9fdc7001854426a8494f5 (diff) | |
download | gitbook-889183ccc9b0a42cfbeeb67dfafe140be5512f62.zip gitbook-889183ccc9b0a42cfbeeb67dfafe140be5512f62.tar.gz gitbook-889183ccc9b0a42cfbeeb67dfafe140be5512f62.tar.bz2 |
Improve search input design
Diffstat (limited to 'theme/stylesheets/variables.less')
-rwxr-xr-x | theme/stylesheets/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
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%); |