Skip to content

Commit

Permalink
color picker gradient change cursor to add new points closes #200
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno12mota committed Jan 6, 2016
1 parent 9dec5a4 commit 53d0504
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 32,7 @@
background: -moz-linear-gradient(left, rgba(255,0,0,0) 0%, rgba(255,0,0,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,0,0,0) 0%,rgba(255,0,0,1) 100%);
background: linear-gradient(to right, rgba(255,0,0,0) 0%,rgba(255,0,0,1) 100%);
cursor: copy;
}

.marker {
Expand Down Expand Up @@ -66,5 67,6 @@
border-radius: 4px;
top: 0px; right: 0px; bottom: 0px; left: 0px;
border: 1px solid rgba(0, 0, 0, 0.2);
pointer-events: none;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 30,7 @@
filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.24));
}
.line {
cursor: copy;
}
.point {
position: absolute;
Expand Down

0 comments on commit 53d0504

Please sign in to comment.