Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #102759
    Matias Galante
    Participant

    I’m wanting to change the color of the four buttons in the File Upload Component. The “Browse”, “Upload All” and “Pause All” button colors. The default one for “Browse” is white which I want to change to blue. “Upload All” I want to change to Blue, “Cancel All” can be kept as red and “Pause All” as a grey or white color. What’s a way to set those colors? I can change colors and themes when using the smart-button component but if they are within smart-file-upload I’m not so sure.

    #102762
    admin
    Keymaster

    Hi Matias,

    In order to style the buttons you can use CSS and set the background and color CSS properties.

    .smart-upload-all-button – CSS class for upload button.
    .smart-cancel-all-button – CSS class for cancel button.
    .smart-pause-all-button – CSS class for pause button.
    .smart-browse-button – CSS class for browse button.

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.