Skip to content

Commit

Permalink
spruce: more contrast on navbar-inverse search-query color
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jan 27, 2013
1 parent 3894c2c commit f9fb1c8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
11 changes: 7 additions & 4 deletions spruce/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4045,13 +4045,13 @@ input[type="submit"].btn.btn-mini {
transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
color: #ffffff;
color: #555555;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
color: #ffffff;
color: #555555;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
color: #ffffff;
color: #555555;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
Expand Down Expand Up @@ -5214,6 +5214,9 @@ blockquote small {
.navbar .nav > li > .dropdown-menu::after {
border-bottom: none;
}
.navbar-inverse .navbar-search .search-query {
color: #555555;
}
.navbar-inverse .dropdown-menu {
background-color: #cbcbcb;
}
Expand All @@ -5227,7 +5230,7 @@ blockquote small {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar-inverse .dropdown-menu .nav-header {
color: #333333;
color: #555555;
}
@media (max-width: 979px) {
.navbar .nav-collapse .nav li > a {
Expand Down
10 changes: 6 additions & 4 deletions spruce/bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions spruce/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ blockquote {

&-inverse {

.navbar-search .search-query {
color: @gray;
}

.dropdown-menu {
background-color: @navbarInverseLinkBackgroundHover;

Expand Down
4 changes: 2 additions & 2 deletions spruce/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
@tableBackground: lighten(#ddd, 10%); // overall background-color
@tableBackgroundAccent: lighten(#ddd, 5%); // for striping
@tableBackgroundHover: #ddd; // for hover
@tableBorder: @headingsColor; // table and cell border
@tableBorder: @grayLight; // table and cell border

// Buttons
// -------------------------
Expand Down Expand Up @@ -209,7 +209,7 @@
@navbarInverseSearchBackground: lighten(@navbarInverseBackground, 25%);
@navbarInverseSearchBackgroundFocus: @white;
@navbarInverseSearchBorder: @navbarInverseBackground;
@navbarInverseSearchPlaceholderColor: @white;
@navbarInverseSearchPlaceholderColor: @gray;

@navbarInverseBrandColor: @navbarInverseLinkColor;

Expand Down

0 comments on commit f9fb1c8

Please sign in to comment.