mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
update navbar search form
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user