Merge branch 'modif-css' into develop

This commit is contained in:
Marion Muszynski 2016-07-01 11:29:20 +02:00
commit 1bb5ccc889

View File

@ -2711,10 +2711,12 @@ div.addresses ul.address li.address_title {
}
#product_list li div.right_block a.button.expresscart{
padding-left: 50px;
background: url('../img/achat_express.jpg') left center no-repeat #504d8b;
/* background: url('../img/achat_express.jpg') left center no-repeat #504d8b; */
background: url("../img/add_to_cart.jpg") no-repeat left center #504d8b;
}
#product_list li div.right_block a.button.expresscart:hover{
background: url('../img/achat_express.jpg') left center no-repeat #f45bb7;
/* background: url('../img/achat_express.jpg') left center no-repeat #f45bb7; */
background: url("../img/add_to_cart.jpg") no-repeat left center #fb66a9;
}
#product_list li div.right_block a.button:hover, .product_list li div.right_block a.button:hover {
background: #e26ea2;