show colors on page load
This commit is contained in:
parent
36f8c99dd3
commit
11f35466e9
|
|
@ -359,6 +359,7 @@ function splitPane(div, percent, horiz) {
|
||||||
}
|
}
|
||||||
div1.style.flex = `0 0 ${percent}%`
|
div1.style.flex = `0 0 ${percent}%`
|
||||||
div2.style.flex = `1 1 auto`
|
div2.style.flex = `1 1 auto`
|
||||||
|
Coloris({el: ".color-field"})
|
||||||
updateUI()
|
updateUI()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -198,4 +198,9 @@ button {
|
||||||
height: 5px;
|
height: 5px;
|
||||||
|
|
||||||
background-color: #2f2f2f;
|
background-color: #2f2f2f;
|
||||||
}
|
}
|
||||||
|
.clr-field button {
|
||||||
|
width: 100% !important;
|
||||||
|
height: 100% !important;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue