[-] FO : #PSFV-803 - Fix bugs with customization and cart summary
This commit is contained in:
@@ -675,14 +675,22 @@ table#cart_summary td.price_discount_del {border-right:none}
|
||||
table#cart_summary .last_item td {border-bottom:1px solid #999}
|
||||
|
||||
|
||||
table#cart_summary tr:nth-child(odd),
|
||||
table#cart_summary tr.cart_item.odd,
|
||||
table#cart_summary tr.cart_total_delivery,
|
||||
table#cart_summary tr.cart_total_price {
|
||||
background-color: #fff
|
||||
}
|
||||
table#cart_summary tr:nth-child(even) {
|
||||
table#cart_summary tr.cart_item.even {
|
||||
background-color: #f3f3f3
|
||||
}
|
||||
|
||||
table#cart_summary tr.customization.odd {
|
||||
background-color: #fff
|
||||
}
|
||||
table#cart_summary tr.customization.even {
|
||||
background-color: #f3f3f3
|
||||
}
|
||||
|
||||
table#cart_summary tr ul {
|
||||
list-style: none;
|
||||
}
|
||||
@@ -696,6 +704,7 @@ table#cart_summary .cart_description {
|
||||
}
|
||||
table#cart_summary .cart_unit {width:130px}
|
||||
table#cart_summary .cart_quantity {width:130px}
|
||||
table#cart_summary .customization .cart_quantity {padding: 8px 12px 0;}
|
||||
.cart_quantity .cart_quantity_input {
|
||||
float:left;
|
||||
margin-left: 5px;
|
||||
|
||||
Reference in New Issue
Block a user