diff --git a/assets/pluginmarket.scss b/assets/pluginmarket.scss index 05d5644dfb3ac21709bee35cbe68ac8a85919df2..df8d416c9032a0eef6f36cb74d39556b40d92036 100755 --- a/assets/pluginmarket.scss +++ b/assets/pluginmarket.scss @@ -76,7 +76,9 @@ left: 0; right: 0; height: 20px; - #gradient .vertical(fade-out(#fff, 100%), #fff); + + background-image: linear-gradient(to bottom, fade-out(#fff, 100%), #fff); // Standard, IE10 + background-repeat: repeat-x; } } &.deprecated {