From 4412a6848b53443d3ab482576292059b9d3e3c4a Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 29 Aug 2012 15:40:07 -0400 Subject: [PATCH] spacelab: fix navbar-search placeholder color and spacing --- spacelab/bootswatch.less | 9 +++++++++ spacelab/variables.less | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/spacelab/bootswatch.less b/spacelab/bootswatch.less index 69ac572..fe41fd8 100755 --- a/spacelab/bootswatch.less +++ b/spacelab/bootswatch.less @@ -44,6 +44,7 @@ .navbar-search .search-query, .navbar-search .search-query:hover { margin-bottom: 0; + line-height: normal; color: @grayLight; .placeholder(@grayLight); .box-shadow(inset 0 1px 2px rgba(0, 0, 0, 0.5)); @@ -95,6 +96,14 @@ color: @grayLighter; } } + + .navbar-search .search-query, + .navbar-search .search-query:hover { + + color: @white; + + .placeholder(@grayLighter); + } } } diff --git a/spacelab/variables.less b/spacelab/variables.less index d213a70..b9075b2 100755 --- a/spacelab/variables.less +++ b/spacelab/variables.less @@ -187,7 +187,7 @@ @navbarInverseSearchBackground: lighten(@navbarInverseBackground, 25%); @navbarInverseSearchBackgroundFocus: @white; @navbarInverseSearchBorder: @navbarInverseBackground; -@navbarInverseSearchPlaceholderColor: #ccc; +@navbarInverseSearchPlaceholderColor: @grayLighter; @navbarInverseBrandColor: @navbarInverseLinkColor; -- 2.39.2