update navbar search form

This commit is contained in:
Mark Otto
2011-10-11 09:52:50 -07:00
parent 8c2bb99085
commit b644390541
5 changed files with 20 additions and 29 deletions

View File

@@ -63,10 +63,10 @@
// Navbar search
.navbar-search {
position: relative;
margin-top: 5px;
margin-top: 6px;
margin-bottom: 0;
float: left;
input {
.search-query {
background-color: #444;
background-color: rgba(255,255,255,.3);
#font > .sans-serif(13px, normal, 1);
@@ -74,8 +74,7 @@
color: @white;
color: rgba(255,255,255,.75);
border: 1px solid #111;
.border-radius(4px);
@shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.25);
@shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.15);
.box-shadow(@shadow);
.transition(none);