fix context browser css (firefox)
This commit is contained in:
parent
258218f6dd
commit
38b9c433bc
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ oml.ui.browser = function() {
|
||||||
backgroundImage: 'linear-gradient(180deg, ' + 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(', ') + ')',
|
||||||
|
MozTransform: 'rotate(45deg)',
|
||||||
WebkitTransform: 'rotate(45deg)'
|
WebkitTransform: 'rotate(45deg)'
|
||||||
})
|
})
|
||||||
.text(
|
.text(
|
||||||
|
|
Loading…
Reference in a new issue