style.css in Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code 3.4.2, at classes/elementor/widgets/table/style.css
| 1 | .ctc-table-wrap { |
| 2 | overflow-x: auto; |
| 3 | } |
| 4 | |
| 5 | .ctc-table table { |
| 6 | color: black; |
| 7 | text-wrap: nowrap; |
| 8 | margin: 0; |
| 9 | font-size: 14px; |
| 10 | } |
| 11 | |
| 12 | .ctc-table table, |
| 13 | .ctc-table td, |
| 14 | .ctc-table th { |
| 15 | border: 1px solid white; |
| 16 | padding: 10px; |
| 17 | } |
| 18 | |
| 19 | .ctc-table-wrap { |
| 20 | margin: 0 0 20px 0; |
| 21 | } |
| 22 | |
| 23 | .ctc-table tr:nth-child(odd) { |
| 24 | background: #dcddde; |
| 25 | } |
| 26 | |
| 27 | .ctc-table tr:nth-child(even) { |
| 28 | background: #bcbec0; |
| 29 | } |
| 30 | |
| 31 | .ctc-table__key { |
| 32 | background: black; |
| 33 | color: white; |
| 34 | } |