diff options
Diffstat (limited to 'swatchmaker/swatch/variables.less')
-rw-r--r--[-rwxr-xr-x] | swatchmaker/swatch/variables.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/swatchmaker/swatch/variables.less b/swatchmaker/swatch/variables.less index 56d65b48..31c131b1 100755..100644 --- a/swatchmaker/swatch/variables.less +++ b/swatchmaker/swatch/variables.less @@ -1,4 +1,4 @@ -// Swatch 2.3.1 +// // Variables // -------------------------------------------------- @@ -68,7 +68,7 @@ @paddingLarge: 11px 19px; // 44px @paddingSmall: 2px 10px; // 26px -@paddingMini: 1px 6px; // 24px +@paddingMini: 0 6px; // 22px @baseBorderRadius: 4px; @borderRadiusLarge: 6px; @@ -86,7 +86,7 @@ // ------------------------- @btnBackground: @white; @btnBackgroundHighlight: darken(@white, 10%); -@btnBorder: #bbb; +@btnBorder: #ccc; @btnPrimaryBackground: @linkColor; @btnPrimaryBackgroundHighlight: spin(@btnPrimaryBackground, 20%); @@ -126,7 +126,7 @@ @dropdownLinkColor: @grayDark; @dropdownLinkColorHover: @white; -@dropdownLinkColorActive: @dropdownLinkColor; +@dropdownLinkColorActive: @white; @dropdownLinkBackgroundActive: @linkColor; @dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive; |