Use ColorPick libary to select color. This just to avoid overflow between the buttons

This commit is contained in:
Matias De lellis
2020-06-17 14:48:20 -03:00
parent 457de941fe
commit 217e3d868f
5 changed files with 39 additions and 32 deletions

View File

@@ -140,9 +140,9 @@
.colors-toolbar {
float: left;
padding-top: 10px;
}
.colorPickButton,
.circle-toolbar {
display:inline-block;
width:20px;
@@ -361,3 +361,19 @@ div.select2-container {
padding: 0px;
border-radius: 50%;
}
/* Color Picker */
#colorPick {
border-radius: 8px;
padding: 12px;
background-color: var(--color-background-dark);
opacity: 1.0 !important;
z-index: 2500;
}
#colorPick span {
color: var(--color-main-text);
font-size: 13px;
text-transform: initial;
}