mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Discard the use of philzet/ColorPick.js and reimplement in vanilla js
I still don't understand what changed on Nextcloud 24, but in the main
script jQuery works great and in the libraries just fails.. 🤔
This commit is contained in:
@@ -360,20 +360,4 @@ div.select2-container {
|
||||
height: 32px;
|
||||
padding: 0px !important;
|
||||
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