made a clone when doing HSV sort so we retain the origin HSV data
This commit is contained in:
parent
5b5e236b38
commit
fcf4cde51d
3 changed files with 25 additions and 4 deletions
|
|
@ -105,6 +105,20 @@ a:hover { text-decoration: underline; }
|
|||
clear: both;
|
||||
}
|
||||
|
||||
#logHSV {
|
||||
border-top: 1px solid #6D7985;
|
||||
clear: both;
|
||||
float: left;
|
||||
margin-top: 10px;
|
||||
width: 578px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
#logHSV li {
|
||||
float: left;
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
|
||||
#log_colors { padding-left: 4px; }
|
||||
|
||||
.color_box {
|
||||
|
|
|
|||
Reference in a new issue