Skip to content

Commit

Permalink
Merge pull request #831 from gabel/update_colorpicker
Browse files Browse the repository at this point in the history
Update to bootstrap-colorpicker version  2.3.0
  • Loading branch information
almasaeed2010 committed Jan 16, 2016
2 parents 93f2ad2 + d307076 commit 65904ed
Show file tree
Hide file tree
Showing 9 changed files with 1,053 additions and 886 deletions.
41 changes: 39 additions & 2 deletions plugins/colorpicker/bootstrap-colorpicker.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
background-image: url("img/alpha.png");
}

.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
background-size: contain;
}

.colorpicker {
top: 0;
left: 0;
Expand Down Expand Up @@ -143,15 +149,36 @@
height: 10px;
}

.colorpicker-element .input-group-addon i {
display: block;
.colorpicker-selectors {
display: none;
height: 10px;
margin-top: 5px;
clear: both;
}

.colorpicker-selectors i {
float: left;
width: 10px;
height: 10px;
cursor: pointer;
}

.colorpicker-selectors i + i {
margin-left: 3px;
}

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
display: inline-block;
width: 16px;
height: 16px;
vertical-align: text-top;
cursor: pointer;
}

.colorpicker.colorpicker-inline {
position: relative;
z-index: auto;
display: inline-block;
float: none;
}
Expand Down Expand Up @@ -211,4 +238,14 @@

.colorpicker-inline.colorpicker-visible {
display: inline-block;
}

.colorpicker-right:before {
right: 6px;
left: auto;
}

.colorpicker-right:after {
right: 7px;
left: auto;
}
Loading

0 comments on commit 65904ed

Please sign in to comment.