mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-16 00:35:36 -05:00
more vars changed, remove @white var
This commit is contained in:
@@ -435,7 +435,7 @@
|
||||
// Navbar search
|
||||
.navbar-search {
|
||||
.search-query {
|
||||
color: @white;
|
||||
color: #fff;
|
||||
background-color: @navbarInverseSearchBackground;
|
||||
border-color: @navbarInverseSearchBorder;
|
||||
.box-shadow(~"inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)");
|
||||
@@ -447,7 +447,7 @@
|
||||
&.focused {
|
||||
padding: 5px 15px;
|
||||
color: @grayDark;
|
||||
text-shadow: 0 1px 0 @white;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
background-color: @navbarInverseSearchBackgroundFocus;
|
||||
border: 0;
|
||||
.box-shadow(0 0 3px rgba(0,0,0,.15));
|
||||
|
||||
Reference in New Issue
Block a user