summaryrefslogtreecommitdiff
path: root/spacelab
diff options
context:
space:
mode:
Diffstat (limited to 'spacelab')
-rwxr-xr-xspacelab/bootswatch.less9
-rwxr-xr-xspacelab/variables.less2
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;