Skip to content

Instantly share code, notes, and snippets.

@carmoreira
Created March 16, 2021 16:52
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 carmoreira/72ba3c64ae018417be7e23eed9a3aac9 to your computer and use it in GitHub Desktop.
Save carmoreira/72ba3c64ae018417be7e23eed9a3aac9 to your computer and use it in GitHub Desktop.
Styling Zoom Controls Interactive Geo Maps
/* Consider they are SVG shapes, so rules are limited */
/*home button*/
.imapsZoomControl path.imapsSprite {
fill:#FFF !important;
}
/* buttons background*/
.imapsZoomControl path {
fill:#6699cc !important;
}
/* +/- color */
.imapsZoomControl text {
fill:#FFF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment