custom_style.css is not taking changes

custom_style.css is not taking changes

 Hi guys,

I'm trying to change the look and feeling of Support Center Plus using the ../custom/style/custom_style.css.

At the bottom of the file there are three options:


.customheader{
    width: 100%;
    background:url(../customimages/header_bg.gif) top right no-repeat;
    background-repeat: repeat;
    background-position: right top;
    }
.tab_base{
    background:url(../customimages/tab_bluebase.gif);
}

.DashboardTableColor{
background:#3466a9;
}

.listViewTableHeader{
/*background: url(../customimages/tableheaderr.gif)  no-repeat right top #3466A9;*/
}

















My desired color is: F5841F.


I've performed the following changes to the file:

.tab_base{
    background:url(../customimages/tab_bluebase.gif);
background:#f5841f;
}

.DashboardTableColor{
background:#f5841f;
}

.listViewTableHeader{
/*background: url(../customimages/tableheaderr.gif)  no-repeat right top #f5841f;*/
}











I've saved the file, refreshed the window but nothing happened....

Any ideas?


Thanks in advance,

Roberto.

                  New to ADSelfService Plus?