amelia, slate, spruce: closes #75, hrBorder color
[bootswatch] / spruce / variables.less
index a62f141..fa6bc0e 100755 (executable)
@@ -1,4 +1,4 @@
-// Spruce 2.2.2
+// Spruce 2.3.0
 // Variables
 // --------------------------------------------------
 
@@ -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
 // -------------------------
 @dropdownBackground:            #002425;
 @dropdownBorder:                transparent;
 @dropdownDividerTop:            transparent;
-@dropdownDividerBottom:         @black;
+@dropdownDividerBottom:         @grayLight;
 
 @dropdownLinkColor:             @white;
 @dropdownLinkColorHover:        @white;
 
 // Hr border color
 // -------------------------
-@hrBorder:                @linkColor;
+@hrBorder:                @grayLight;
 
 
 // Horizontal forms & lists
 @navbarInverseSearchBackground:          lighten(@navbarInverseBackground, 25%);
 @navbarInverseSearchBackgroundFocus:     @white;
 @navbarInverseSearchBorder:              @navbarInverseBackground;
-@navbarInverseSearchPlaceholderColor:    @white;
+@navbarInverseSearchPlaceholderColor:    @gray;
 
 @navbarInverseBrandColor:                @navbarInverseLinkColor;