What Do You Need In The Xf2 Xengallery Version? Vote for your choices here: http://www.sonnb.com/threads/what-do-you-need-in-the-xf2-xengallery-version.1539/

Help How To Change Upload Progress Bar Colour?

Discussion in 'XenGallery' started by antonio, Oct 4, 2015.

  1. antonio

    antonio Authorized Member Authorized

    Hi @sonnb
    the progress upload bar with new theme in my forum is not well visible.
    How can i change the colour?
    Thanks :)
    Antonio

    bar.jpg
     
  2. sonnb

    sonnb Administrator Staff Member

    Hello Antonio,

    You can change it by add following lines to the template extra.css

    Code:
    .ContentEditor .AttachedContent .progress .gauge .meter {
    background: THE_COLOR_OR_IMAGE_YOU_WANT !important
    }
    //!important is being used to override the default one.
     
  3. antonio

    antonio Authorized Member Authorized

Share This Page