aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2024-07-27 10:24:20 +0000
committerpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2024-07-27 10:24:20 +0000
commitcab07b7fe4b7f77cbb3bca3ec3c8e3331b8bec24 (patch)
tree5a1e3dce4a29729c6ce4f54d3fa3cafcd5066c67
parent552a08ae472dab0ceb6df34ca6bd7be5af7d3240 (diff)
downloadpmwiki.svn-cab07b7fe4b7f77cbb3bca3ec3c8e3331b8bec24.tar.bz2
Add $EnableUploadDrop based on Cookbook:DragDropMultiUpload (cont.)
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4743 524c5546-5005-0410-9a3e-e25e191bd360
-rw-r--r--pub/guiedit/pmwiki.syntax.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/pub/guiedit/pmwiki.syntax.css b/pub/guiedit/pmwiki.syntax.css
index b9e065d0..9a3066f3 100644
--- a/pub/guiedit/pmwiki.syntax.css
+++ b/pub/guiedit/pmwiki.syntax.css
@@ -308,7 +308,8 @@ code.pmhlt, .pmhlt code, #htext.pmhlt {
margin-right: .25em;
}
.pmdropzone a.queued {
- color: var(--pmsyntax-keyword);
+ color: var(--pmsyntax-attr);
+ opacity: .5;
cursor: wait;
}
.pmdropzone a.uploading {