Skip to content

Commit

Permalink
Popup: Move Color Picker Modifications To Our CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
kepi committed Aug 17, 2016
1 parent 62ae5b0 commit d3d8268
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,23 @@ span.ed-tab-in {
display: inline-block;
}

.color-picker,
.color-picker * {
box-sizing: content-box;
.color-picker {
position: static;
}

.color-picker-control {
width: 175px;
height: 150px;
border: 0px;
box-shadow: none;
}

.color-picker-h {
width: 19px;
border: 0px;
box-shadow: none;
}

#colorpicker-input {
width: 6em;
}

0 comments on commit d3d8268

Please sign in to comment.