diff options
| author | Mark Otto <[email protected]> | 2011-10-11 09:52:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-11 09:52:50 -0700 |
| commit | b6443905411dcdcec54d7eaad2f998a582271728 (patch) | |
| tree | c8c6e96bef996332e6624dd7edc4edd7759375cb /lib/patterns.less | |
| parent | 8c2bb99085816617704b5d537b9c901e26e03569 (diff) | |
| download | bootstrap-b6443905411dcdcec54d7eaad2f998a582271728.tar.xz bootstrap-b6443905411dcdcec54d7eaad2f998a582271728.zip | |
update navbar search form
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index a82e2856d..f2a0b7f0e 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -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); |
