PluginProbe
Elementor Website Builder – more than just a page builder / 3.34.2
Elementor Website Builder – more than just a page builder v3.34.2
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
elementor / assets / css / editor-one-tables.css

editor-one-tables.css in Elementor Website Builder – more than just a page builder 3.34.2, at assets/css/editor-one-tables.css

295 lines 10.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .form-table {
2 width: 100%;
3 border-collapse: separate;
4 border-spacing: 0;
5 margin: 0;
6 background-color: var(--e-one-palette-background-default);
7 border: none;
8 }
9 .form-table th {
10 color: var(--e-one-palette-text-primary);
11 font-weight: 600;
12 font-size: 14px;
13 padding: 12px 0;
14 vertical-align: top;
15 width: 219px;
16 text-align: start;
17 border: none;
18 background: transparent;
19 }
20 .form-table td {
21 color: var(--e-one-palette-text-primary);
22 font-size: 13px;
23 padding: 12px 0;
24 vertical-align: top;
25 border: none;
26 background: transparent;
27 }
28 .form-table tr {
29 border-block-end: 1px solid var(--e-one-palette-divider);
30 background: transparent;
31 }
32 .form-table tr:last-child {
33 border-block-end: none;
34 }
35 .form-table tr:hover {
36 background-color: transparent;
37 }
38 .form-table input[type=checkbox] {
39 margin: 0;
40 margin-inline-end: 4px;
41 vertical-align: middle;
42 width: 16px;
43 height: 16px;
44 flex-shrink: 0;
45 }
46 .form-table td > label,
47 .form-table td > .elementor-field-row {
48 display: block;
49 position: relative;
50 padding-inline-start: 24px;
51 font-size: 13px;
52 color: var(--e-one-palette-text-primary);
53 line-height: 1.5;
54 }
55 .form-table td > label input[type=checkbox],
56 .form-table td > .elementor-field-row input[type=checkbox] {
57 position: absolute;
58 inset-inline-start: 0;
59 inset-block-start: 2px;
60 margin: 0;
61 }
62 .form-table .description {
63 color: var(--e-one-palette-text-tertiary);
64 font-size: 13px;
65 margin-block-start: 4px;
66 display: block;
67 line-height: 1.4;
68 font-weight: 400;
69 }
70 .form-table a {
71 color: var(--e-one-palette-info-main);
72 text-decoration: none;
73 }
74 .form-table a:hover {
75 text-decoration: underline;
76 }
77 .form-table + h2 {
78 margin-block: 1em;
79 font-family: var(--e-one-typography-fontFamily);
80 font-weight: 600;
81 font-size: 18px;
82 color: var(--e-one-palette-text-primary);
83 line-height: 1.2;
84 }
85
86 .wp-list-table {
87 border: 1px solid var(--e-one-palette-divider);
88 border-collapse: collapse;
89 background-color: var(--e-one-palette-background-default);
90 width: 100%;
91 }
92 .wp-list-table thead th,
93 .wp-list-table thead td,
94 .wp-list-table tfoot th,
95 .wp-list-table tfoot td {
96 background-color: transparent;
97 border: none;
98 border-block-end: 1px solid var(--e-one-palette-divider);
99 color: var(--e-one-palette-text-primary);
100 font-family: var(--e-one-typography-fontFamily);
101 font-weight: 500;
102 font-size: 14px;
103 line-height: 24px;
104 padding-inline-start: 10px;
105 text-align: start;
106 vertical-align: middle;
107 }
108 .wp-list-table thead th.check-column,
109 .wp-list-table thead td.check-column,
110 .wp-list-table tfoot th.check-column,
111 .wp-list-table tfoot td.check-column {
112 text-align: center;
113 }
114 .wp-list-table thead th.sortable a, .wp-list-table thead th.sorted a,
115 .wp-list-table thead td.sortable a,
116 .wp-list-table thead td.sorted a,
117 .wp-list-table tfoot th.sortable a,
118 .wp-list-table tfoot th.sorted a,
119 .wp-list-table tfoot td.sortable a,
120 .wp-list-table tfoot td.sorted a {
121 color: var(--e-one-palette-text-primary);
122 }
123 .wp-list-table tbody tr {
124 border-block-end: 1px solid var(--e-one-palette-divider);
125 background-color: var(--e-one-palette-background-default);
126 font-weight: 400;
127 }
128 .wp-list-table tbody tr.alternate, .wp-list-table tbody tr:nth-child(odd), .wp-list-table tbody tr:nth-child(even) {
129 background-color: var(--e-one-palette-background-default);
130 }
131 .wp-list-table tbody tr:hover {
132 background-color: var(--e-one-palette-action-hover);
133 }
134 .wp-list-table tbody th.check-column {
135 border-block-end: none;
136 text-align: center;
137 }
138 .wp-list-table tbody td {
139 color: var(--e-one-palette-text-primary);
140 font-size: 13px;
141 font-weight: 400;
142 padding: 10px;
143 }
144 .wp-list-table tbody td:last-child {
145 border-inline-end: none;
146 }
147 .wp-list-table tbody tr a,
148 .wp-list-table tbody tr .button-link,
149 .wp-list-table tbody td a,
150 .wp-list-table tbody td .button-link,
151 .wp-list-table tbody th a,
152 .wp-list-table tbody th .button-link {
153 color: var(--e-one-palette-text-primary);
154 text-decoration: none;
155 }
156 .wp-list-table tbody tr a:hover,
157 .wp-list-table tbody tr .button-link:hover,
158 .wp-list-table tbody td a:hover,
159 .wp-list-table tbody td .button-link:hover,
160 .wp-list-table tbody th a:hover,
161 .wp-list-table tbody th .button-link:hover {
162 color: var(--e-one-palette-text-primary);
163 text-decoration: underline;
164 }
165 .wp-list-table tbody tr a.delete, .wp-list-table tbody tr a[href*="action=trash"], .wp-list-table tbody tr a[href*="action=delete"], .wp-list-table tbody tr a.submitdelete,
166 .wp-list-table tbody tr .button-link.delete,
167 .wp-list-table tbody tr .button-link[href*="action=trash"],
168 .wp-list-table tbody tr .button-link[href*="action=delete"],
169 .wp-list-table tbody tr .button-link.submitdelete,
170 .wp-list-table tbody td a.delete,
171 .wp-list-table tbody td a[href*="action=trash"],
172 .wp-list-table tbody td a[href*="action=delete"],
173 .wp-list-table tbody td a.submitdelete,
174 .wp-list-table tbody td .button-link.delete,
175 .wp-list-table tbody td .button-link[href*="action=trash"],
176 .wp-list-table tbody td .button-link[href*="action=delete"],
177 .wp-list-table tbody td .button-link.submitdelete,
178 .wp-list-table tbody th a.delete,
179 .wp-list-table tbody th a[href*="action=trash"],
180 .wp-list-table tbody th a[href*="action=delete"],
181 .wp-list-table tbody th a.submitdelete,
182 .wp-list-table tbody th .button-link.delete,
183 .wp-list-table tbody th .button-link[href*="action=trash"],
184 .wp-list-table tbody th .button-link[href*="action=delete"],
185 .wp-list-table tbody th .button-link.submitdelete {
186 color: var(--e-one-palette-error-main);
187 }
188 .wp-list-table tbody tr a.delete:hover, .wp-list-table tbody tr a[href*="action=trash"]:hover, .wp-list-table tbody tr a[href*="action=delete"]:hover, .wp-list-table tbody tr a.submitdelete:hover,
189 .wp-list-table tbody tr .button-link.delete:hover,
190 .wp-list-table tbody tr .button-link[href*="action=trash"]:hover,
191 .wp-list-table tbody tr .button-link[href*="action=delete"]:hover,
192 .wp-list-table tbody tr .button-link.submitdelete:hover,
193 .wp-list-table tbody td a.delete:hover,
194 .wp-list-table tbody td a[href*="action=trash"]:hover,
195 .wp-list-table tbody td a[href*="action=delete"]:hover,
196 .wp-list-table tbody td a.submitdelete:hover,
197 .wp-list-table tbody td .button-link.delete:hover,
198 .wp-list-table tbody td .button-link[href*="action=trash"]:hover,
199 .wp-list-table tbody td .button-link[href*="action=delete"]:hover,
200 .wp-list-table tbody td .button-link.submitdelete:hover,
201 .wp-list-table tbody th a.delete:hover,
202 .wp-list-table tbody th a[href*="action=trash"]:hover,
203 .wp-list-table tbody th a[href*="action=delete"]:hover,
204 .wp-list-table tbody th a.submitdelete:hover,
205 .wp-list-table tbody th .button-link.delete:hover,
206 .wp-list-table tbody th .button-link[href*="action=trash"]:hover,
207 .wp-list-table tbody th .button-link[href*="action=delete"]:hover,
208 .wp-list-table tbody th .button-link.submitdelete:hover {
209 color: var(--e-one-palette-error-main);
210 }
211 .wp-list-table .column-title strong {
212 color: var(--e-one-palette-text-primary);
213 font-weight: 400;
214 }
215 .wp-list-table .row-title,
216 .wp-list-table a.row-title {
217 color: var(--e-one-palette-text-primary);
218 text-decoration: none;
219 }
220 .wp-list-table .row-title:hover,
221 .wp-list-table a.row-title:hover {
222 color: var(--e-one-palette-text-primary);
223 text-decoration: underline;
224 }
225 .wp-list-table .row-actions * {
226 color: var(--e-one-palette-text-primary);
227 font-size: 13px;
228 }
229 .wp-list-table .row-actions span.sep,
230 .wp-list-table .row-actions span {
231 color: var(--e-one-palette-divider);
232 margin-block: 0;
233 margin-inline: 4px;
234 }
235 .wp-list-table .check-column {
236 width: 2.2em;
237 padding: 10px;
238 }
239 .wp-list-table .check-column input[type=checkbox] {
240 margin: 0;
241 }
242
243 #elementor-element-manager-wrap .wp-list-table thead th.sortable button, #elementor-element-manager-wrap .wp-list-table thead th.sorted button {
244 all: unset;
245 display: flex;
246 align-items: center;
247 gap: 4px;
248 cursor: pointer;
249 color: var(--e-one-palette-text-primary);
250 font-weight: 500;
251 font-size: 14px;
252 line-height: 24px;
253 width: 100%;
254 justify-content: flex-start;
255 }
256 #elementor-element-manager-wrap .wp-list-table thead th.sortable button:hover, #elementor-element-manager-wrap .wp-list-table thead th.sorted button:hover {
257 color: var(--e-one-palette-text-primary);
258 }
259 #elementor-element-manager-wrap .wp-list-table thead th.sortable button .sorting-indicators, #elementor-element-manager-wrap .wp-list-table thead th.sorted button .sorting-indicators {
260 display: flex;
261 flex-direction: column;
262 margin-inline-start: 4px;
263 }
264 #elementor-element-manager-wrap .wp-list-table thead th.sortable button .sorting-indicators .sorting-indicator, #elementor-element-manager-wrap .wp-list-table thead th.sorted button .sorting-indicators .sorting-indicator {
265 width: 0;
266 height: 0;
267 border-inline-start: 4px solid transparent;
268 border-inline-end: 4px solid transparent;
269 margin-block: 1px;
270 }
271 #elementor-element-manager-wrap .wp-list-table thead th.sortable button .sorting-indicators .sorting-indicator.asc, #elementor-element-manager-wrap .wp-list-table thead th.sorted button .sorting-indicators .sorting-indicator.asc {
272 border-block-end: 4px solid var(--e-one-palette-text-tertiary);
273 border-block-start: none;
274 }
275 #elementor-element-manager-wrap .wp-list-table thead th.sortable button .sorting-indicators .sorting-indicator.desc, #elementor-element-manager-wrap .wp-list-table thead th.sorted button .sorting-indicators .sorting-indicator.desc {
276 border-block-start: 4px solid var(--e-one-palette-text-tertiary);
277 border-block-end: none;
278 }
279 #elementor-element-manager-wrap .wp-list-table thead th.sortable button.sorted .sorting-indicator.asc, #elementor-element-manager-wrap .wp-list-table thead th.sorted button.sorted .sorting-indicator.asc {
280 border-block-end-color: var(--e-one-palette-text-primary);
281 }
282 #elementor-element-manager-wrap .wp-list-table thead th.sortable button.sorted .sorting-indicator.desc, #elementor-element-manager-wrap .wp-list-table thead th.sorted button.sorted .sorting-indicator.desc {
283 border-block-start-color: var(--e-one-palette-text-primary);
284 }
285 #elementor-element-manager-wrap .wp-list-table tbody td .MuiSwitch-root {
286 margin: 0;
287 }
288
289 body.post-type-elementor_library .wp-list-table thead th#title, body.post-type-elementor_library .wp-list-table thead th.column-title {
290 width: 20%;
291 }
292 body.post-type-elementor_library .wp-list-table tbody td#title, body.post-type-elementor_library .wp-list-table tbody td.column-title {
293 width: 20%;
294 }
295 /*# sourceMappingURL=editor-one-tables.css.map */