fix icon info css

This commit is contained in:
rlx 2016-01-24 18:03:33 +05:30
parent ea40e64b9c
commit 33273f98f9
1 changed files with 1 additions and 1 deletions

View File

@ -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)',