Green background overflow in upload button

  • AltamiraTranslations
    Asked on June 13, 2017 at 2:11 PM
    the green background overflow the upload button. Is it possible to fix that please? Thank you.
  • Jan
    Replied on June 13, 2017 at 2:52 PM

    I was able to replicate the issue. There's an extra space below the file upload button. 

    Green background overflow in upload button Image 1 Screenshot 20

    Please give me more time to troubleshoot this issue. I will contact you once I have a solution.

    Thank you for your patience.

  • Jan
    Replied on June 13, 2017 at 7:45 PM

    Thank you for waiting.

    In your custom CSS code, please look for ".qq-uploader:hover {background: #cbfc03 !important;}" and delete it. You'll find it in line 74, 75, and 76.

    Green background overflow in upload button Image 1 Screenshot 30

    Replace it with this CSS code:

    .qq-upload-button-hover {
    background : #cbfc03 !important;
    }

    Here's the result:

    Green background overflow in upload button Image 2 Screenshot 41

    Hope that helps. Let us know if you need further assistance.

  • AltamiraTranslations
    Replied on June 14, 2017 at 12:22 PM

    Jan, it works! Fantastic, thank you. All you guys are magicians.