diff options
Diffstat (limited to 'spacelab/bootswatch.less')
-rwxr-xr-x | spacelab/bootswatch.less | 9 |
1 files changed, 9 insertions, 0 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); + } } } |