From bfb1f36dfea538ee480574f3ee53ab6881dffe6c Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+github@gmail.com> Date: Fri, 15 Mar 2024 15:40:47 +0100 Subject: [PATCH] fix gradient, re #93 --- assets/pluginmarket.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/pluginmarket.scss b/assets/pluginmarket.scss index 05d5644..df8d416 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 { -- GitLab