If you wish to style "quantity discount" text in your admin order pages, add td.ot-quantity-discount-Text to your admin\includes\stylesheet.css
either in here
Code:
td.ot-subtotal-Text,td.ot-cod-fee-Text,td.ot-total-Text,td.ot-group-pricing-Text,td.ot-gv-Text,td.ot-loworderfee-Text,td.ot-shipping-Text,td.ot-subtotal-Text,td.ot-tax-Text,td.ot-coupon-Text,td.ot-quantity-discount-Text{
font-weight:bold;
}
or as a separate entry
Code:
td.ot-quantity-discount-Text[/COLOR]{font-weight:bold;}
hope this helps.
Bookmarks