diff --git a/static/js/browser.js b/static/js/browser.js index 933dd74..6f39850 100644 --- a/static/js/browser.js +++ b/static/js/browser.js @@ -37,7 +37,7 @@ oml.ui.browser = 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(', ') + ')', WebkitTransform: 'rotate(45deg)'