Skip to content

Instantly share code, notes, and snippets.

@iiiBird
Created August 28, 2017 08:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save iiiBird/62186154268c6a977592d9b70dd9abe2 to your computer and use it in GitHub Desktop.
Save iiiBird/62186154268c6a977592d9b70dd9abe2 to your computer and use it in GitHub Desktop.
Сделать яндекс карту черно-белой
[class*="ymaps-2"][class*="-ground-pane"] {
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");
/* Firefox 3.5+ */
-webkit-filter: grayscale(100%);
/* Chrome 19+ & Safari 6+ */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment