diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-08-29 15:40:07 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-08-29 15:40:07 -0400 |
commit | 4412a6848b53443d3ab482576292059b9d3e3c4a (patch) | |
tree | 57b2e8250a87a1f1825bd7580b3fc3ec510cd0de /spacelab | |
parent | a22a382f4a240e068b11c0b54b35deac6ecd1a00 (diff) |
spacelab: fix navbar-search placeholder color and spacing
Diffstat (limited to 'spacelab')
-rwxr-xr-x | spacelab/bootswatch.less | 9 | ||||
-rwxr-xr-x | spacelab/variables.less | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/spacelab/bootswatch.less b/spacelab/bootswatch.less index 69ac5728..fe41fd82 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 d213a700..b9075b24 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; |