diff --git a/assets/pluginmarket.scss b/assets/pluginmarket.scss
index df8d416c9032a0eef6f36cb74d39556b40d92036..6f109da96f3dbe077588935645218853115d3414 100755
--- a/assets/pluginmarket.scss
+++ b/assets/pluginmarket.scss
@@ -55,7 +55,7 @@
             background-size: contain;
             background-repeat: no-repeat;
             background-color: white;
-            box-shadow: inset 0 0 4px fade-out(#000, 70%);
+            box-shadow: inset 0 0 4px fade-out(#000, 0.7);
         }
 
         .shortdescription {
@@ -77,7 +77,7 @@
                 right: 0;
                 height: 20px;
 
-                background-image: linear-gradient(to bottom, fade-out(#fff, 100%), #fff); // Standard, IE10
+                background-image: linear-gradient(to bottom, fade-out(#fff, 1), #fff); // Standard, IE10
                 background-repeat: repeat-x;
             }
         }