PluginProbe
Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code / 3.4.2
Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code v3.4.2
5.5.3 3.1.0 3.2.0 3.2.1 3.3.0 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.6.0 3.7.0 3.8.0 3.8.1 3.8.2 3.8.3 4.0.0 4.0.2 4.0.3 4.0.4 4.0.5 4.1.0 4.1.1 All 78 releases
copy-the-code / classes / elementor / widgets / table / style.css

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

34 lines 466 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }