vendor/assets/stylesheets/sass/ey-theme-globals.css.sass in engineyard-theme-2.3.12 vs vendor/assets/stylesheets/sass/ey-theme-globals.css.sass in engineyard-theme-2.3.13
- old
+ new
@@ -76,12 +76,17 @@
background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #d6d6d6), color-stop(1, #eaeaea))
background: -moz-linear-gradient(center top, #d6d6d6 0, #eaeaea 100%)
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d6d6d6, endColorstr=#eaeaea)"
@mixin grey_gradient
+ font-color: #848d96
background: -webkit-gradient(linear, left top, left bottom, from(#ebe9e9), to(#d2d0d0))
background: -moz-linear-gradient(top, #ebe9e9, #d2d0d0)
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ebe9e9, endColorstr=#d2d0d0)"
+ &.hover:hover
+ background: darken(#ebe9e9, 5%)
+ background: -moz-linear-gradient(top, darken(#ebe9e9, 5%), darken(#d2d0d0, 5%))
+ background: -webkit-gradient(linear, left top, left bottom, from(darken(#ebe9e9, 5%)), to(darken(#d2d0d0, 5%)))
@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