diff options
Diffstat (limited to 'spruce/variables.less')
-rwxr-xr-x | spruce/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spruce/variables.less b/spruce/variables.less index e2ec00fd..228557f7 100755 --- a/spruce/variables.less +++ b/spruce/variables.less @@ -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 // ------------------------- @@ -209,7 +209,7 @@ @navbarInverseSearchBackground: lighten(@navbarInverseBackground, 25%); @navbarInverseSearchBackgroundFocus: @white; @navbarInverseSearchBorder: @navbarInverseBackground; -@navbarInverseSearchPlaceholderColor: @white; +@navbarInverseSearchPlaceholderColor: @gray; @navbarInverseBrandColor: @navbarInverseLinkColor; |