diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-07-27 04:54:58 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-07-27 04:54:58 +0000 |
commit | 552a08ae472dab0ceb6df34ca6bd7be5af7d3240 (patch) | |
tree | ebed0a227e26aba53be2dceafc2df4beb89d9cce | |
parent | fe4f8e5023e63b65214f0132a78a22dcb87c8763 (diff) | |
download | pmwiki.svn-552a08ae472dab0ceb6df34ca6bd7be5af7d3240.tar.bz2 |
Add $EnableUploadDrop based on Cookbook:DragDropMultiUpload (cont.)
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4742 524c5546-5005-0410-9a3e-e25e191bd360
-rw-r--r-- | pub/guiedit/pmwiki.syntax.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pub/guiedit/pmwiki.syntax.css b/pub/guiedit/pmwiki.syntax.css index 188cca26..b9e065d0 100644 --- a/pub/guiedit/pmwiki.syntax.css +++ b/pub/guiedit/pmwiki.syntax.css @@ -335,7 +335,6 @@ code.pmhlt, .pmhlt code, #htext.pmhlt { @keyframes blnk { 50% { opacity: 0; } } .pmdropzone a.success::before { content: "\25A0"; - margin-right: 5px; } .pmdropzone a.error::before { content: "\2326"; |