| @@ -4,19 +4,17 @@ | ||
| 4 | 4 | |
| 5 | 5 | public function __construct() { |
| 6 | 6 | add_action( 'wp_head', function () { |
| 7 | 7 | ?> |
| 8 | - | |
| 9 | 8 | <style> |
| 10 | - .price-rules-table tbody td { | |
| 9 | + .tiered-pricing-table tbody td { | |
| 11 | 10 | padding: 10px !important; |
| 12 | 11 | } |
| 13 | 12 | |
| 14 | - .price-rules-table th { | |
| 13 | + .tiered-pricing-table th { | |
| 15 | 14 | padding-left: 10px !important; |
| 16 | 15 | } |
| 17 | 16 | </style> |
| 18 | - | |
| 19 | 17 | <?php |
| 20 | 18 | } ); |
| 21 | 19 | } |
| 22 | 20 | } |