Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
4412a684
Commit
4412a684
authored
Aug 29, 2012
by
Thomas Park
Browse files
spacelab: fix navbar-search placeholder color and spacing
parent
a22a382f
Changes
2
Hide whitespace changes
Inline
Side-by-side
spacelab/bootswatch.less
View file @
4412a684
...
...
@@ -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);
}
}
}
...
...
spacelab/variables.less
View file @
4412a684
...
...
@@ -187,7 +187,7 @@
@navbarInverseSearchBackground: lighten(@navbarInverseBackground, 25%);
@navbarInverseSearchBackgroundFocus: @white;
@navbarInverseSearchBorder: @navbarInverseBackground;
@navbarInverseSearchPlaceholderColor:
#ccc
;
@navbarInverseSearchPlaceholderColor:
@grayLighter
;
@navbarInverseBrandColor: @navbarInverseLinkColor;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment