| @@ -5,15 +5,15 @@ | ||
| 5 | 5 | public function __construct() { |
| 6 | 6 | add_action('wp_head', function () { |
| 7 | 7 | ?> |
| 8 | 8 | <style> |
| 9 | - .price-rule-active .amount{ | |
| 9 | + .tiered-pricing--active .amount { | |
| 10 | 10 | color: #fff; |
| 11 | 11 | } |
| 12 | - .price-rules-table tr { | |
| 12 | + .tiered-pricing-table tr { | |
| 13 | 13 | background: #fff; |
| 14 | 14 | } |
| 15 | - .price-table-tooltip-icon { | |
| 15 | + .tiered-pricing-tooltip-icon { | |
| 16 | 16 | vertical-align: text-top; |
| 17 | 17 | } |
| 18 | 18 | </style> |
| 19 | 19 | <?php |