Skip to content

Instantly share code, notes, and snippets.

@xoor-io
Created April 26, 2018 18:38
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 xoor-io/354a05df690e4a4d3698013272a087cb to your computer and use it in GitHub Desktop.
Save xoor-io/354a05df690e4a4d3698013272a087cb to your computer and use it in GitHub Desktop.
d3-canvas-brush-zoom-02
.tools button {
background-color: #e7e7e7;
border: none;
color: #000000;
cursor: pointer;
display: block;
margin-bottom: 5px;
padding: 5px 10px;
outline: 0;
}
.tools button.active {
background-color: #13a613;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment