stuff
This commit is contained in:
parent
864014ebdd
commit
00811ae42b
|
@ -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});
|
||||
}
|
||||
|
||||
|
|
|
@ -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 ---- */
|
||||
|
||||
|
|
Loading…
Reference in New Issue