Topic on Extension talk:MsUpload

Remove buttons from WikiEditor

1
Summary by Sophivorus

Add the following to your MediaWiki:Common.css:

#msupload-container {
    display: none;
}
FrugalTPH (talkcontribs)

How can I remove/hide the buttons that MsUpload adds to the WikiEditor?

I note that they seem to be added in via CSS rather than Javascript (I'm able to remove buttons using JS quite easily, but can't work out how to hide these ones added via CSS). :/

I only want to use the dropzone really, and am trying to have as clutter-free UI as possible.