From 33273f98f9d58d84361cc3713a89bff24f286a13 Mon Sep 17 00:00:00 2001 From: rlx Date: Sun, 24 Jan 2016 18:03:33 +0530 Subject: [PATCH] fix icon info css --- static/js/gridView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/gridView.js b/static/js/gridView.js index ff7653c..ee7ddf2 100644 --- a/static/js/gridView.js +++ b/static/js/gridView.js @@ -36,7 +36,7 @@ oml.ui.gridView = function() { fontSize: Math.round(size / 16) + 'px', textAlign: 'center', color: 'rgba(' + color[2].join(', ') + ')', - backgroundImage: '-webkit-linear-gradient(top, ' + color.slice(0, 2).map(function(rgba) { + backgroundImage: 'linear-gradient(180deg, ' + color.slice(0, 2).map(function(rgba) { return 'rgba(' + rgba.join(', ') + ')'; }).join(', ') + ')', MozTransform: 'rotate(45deg)',