diff --git a/app/assets/stylesheets/_mixins.css.scss b/app/assets/stylesheets/_mixins.css.scss index 0e4059d26..5c37c1556 100644 --- a/app/assets/stylesheets/_mixins.css.scss +++ b/app/assets/stylesheets/_mixins.css.scss @@ -28,7 +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: linear-gradient(to top, $from $start, $to $end); + background: linear-gradient(to bottom, $from $start, $to $end); } @mixin horizontal-linear-gradient($from, $to, $start:0%, $end:100%){