some non-webkit css

This commit is contained in:
Robert Luxemburg 2015-02-22 17:09:33 +05:30
commit 7e352f9ac4
2 changed files with 7 additions and 4 deletions

View file

@ -36,6 +36,7 @@ oml.ui.gridView = function() {
backgroundImage: '-webkit-linear-gradient(top, ' + color.slice(0, 2).map(function(rgba) {
return 'rgba(' + rgba.join(', ') + ')';
}).join(', ') + ')',
MozTransform: 'rotate(45deg)',
WebkitTransform: 'rotate(45deg)'
})
.html(