|
|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
// Button backgrounds
|
|
|
// ------------------
|
|
|
-@mixin buttonBackground($startColor, $endColor, $text-color: #fff, $textShadow: 0px 1px 0 rgba(0,0,0,.5)) {
|
|
|
+@mixin buttonBackground($startColor, $endColor, $text-color: #fff, $textShadow: 0px 1px 0 rgba(0,0,0,.1)) {
|
|
|
// gradientBar will set the background to a pleasing blend of these, to support IE<=9
|
|
|
@include gradientBar($startColor, $endColor, $text-color, $textShadow);
|
|
|
|