Skip to content

Instantly share code, notes, and snippets.

@sharapeco
Created October 29, 2013 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sharapeco/7207462 to your computer and use it in GitHub Desktop.
Save sharapeco/7207462 to your computer and use it in GitHub Desktop.
Google マップから目障りなマイル/フィート表示を消すスタイルシート
div[jsselect="scale:scalecontrol.scales"]
{ text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff; }
div[jsselect="scale:scalecontrol.scales"][jsinstance^="*"],
div[jsselect="bar:scalecontrol.bars"][jsinstance^="*"]
{ display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment