fix icon info css
This commit is contained in:
parent
33273f98f9
commit
fecf1ab987
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ oml.ui.browser = function() {
|
||||||
fontSize: Math.round(size / 16) + 'px',
|
fontSize: Math.round(size / 16) + 'px',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
color: 'rgba(' + color[2].join(', ') + ')',
|
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(', ') + ')';
|
return 'rgba(' + rgba.join(', ') + ')';
|
||||||
}).join(', ') + ')',
|
}).join(', ') + ')',
|
||||||
WebkitTransform: 'rotate(45deg)'
|
WebkitTransform: 'rotate(45deg)'
|
||||||
|
|
Loading…
Reference in a new issue