Skip to content

Commit

Permalink
demo - Simplify default CSS
Browse files Browse the repository at this point in the history
Thanks for the idea @sampotts.

Closes #6.
  • Loading branch information
bebraw committed Aug 15, 2016
1 parent b52007b commit 56e5c45
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions css/colorjoe.css
Expand Up @@ -94,17 +94,15 @@
position: absolute;
}
.colorPicker .twod .pointer .shape1 {
margin-left: -7px;
margin-top: -7px;
transform: translate(-50%, -50%);
width: 10px;
height: 10px;
border: 2px solid black;
-moz-border-radius: 5px;
border-radius: 5px;
}
.colorPicker .twod .pointer .shape2 {
margin-left: -6px;
margin-top: -6px;
transform: translate(-50%, -50%);
width: 8px;
height: 8px;
border: 2px solid white;
Expand Down

0 comments on commit 56e5c45

Please sign in to comment.