mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Use ColorPick libary to select color. This just to avoid overflow between the buttons
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user