PluginProbe
Elementor Website Builder – more than just a page builder / 3.35.0-dev4
Elementor Website Builder – more than just a page builder v3.35.0-dev4
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.35.0-dev4, at assets/css/editor-one-tables.css

299 lines 10.3 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 padding: 10px;
142 }
143 .wp-list-table tbody td:last-child {
144 border-inline-end: none;
145 }
146 .wp-list-table tbody tr a,
147 .wp-list-table tbody tr .button-link,
148 .wp-list-table tbody td a,
149 .wp-list-table tbody td .button-link,
150 .wp-list-table tbody th a,
151 .wp-list-table tbody th .button-link {
152 color: var(--e-one-palette-text-primary);
153 text-decoration: none;
154 }
155 .wp-list-table tbody tr a:hover,
156 .wp-list-table tbody tr .button-link:hover,
157 .wp-list-table tbody td a:hover,
158 .wp-list-table tbody td .button-link:hover,
159 .wp-list-table tbody th a:hover,
160 .wp-list-table tbody th .button-link:hover {
161 color: var(--e-one-palette-text-primary);
162 text-decoration: underline;
163 }
164 .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,
165 .wp-list-table tbody tr .button-link.delete,
166 .wp-list-table tbody tr .button-link[href*="action=trash"],
167 .wp-list-table tbody tr .button-link[href*="action=delete"],
168 .wp-list-table tbody tr .button-link.submitdelete,
169 .wp-list-table tbody td a.delete,
170 .wp-list-table tbody td a[href*="action=trash"],
171 .wp-list-table tbody td a[href*="action=delete"],
172 .wp-list-table tbody td a.submitdelete,
173 .wp-list-table tbody td .button-link.delete,
174 .wp-list-table tbody td .button-link[href*="action=trash"],
175 .wp-list-table tbody td .button-link[href*="action=delete"],
176 .wp-list-table tbody td .button-link.submitdelete,
177 .wp-list-table tbody th a.delete,
178 .wp-list-table tbody th a[href*="action=trash"],
179 .wp-list-table tbody th a[href*="action=delete"],
180 .wp-list-table tbody th a.submitdelete,
181 .wp-list-table tbody th .button-link.delete,
182 .wp-list-table tbody th .button-link[href*="action=trash"],
183 .wp-list-table tbody th .button-link[href*="action=delete"],
184 .wp-list-table tbody th .button-link.submitdelete {
185 color: var(--e-one-palette-error-main);
186 }
187 .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,
188 .wp-list-table tbody tr .button-link.delete:hover,
189 .wp-list-table tbody tr .button-link[href*="action=trash"]:hover,
190 .wp-list-table tbody tr .button-link[href*="action=delete"]:hover,
191 .wp-list-table tbody tr .button-link.submitdelete:hover,
192 .wp-list-table tbody td a.delete:hover,
193 .wp-list-table tbody td a[href*="action=trash"]:hover,
194 .wp-list-table tbody td a[href*="action=delete"]:hover,
195 .wp-list-table tbody td a.submitdelete:hover,
196 .wp-list-table tbody td .button-link.delete:hover,
197 .wp-list-table tbody td .button-link[href*="action=trash"]:hover,
198 .wp-list-table tbody td .button-link[href*="action=delete"]:hover,
199 .wp-list-table tbody td .button-link.submitdelete:hover,
200 .wp-list-table tbody th a.delete:hover,
201 .wp-list-table tbody th a[href*="action=trash"]:hover,
202 .wp-list-table tbody th a[href*="action=delete"]:hover,
203 .wp-list-table tbody th a.submitdelete:hover,
204 .wp-list-table tbody th .button-link.delete:hover,
205 .wp-list-table tbody th .button-link[href*="action=trash"]:hover,
206 .wp-list-table tbody th .button-link[href*="action=delete"]:hover,
207 .wp-list-table tbody th .button-link.submitdelete:hover {
208 color: var(--e-one-palette-error-main);
209 }
210 .wp-list-table .column-title strong {
211 color: var(--e-one-palette-text-primary);
212 font-weight: 400;
213 }
214 .wp-list-table .row-title,
215 .wp-list-table a.row-title {
216 color: var(--e-one-palette-text-primary);
217 text-decoration: none;
218 }
219 .wp-list-table .row-title:hover,
220 .wp-list-table a.row-title:hover {
221 color: var(--e-one-palette-text-primary);
222 text-decoration: underline;
223 }
224 .wp-list-table .row-actions * {
225 color: var(--e-one-palette-text-primary);
226 font-size: 13px;
227 }
228 .wp-list-table .row-actions span.sep,
229 .wp-list-table .row-actions span {
230 color: var(--e-one-palette-divider);
231 margin-block: 0;
232 margin-inline: 4px;
233 }
234 .wp-list-table .check-column {
235 width: 2.2em;
236 padding: 10px;
237 }
238 .wp-list-table .check-column input[type=checkbox] {
239 margin: 0;
240 }
241
242 #elementor-element-manager-wrap .wp-list-table thead th.sortable button, #elementor-element-manager-wrap .wp-list-table thead th.sorted button {
243 all: unset;
244 display: flex;
245 align-items: center;
246 gap: 4px;
247 cursor: pointer;
248 color: var(--e-one-palette-text-primary);
249 font-weight: 500;
250 font-size: 14px;
251 line-height: 24px;
252 width: 100%;
253 justify-content: flex-start;
254 }
255 #elementor-element-manager-wrap .wp-list-table thead th.sortable button:hover, #elementor-element-manager-wrap .wp-list-table thead th.sorted button:hover {
256 color: var(--e-one-palette-text-primary);
257 }
258 #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 {
259 display: flex;
260 flex-direction: column;
261 margin-inline-start: 4px;
262 }
263 #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 {
264 width: 0;
265 height: 0;
266 border-inline-start: 4px solid transparent;
267 border-inline-end: 4px solid transparent;
268 margin-block: 1px;
269 }
270 #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 {
271 border-block-end: 4px solid var(--e-one-palette-text-tertiary);
272 border-block-start: none;
273 }
274 #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 {
275 border-block-start: 4px solid var(--e-one-palette-text-tertiary);
276 border-block-end: none;
277 }
278 #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 {
279 border-block-end-color: var(--e-one-palette-text-primary);
280 }
281 #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 {
282 border-block-start-color: var(--e-one-palette-text-primary);
283 }
284 #elementor-element-manager-wrap .wp-list-table tbody td .MuiSwitch-root {
285 margin: 0;
286 }
287
288 @media screen and (min-width: 783px) {
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 }
296 .wp-list-table:not(.e-form-submissions-list-table) tbody td {
297 font-weight: 400;
298 }
299 /*# sourceMappingURL=editor-one-tables.css.map */