Hide the border shadow of the upload button shown when wrong file type is selected

  • zackfroot
    Asked on January 18, 2015 at 6:57 AM
    I would also like to find a solution to the border or shadow for (.qq-uploader) becoming visible when i select/upload an unauthorized file type.
  • David JotForm Support Manager
    Replied on January 18, 2015 at 9:21 AM

    Please inject the following CSS code to your form:

    .form-line-error .form-validation-error {

    border: none;

    -moz-box-shadow: none;

    -webkit-box-shadow: none;

    box-shadow: none;

    }

     

  • zackfroot
    Replied on January 21, 2015 at 6:26 AM

    Thanks it solved the border problem.

  • Ashwin JotForm Support
    Replied on January 21, 2015 at 9:32 AM

    Hello zackfroot,

    On behalf of my colleague, you are welcome.

    I am glad to know that your issue is resolved.

    Do get back to us if you have any questions.

    Thank you!