1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
This commit is contained in:
Kevin Serrano 2016-10-04 21:50:56 -07:00
parent 40baf0b7de
commit a59422c01d
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -112,9 +112,9 @@ InfoScreen.prototype.render = function () {
h('img.icon-size', {
src: manifest.icons[128],
style: {
filter: "grayscale(100%)", /* IE6-9 */
WebkitFilter: "grayscale(100%)", /* Microsoft Edge and Firefox 35+ */
}
filter: 'grayscale(100%)', /* IE6-9 */
WebkitFilter: 'grayscale(100%)', /* Microsoft Edge and Firefox 35+ */
},
}),
h('div.info', 'Visit our web site'),
]),