Skip to content

Instantly share code, notes, and snippets.

@delphinpro
Created July 3, 2018 12:31
Show Gist options
  • Save delphinpro/dcda79d8c78a25ea97de786b3c2fd520 to your computer and use it in GitHub Desktop.
Save delphinpro/dcda79d8c78a25ea97de786b3c2fd520 to your computer and use it in GitHub Desktop.
.map [class*="ymaps-2"][class*="-ground-pane"] {
/* Firefox 3.5+ */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
/* Chrome 19+ & Safari 6+ */
-webkit-filter: grayscale(100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment