Improve search input design

This commit is contained in:
Samy Pessé
2014-04-14 00:17:16 +02:00
parent 4a6ae8d4e0
commit 889183ccc9
3 changed files with 4 additions and 5 deletions
File diff suppressed because one or more lines are too long
+1 -2
View File
@@ -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);
}
}
+2 -2
View File
@@ -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%);