Qty Table CSS help

Hi All i am trying to edit the background colour as my text is the same colour.



I edit the CSS code on the file base.css and the xchanges do not reflect on the website!









Here is the original code.



table.qty-discounts {

padding: 0;

border: 1px solid #ebebeb;

}

table.qty-discounts th, table.qty-discounts td {

border: 0 none;

}





Here is my code with changes:





}

table.qty-discounts {

padding: 0;

border: 1px solid #ebebeb;

}

table.qty-discounts th, table.qty-discounts td {

border: 0 none;

}



My changed code:

}

table.qty-discounts {

padding: 0;

border: 1px solid #ebebeb;

}

table.qty-discounts th, table.qty-discounts td {

border: 0 none;

background-color: #1D1D1D;




Screen Shot 2013-11-12 at 11.08.07 AM.png

clear your site cache (?cc for V3 and ?cc&ctpl for V4) and your browser cache