fix icon info css
This commit is contained in:
parent
ea40e64b9c
commit
33273f98f9
1 changed files with 1 additions and 1 deletions
|
@ -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)',
|
||||
|
|
Loading…
Reference in a new issue