fix context browser css (firefox)

This commit is contained in:
rlx 2016-01-24 19:02:38 +05:30
parent 258218f6dd
commit 38b9c433bc

View file

@ -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(