This commit is contained in:
Mirco Wittrien 2020-12-28 19:55:17 +01:00
parent 864014ebdd
commit 00811ae42b
2 changed files with 4 additions and 1 deletions

View File

@ -429,7 +429,6 @@ module.exports = (_ => {
processUpload (e) {
if (!BDFDB.PatchUtils.isPatched(this, e.instance, "submitUpload")) BDFDB.PatchUtils.patch(this, e.instance, "submitUpload", {before: e2 => {
if (settings.triggerUpload) this.handleSubmit(e, e2, 1);
console.log(e, e2);
}}, {force: true, noCache: true});
}

View File

@ -239,6 +239,10 @@
.reaction-1hd86g.reactionMe-wv5HKu { /* reaction wrapper me */
background-color: rgba(var(--vaccentcolor), 0.3);
}
/* attachment upload bar */
.progressBar-3u8FBM[style*="background-color: rgb(114, 137, 218)"] {
background-color: rgb(var(--vaccentcolor)) !important;
}
/* ---- 3.2. AUTOCOMPLETEMENU ---- */