vendor/assets/stylesheets/sass/ey-theme-globals.css.sass in engineyard-theme-2.2.9 vs vendor/assets/stylesheets/sass/ey-theme-globals.css.sass in engineyard-theme-2.3.0
- old
+ new
@@ -88,9 +88,15 @@
@mixin box_grey
@include box
border: 1px solid #b3b3b6
background: #cbcaca
+@mixin box_greydient
+ @include box
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(1, #c9c9c9))
+ background: -moz-linear-gradient(center top, #ededed 0, #c9c9c9 100%)
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ededed, endColorstr=#c9c9c9)"
+
@mixin box_med_grey
@include box
border: 1px solid #858587
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ababab), color-stop(1, #858587))
background: -moz-linear-gradient(center top, #ababab 0, #858587 100%)