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

281 lines 9.7 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: flex;
49 align-items: flex-start;
50 gap: 4px;
51 font-size: 13px;
52 color: var(--e-one-palette-text-primary);
53 line-height: 1.4;
54 }
55 .form-table .description {
56 color: var(--e-one-palette-text-tertiary);
57 font-size: 13px;
58 margin-block-start: 4px;
59 display: block;
60 line-height: 1.4;
61 font-weight: 400;
62 }
63 .form-table a {
64 color: var(--e-one-palette-info-main);
65 text-decoration: none;
66 }
67 .form-table a:hover {
68 text-decoration: underline;
69 }
70 .form-table + h2 {
71 margin-block: 1em;
72 font-family: var(--e-one-typography-fontFamily);
73 font-weight: 600;
74 font-size: 18px;
75 color: var(--e-one-palette-text-primary);
76 line-height: 1.2;
77 }
78
79 .wp-list-table {
80 border: 1px solid var(--e-one-palette-divider);
81 border-collapse: collapse;
82 background-color: var(--e-one-palette-background-default);
83 width: 100%;
84 }
85 .wp-list-table thead th,
86 .wp-list-table thead td,
87 .wp-list-table tfoot th,
88 .wp-list-table tfoot td {
89 background-color: transparent;
90 border: none;
91 border-block-end: 1px solid var(--e-one-palette-divider);
92 color: var(--e-one-palette-text-primary);
93 font-family: var(--e-one-typography-fontFamily);
94 font-weight: 500;
95 font-size: 14px;
96 line-height: 24px;
97 padding-inline-start: 10px;
98 text-align: start;
99 vertical-align: middle;
100 }
101 .wp-list-table thead th.check-column,
102 .wp-list-table thead td.check-column,
103 .wp-list-table tfoot th.check-column,
104 .wp-list-table tfoot td.check-column {
105 text-align: center;
106 }
107 .wp-list-table thead th.sortable a, .wp-list-table thead th.sorted a,
108 .wp-list-table thead td.sortable a,
109 .wp-list-table thead td.sorted a,
110 .wp-list-table tfoot th.sortable a,
111 .wp-list-table tfoot th.sorted a,
112 .wp-list-table tfoot td.sortable a,
113 .wp-list-table tfoot td.sorted a {
114 color: var(--e-one-palette-text-primary);
115 }
116 .wp-list-table tbody tr {
117 border-block-end: 1px solid var(--e-one-palette-divider);
118 background-color: var(--e-one-palette-background-default);
119 font-weight: 400;
120 }
121 .wp-list-table tbody tr.alternate, .wp-list-table tbody tr:nth-child(odd), .wp-list-table tbody tr:nth-child(even) {
122 background-color: var(--e-one-palette-background-default);
123 }
124 .wp-list-table tbody tr:hover {
125 background-color: var(--e-one-palette-action-hover);
126 }
127 .wp-list-table tbody th.check-column {
128 border-block-end: none;
129 text-align: center;
130 }
131 .wp-list-table tbody td {
132 color: var(--e-one-palette-text-primary);
133 font-size: 13px;
134 font-weight: 400;
135 padding: 10px;
136 }
137 .wp-list-table tbody td:last-child {
138 border-inline-end: none;
139 }
140 .wp-list-table tbody tr a,
141 .wp-list-table tbody tr .button-link,
142 .wp-list-table tbody td a,
143 .wp-list-table tbody td .button-link,
144 .wp-list-table tbody th a,
145 .wp-list-table tbody th .button-link {
146 color: var(--e-one-palette-text-primary);
147 text-decoration: none;
148 }
149 .wp-list-table tbody tr a:hover,
150 .wp-list-table tbody tr .button-link:hover,
151 .wp-list-table tbody td a:hover,
152 .wp-list-table tbody td .button-link:hover,
153 .wp-list-table tbody th a:hover,
154 .wp-list-table tbody th .button-link:hover {
155 color: var(--e-one-palette-text-primary);
156 text-decoration: underline;
157 }
158 .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,
159 .wp-list-table tbody tr .button-link.delete,
160 .wp-list-table tbody tr .button-link[href*="action=trash"],
161 .wp-list-table tbody tr .button-link[href*="action=delete"],
162 .wp-list-table tbody tr .button-link.submitdelete,
163 .wp-list-table tbody td a.delete,
164 .wp-list-table tbody td a[href*="action=trash"],
165 .wp-list-table tbody td a[href*="action=delete"],
166 .wp-list-table tbody td a.submitdelete,
167 .wp-list-table tbody td .button-link.delete,
168 .wp-list-table tbody td .button-link[href*="action=trash"],
169 .wp-list-table tbody td .button-link[href*="action=delete"],
170 .wp-list-table tbody td .button-link.submitdelete,
171 .wp-list-table tbody th a.delete,
172 .wp-list-table tbody th a[href*="action=trash"],
173 .wp-list-table tbody th a[href*="action=delete"],
174 .wp-list-table tbody th a.submitdelete,
175 .wp-list-table tbody th .button-link.delete,
176 .wp-list-table tbody th .button-link[href*="action=trash"],
177 .wp-list-table tbody th .button-link[href*="action=delete"],
178 .wp-list-table tbody th .button-link.submitdelete {
179 color: var(--e-one-palette-error-main);
180 }
181 .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,
182 .wp-list-table tbody tr .button-link.delete:hover,
183 .wp-list-table tbody tr .button-link[href*="action=trash"]:hover,
184 .wp-list-table tbody tr .button-link[href*="action=delete"]:hover,
185 .wp-list-table tbody tr .button-link.submitdelete:hover,
186 .wp-list-table tbody td a.delete:hover,
187 .wp-list-table tbody td a[href*="action=trash"]:hover,
188 .wp-list-table tbody td a[href*="action=delete"]:hover,
189 .wp-list-table tbody td a.submitdelete:hover,
190 .wp-list-table tbody td .button-link.delete:hover,
191 .wp-list-table tbody td .button-link[href*="action=trash"]:hover,
192 .wp-list-table tbody td .button-link[href*="action=delete"]:hover,
193 .wp-list-table tbody td .button-link.submitdelete:hover,
194 .wp-list-table tbody th a.delete:hover,
195 .wp-list-table tbody th a[href*="action=trash"]:hover,
196 .wp-list-table tbody th a[href*="action=delete"]:hover,
197 .wp-list-table tbody th a.submitdelete:hover,
198 .wp-list-table tbody th .button-link.delete:hover,
199 .wp-list-table tbody th .button-link[href*="action=trash"]:hover,
200 .wp-list-table tbody th .button-link[href*="action=delete"]:hover,
201 .wp-list-table tbody th .button-link.submitdelete:hover {
202 color: var(--e-one-palette-error-main);
203 }
204 .wp-list-table .column-title strong {
205 color: var(--e-one-palette-text-primary);
206 font-weight: 400;
207 }
208 .wp-list-table .row-title,
209 .wp-list-table a.row-title {
210 color: var(--e-one-palette-text-primary);
211 text-decoration: none;
212 }
213 .wp-list-table .row-title:hover,
214 .wp-list-table a.row-title:hover {
215 color: var(--e-one-palette-text-primary);
216 text-decoration: underline;
217 }
218 .wp-list-table .row-actions * {
219 color: var(--e-one-palette-text-primary);
220 font-size: 13px;
221 }
222 .wp-list-table .row-actions span.sep,
223 .wp-list-table .row-actions span {
224 color: var(--e-one-palette-divider);
225 margin-block: 0;
226 margin-inline: 4px;
227 }
228 .wp-list-table .check-column {
229 width: 2.2em;
230 padding: 10px;
231 }
232 .wp-list-table .check-column input[type=checkbox] {
233 margin: 0;
234 }
235
236 #elementor-element-manager-wrap .wp-list-table thead th.sortable button, #elementor-element-manager-wrap .wp-list-table thead th.sorted button {
237 all: unset;
238 display: flex;
239 align-items: center;
240 gap: 4px;
241 cursor: pointer;
242 color: var(--e-one-palette-text-primary);
243 font-weight: 500;
244 font-size: 14px;
245 line-height: 24px;
246 width: 100%;
247 justify-content: flex-start;
248 }
249 #elementor-element-manager-wrap .wp-list-table thead th.sortable button:hover, #elementor-element-manager-wrap .wp-list-table thead th.sorted button:hover {
250 color: var(--e-one-palette-text-primary);
251 }
252 #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 {
253 display: flex;
254 flex-direction: column;
255 margin-inline-start: 4px;
256 }
257 #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 {
258 width: 0;
259 height: 0;
260 border-inline-start: 4px solid transparent;
261 border-inline-end: 4px solid transparent;
262 margin-block: 1px;
263 }
264 #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 {
265 border-block-end: 4px solid var(--e-one-palette-text-tertiary);
266 border-block-start: none;
267 }
268 #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 {
269 border-block-start: 4px solid var(--e-one-palette-text-tertiary);
270 border-block-end: none;
271 }
272 #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 {
273 border-block-end-color: var(--e-one-palette-text-primary);
274 }
275 #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 {
276 border-block-start-color: var(--e-one-palette-text-primary);
277 }
278 #elementor-element-manager-wrap .wp-list-table tbody td .MuiSwitch-root {
279 margin: 0;
280 }
281 /*# sourceMappingURL=editor-one-tables.css.map */