diff --git a/app/assets/stylesheets/_mixins.css.scss b/app/assets/stylesheets/_mixins.css.scss index d8a1f4da55ce5c4de250c8f3e118b1ce8f69c0ed..0e4059d2627fe07fda732c1803c0362dd7747d1f 100644 --- a/app/assets/stylesheets/_mixins.css.scss +++ b/app/assets/stylesheets/_mixins.css.scss @@ -28,9 +28,7 @@ $default-border-radius: 3px; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$from, endColorstr=$to); -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#{$from}, endColorstr=#{$to})"; - background-image: gradient(linear, 0% $start, 0% $end, from($from), to($to)); - background-image: -moz-linear-gradient(top, $from $start, $to $end); - background-image: linear-gradient(top, $from $start, $to $end); + background: linear-gradient(to top, $from $start, $to $end); } @mixin horizontal-linear-gradient($from, $to, $start:0%, $end:100%){