main.css in Tiered Pricing Table for WooCommerce 2.2.2, at assets/frontend/main.css
| 1 | .price-rule-active td { |
| 2 | background-color: #cc99c2 !important; |
| 3 | color: #fff; |
| 4 | transition: all .3s ease-in-out; |
| 5 | } |
| 6 | |
| 7 | .price-rules-table { |
| 8 | margin-top: 15px; |
| 9 | } |
| 10 | |
| 11 | .price-rule-active td { |
| 12 | color: #fff; |
| 13 | transition: all .3s ease-in-out; |
| 14 | } |
| 15 | |
| 16 | .price-rules-table { |
| 17 | margin: 15px 0; |
| 18 | } |
| 19 | |
| 20 | .ui-helper-hidden-accessible { |
| 21 | border: 0; |
| 22 | clip: rect(0 0 0 0); |
| 23 | height: 1px; |
| 24 | margin: -1px; |
| 25 | overflow: hidden; |
| 26 | padding: 0; |
| 27 | position: absolute; |
| 28 | width: 1px; |
| 29 | } |
| 30 | |
| 31 | .price-table-tooltip { |
| 32 | padding: 0; |
| 33 | width: 250px !important; |
| 34 | z-index: 99999; |
| 35 | } |
| 36 | |
| 37 | .price-rules-table-icon { |
| 38 | vertical-align: middle; |
| 39 | } |
| 40 | |
| 41 | .price-table-tooltip-svg { |
| 42 | margin-left: 8px; |
| 43 | width: 15px; |
| 44 | cursor: help; |
| 45 | } |
| 46 | |
| 47 | .price-table-tooltip .price-rules-table { |
| 48 | margin: 0; |
| 49 | } |
| 50 | |
| 51 | .price-table-tooltip { |
| 52 | position: relative; |
| 53 | } |