fix icon info css

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

View File

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