Skip to content

Commit

Permalink
Merge pull request #35 from mrgrain/issue16
Browse files Browse the repository at this point in the history
fixes issue #16
  • Loading branch information
josedvq committed Mar 26, 2017
2 parents bda7b16 + 3f8097b commit 6423fef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/colpick.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ colpick Color Picker / colpick.com
/*Main container*/
.colpick {
position: absolute;
box-sizing:content-box;
width: 346px;
height: 170px;
overflow: hidden;
display: none;
font-family: Arial, Helvetica, sans-serif;
direction:ltr;
background:#ebebeb;
border: 1px solid #bbb;
-webkit-border-radius: 5px;
Expand Down Expand Up @@ -417,4 +419,4 @@ colpick Color Picker / colpick.com
.colpick_dark .colpick_submit:hover {
background-color:#101010;
border-color:#444;
}
}

0 comments on commit 6423fef

Please sign in to comment.