1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01: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', { h('img.icon-size', {
src: manifest.icons[128], src: manifest.icons[128],
style: { style: {
filter: "grayscale(100%)", /* IE6-9 */ filter: 'grayscale(100%)', /* IE6-9 */
WebkitFilter: "grayscale(100%)", /* Microsoft Edge and Firefox 35+ */ WebkitFilter: 'grayscale(100%)', /* Microsoft Edge and Firefox 35+ */
} },
}), }),
h('div.info', 'Visit our web site'), h('div.info', 'Visit our web site'),
]), ]),