vendor/assets/stylesheets/sass/ey-theme-globals.css.sass in engineyard-theme-2.3.5 vs vendor/assets/stylesheets/sass/ey-theme-globals.css.sass in engineyard-theme-2.3.6

- old
+ new

@@ -85,19 +85,23 @@ @mixin blue_gradient background: #85a623 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #68A9C5), color-stop(1, #518AB0)) background: -moz-linear-gradient(center top , #68A9C5 0pt, #518AB0 100%) repeat scroll 0 0 transparent -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#68A9C5, endColorstr=#518AB0)" + font-color: #fff + text-shadow: 0 1px 3px lighten(#000, 30%) &.hover:hover background: darken(#518AB0, 5%) background: -moz-linear-gradient(top, darken(#68A9C5, 5%), darken(#518AB0, 5%)) background: -webkit-gradient(linear, left top, left bottom, from(darken(#68A9C5, 5%)), to(darken(#518AB0, 5%))) @mixin green_gradient background: #85a623 background: -moz-linear-gradient(top, #bbd65f, #85a623) background: -webkit-gradient(linear, left top, left bottom, from(#bbd65f), to(#85a623)) -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#bbd65f, endColorstr=#85a623)" + font-color: #fff + text-shadow: 0 1px 3px lighten(#000, 30%) &.hover:hover background: darken(#85a623, 5%) background: -moz-linear-gradient(top, darken(#bbd65f, 5%), darken(#85a623, 5%)) background: -webkit-gradient(linear, left top, left bottom, from(darken(#bbd65f, 5%)), to(darken(#85a623, 5%)))