• I am able to colorize the “Add Files” button text for a Fileaway table but noticed that the “File Up” button CSS uniqueness varies based on the # of times it’s referenced on a page.

    /* Colorize Add Files button */
    .ssfa_add_files {
    color: #0F8A0A!important;
    }

    Is there some generic CSS for all File Up buttons on a page so that I can colorize that button text as well? Also, how can I reduce the gap between the “Add Files” and “File Up” buttons and the actual table display below them.

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter eclerkin

    (@eclerkin)

    I figured out the CSS for colorizing the “File Up” button by looking at the default CSS file for Fileaway.
    [id^=”ssfa_submit_upload”]{
    color: #000000!important;
    background-color: #81d742!important;
    font-weight:bold;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Fileaway: CSS for colorizing FileUp button’ is closed to new replies.