diff --git a/grappelli/sass/partials/skins/_grp-default.scss b/grappelli/sass/partials/skins/_grp-default.scss index 4fef44ecc..97c37e466 100644 --- a/grappelli/sass/partials/skins/_grp-default.scss +++ b/grappelli/sass/partials/skins/_grp-default.scss @@ -321,8 +321,8 @@ $grp-button-border-focus: 1px solid #888 !default; $offset-x: false, $offset-y: false) { background: grp-get-sprite($sprite, - $offset-x: false, - $offset-y: false) no-repeat, + $offset-x, + $offset-y) no-repeat, linear-gradient($gradient-top, $gradient-bottom) }