/*
This stops people pressing the upload button in media, seeing as how media crashes if you do.
It's not required since "Next" performs the same action.
*/
#media-tab-upload .form-item .form-managed-file .form-submit {
  display: none;
}

/*
Hides the upload button on a specific webform that seems to have the same bug as above.
*/
#edit-submitted-submit-paper-upload-button {
  display: none;
}
