admin-settings.css in PostNL for WooCommerce 5.9.12, at assets/css/admin-settings.css
| 1 | #postnl-merchant-codes-repeater { |
| 2 | margin-top: 10px; |
| 3 | border: 1px solid #ddd; |
| 4 | border-radius: 4px; |
| 5 | background: #fff; |
| 6 | } |
| 7 | .merchant-codes-header-row { |
| 8 | background: #f9f9f9; |
| 9 | border-bottom: 1px solid #ddd; |
| 10 | font-weight: bold; |
| 11 | } |
| 12 | .merchant-codes-row { |
| 13 | display: flex; |
| 14 | align-items: center; |
| 15 | padding: 10px; |
| 16 | border-bottom: 1px solid #eee; |
| 17 | } |
| 18 | .merchant-codes-row:last-child { |
| 19 | border-bottom: none; |
| 20 | } |
| 21 | .country-column { |
| 22 | flex: 2; |
| 23 | margin-right: 10px; |
| 24 | } |
| 25 | .code-column { |
| 26 | flex: 2; |
| 27 | margin-right: 10px; |
| 28 | } |
| 29 | .action-column { |
| 30 | flex: 1; |
| 31 | text-align: center; |
| 32 | } |
| 33 | .country-select { |
| 34 | width: 100%; |
| 35 | } |
| 36 | .merchant-codes-actions { |
| 37 | padding: 10px; |
| 38 | background: #f9f9f9; |
| 39 | border-top: 1px solid #ddd; |
| 40 | } |
| 41 | .remove-row { |
| 42 | color: #a00; |
| 43 | } |
| 44 | .remove-row:hover { |
| 45 | color: #dc3232; |
| 46 | } |
| 47 |