Skip to content

Commit

Permalink
Updated Stylesheet to Let Users Specify an SVG Icon as .custom and Av…
Browse files Browse the repository at this point in the history
…oid Styles
  • Loading branch information
Kelderic committed Jun 8, 2016
1 parent 9aa1694 commit 3c3c34f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mapstractor.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
margin-left:10px;
float:left;
background-color:white;
box-sizing:border-box;
}

.control:first-child {
Expand Down Expand Up @@ -86,7 +87,7 @@
width:20px;
}

.control svg path {
.control svg:not(.custom) path {
fill:gray;
}

Expand Down

0 comments on commit 3c3c34f

Please sign in to comment.