author | ymh <ymh.work@gmail.com> |
Fri, 05 Sep 2025 18:40:08 +0200 | |
changeset 21 | 48c4eec2b7e6 |
parent 19 | 3d72ae0968f4 |
child 22 | 8c2e4d02f4ef |
permissions | -rw-r--r-- |
16 | 1 |
/*! This file is auto-generated */ |
5 | 2 |
/* Include margin and padding in the width calculation of input and textarea. */ |
3 |
input, |
|
16 | 4 |
select, |
5 |
textarea, |
|
6 |
button { |
|
7 |
box-sizing: border-box; |
|
8 |
font-family: inherit; |
|
9 |
font-size: inherit; |
|
10 |
font-weight: inherit; |
|
11 |
} |
|
12 |
||
13 |
textarea, |
|
14 |
input { |
|
15 |
font-size: 14px; |
|
16 |
} |
|
17 |
||
5 | 18 |
textarea { |
16 | 19 |
overflow: auto; |
20 |
padding: 2px 6px; |
|
21 |
/* inherits font size 14px */ |
|
22 |
line-height: 1.42857143; /* 20px */ |
|
23 |
resize: vertical; |
|
24 |
} |
|
25 |
||
26 |
input, |
|
27 |
select { |
|
28 |
margin: 0 1px; |
|
29 |
} |
|
30 |
||
31 |
textarea.code { |
|
19 | 32 |
padding: 4px 6px 1px; |
5 | 33 |
} |
34 |
||
35 |
input[type="text"], |
|
36 |
input[type="password"], |
|
37 |
input[type="color"], |
|
38 |
input[type="date"], |
|
39 |
input[type="datetime"], |
|
40 |
input[type="datetime-local"], |
|
41 |
input[type="email"], |
|
42 |
input[type="month"], |
|
43 |
input[type="number"], |
|
44 |
input[type="search"], |
|
45 |
input[type="tel"], |
|
46 |
input[type="time"], |
|
47 |
input[type="url"], |
|
48 |
input[type="week"], |
|
49 |
select, |
|
50 |
textarea { |
|
16 | 51 |
box-shadow: 0 0 0 transparent; |
52 |
border-radius: 4px; |
|
18 | 53 |
border: 1px solid #8c8f94; |
5 | 54 |
background-color: #fff; |
18 | 55 |
color: #2c3338; |
16 | 56 |
} |
57 |
||
58 |
input[type="text"], |
|
59 |
input[type="password"], |
|
60 |
input[type="date"], |
|
61 |
input[type="datetime"], |
|
62 |
input[type="datetime-local"], |
|
63 |
input[type="email"], |
|
64 |
input[type="month"], |
|
65 |
input[type="number"], |
|
66 |
input[type="search"], |
|
67 |
input[type="tel"], |
|
68 |
input[type="time"], |
|
69 |
input[type="url"], |
|
70 |
input[type="week"] { |
|
71 |
padding: 0 8px; |
|
72 |
/* inherits font size 14px */ |
|
73 |
line-height: 2; /* 28px */ |
|
74 |
/* Only necessary for IE11 */ |
|
75 |
min-height: 30px; |
|
76 |
} |
|
77 |
||
78 |
::-webkit-datetime-edit { |
|
79 |
/* inherits font size 14px */ |
|
80 |
line-height: 1.85714286; /* 26px */ |
|
5 | 81 |
} |
82 |
||
83 |
input[type="text"]:focus, |
|
84 |
input[type="password"]:focus, |
|
85 |
input[type="color"]:focus, |
|
86 |
input[type="date"]:focus, |
|
87 |
input[type="datetime"]:focus, |
|
88 |
input[type="datetime-local"]:focus, |
|
89 |
input[type="email"]:focus, |
|
90 |
input[type="month"]:focus, |
|
91 |
input[type="number"]:focus, |
|
92 |
input[type="search"]:focus, |
|
93 |
input[type="tel"]:focus, |
|
94 |
input[type="time"]:focus, |
|
95 |
input[type="url"]:focus, |
|
96 |
input[type="week"]:focus, |
|
97 |
input[type="checkbox"]:focus, |
|
98 |
input[type="radio"]:focus, |
|
99 |
select:focus, |
|
100 |
textarea:focus { |
|
18 | 101 |
border-color: #2271b1; |
102 |
box-shadow: 0 0 0 1px #2271b1; |
|
9 | 103 |
/* Only visible in Windows High Contrast mode */ |
104 |
outline: 2px solid transparent; |
|
5 | 105 |
} |
106 |
||
107 |
/* rtl:ignore */ |
|
108 |
input[type="email"], |
|
109 |
input[type="url"] { |
|
110 |
direction: ltr; |
|
111 |
} |
|
112 |
||
113 |
input[type="checkbox"], |
|
114 |
input[type="radio"] { |
|
18 | 115 |
border: 1px solid #8c8f94; |
16 | 116 |
border-radius: 4px; |
5 | 117 |
background: #fff; |
18 | 118 |
color: #50575e; |
5 | 119 |
clear: none; |
120 |
cursor: pointer; |
|
121 |
display: inline-block; |
|
122 |
line-height: 0; |
|
16 | 123 |
height: 1rem; |
124 |
margin: -0.25rem 0 0 0.25rem; |
|
5 | 125 |
outline: 0; |
126 |
padding: 0 !important; |
|
127 |
text-align: center; |
|
128 |
vertical-align: middle; |
|
16 | 129 |
width: 1rem; |
130 |
min-width: 1rem; |
|
5 | 131 |
-webkit-appearance: none; |
9 | 132 |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); |
5 | 133 |
transition: .05s border-color ease-in-out; |
134 |
} |
|
135 |
||
136 |
input[type="radio"]:checked + label:before { |
|
18 | 137 |
color: #8c8f94; |
5 | 138 |
} |
139 |
||
140 |
.wp-core-ui input[type="reset"]:hover, |
|
141 |
.wp-core-ui input[type="reset"]:active { |
|
18 | 142 |
color: #135e96; |
5 | 143 |
} |
144 |
||
145 |
td > input[type="checkbox"], |
|
146 |
.wp-admin p input[type="checkbox"], |
|
147 |
.wp-admin p input[type="radio"] { |
|
148 |
margin-top: 0; |
|
149 |
} |
|
150 |
||
151 |
.wp-admin p label input[type="checkbox"] { |
|
152 |
margin-top: -4px; |
|
153 |
} |
|
154 |
||
155 |
.wp-admin p label input[type="radio"] { |
|
156 |
margin-top: -2px; |
|
157 |
} |
|
158 |
||
159 |
input[type="radio"] { |
|
160 |
border-radius: 50%; |
|
16 | 161 |
margin-left: 0.25rem; |
162 |
/* 10px not sure if still necessary, comes from the MP6 redesign in r26072 */ |
|
163 |
line-height: 0.71428571; |
|
5 | 164 |
} |
165 |
||
16 | 166 |
input[type="checkbox"]:checked::before, |
167 |
input[type="radio"]:checked::before { |
|
5 | 168 |
float: right; |
169 |
display: inline-block; |
|
170 |
vertical-align: middle; |
|
16 | 171 |
width: 1rem; |
18 | 172 |
speak: never; |
5 | 173 |
-webkit-font-smoothing: antialiased; |
174 |
-moz-osx-font-smoothing: grayscale; |
|
175 |
} |
|
176 |
||
16 | 177 |
input[type="checkbox"]:checked::before { |
178 |
/* Use the "Yes" SVG Dashicon */ |
|
18 | 179 |
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E"); |
16 | 180 |
margin: -0.1875rem -0.25rem 0 0; |
181 |
height: 1.3125rem; |
|
182 |
width: 1.3125rem; |
|
5 | 183 |
} |
184 |
||
16 | 185 |
input[type="radio"]:checked::before { |
186 |
content: ""; |
|
187 |
border-radius: 50%; |
|
188 |
width: 0.5rem; /* 8px */ |
|
189 |
height: 0.5rem; /* 8px */ |
|
190 |
margin: 0.1875rem; /* 3px */ |
|
18 | 191 |
background-color: #3582c4; |
16 | 192 |
/* 16px not sure if still necessary, comes from the MP6 redesign in r26072 */ |
193 |
line-height: 1.14285714; |
|
5 | 194 |
} |
195 |
||
196 |
@-moz-document url-prefix() { |
|
197 |
input[type="checkbox"], |
|
198 |
input[type="radio"], |
|
199 |
.form-table input.tog { |
|
200 |
margin-bottom: -1px; |
|
201 |
} |
|
202 |
} |
|
203 |
||
204 |
/* Search */ |
|
205 |
input[type="search"] { |
|
206 |
-webkit-appearance: textfield; |
|
207 |
} |
|
208 |
||
209 |
input[type="search"]::-webkit-search-decoration { |
|
210 |
display: none; |
|
211 |
} |
|
212 |
||
213 |
.wp-admin input[type="file"] { |
|
214 |
padding: 3px 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
215 |
cursor: pointer; |
5 | 216 |
} |
217 |
||
218 |
input.readonly, |
|
219 |
input[readonly], |
|
220 |
textarea.readonly, |
|
221 |
textarea[readonly] { |
|
18 | 222 |
background-color: #f0f0f1; |
5 | 223 |
} |
224 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
225 |
::-webkit-input-placeholder { |
18 | 226 |
color: #646970; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
227 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
228 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
229 |
::-moz-placeholder { |
18 | 230 |
color: #646970; |
9 | 231 |
opacity: 1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
232 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
233 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
234 |
:-ms-input-placeholder { |
18 | 235 |
color: #646970; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
236 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
237 |
|
18 | 238 |
.form-invalid .form-required, |
239 |
.form-invalid .form-required:focus, |
|
240 |
.form-invalid.form-required input, |
|
241 |
.form-invalid.form-required input:focus, |
|
242 |
.form-invalid.form-required select, |
|
243 |
.form-invalid.form-required select:focus { |
|
244 |
border-color: #d63638 !important; |
|
245 |
box-shadow: 0 0 2px rgba(214, 54, 56, 0.8); |
|
5 | 246 |
} |
247 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
248 |
.form-table .form-required.form-invalid td:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
249 |
content: "\f534"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
250 |
font: normal 20px/1 dashicons; |
18 | 251 |
color: #d63638; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
252 |
margin-right: -25px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
253 |
vertical-align: middle; |
5 | 254 |
} |
255 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
256 |
/* Adjust error indicator for password layout */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
257 |
.form-table .form-required.user-pass1-wrap.form-invalid td:after { |
9 | 258 |
content: ""; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
259 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
260 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
261 |
.form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after { |
9 | 262 |
content: "\f534"; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
263 |
font: normal 20px/1 dashicons; |
18 | 264 |
color: #d63638; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
265 |
margin: 0 -29px 0 6px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
266 |
vertical-align: middle; |
5 | 267 |
} |
268 |
||
269 |
.form-input-tip { |
|
18 | 270 |
color: #646970; |
5 | 271 |
} |
272 |
||
273 |
input:disabled, |
|
274 |
input.disabled, |
|
275 |
select:disabled, |
|
276 |
select.disabled, |
|
277 |
textarea:disabled, |
|
278 |
textarea.disabled { |
|
9 | 279 |
background: rgba(255, 255, 255, 0.5); |
18 | 280 |
border-color: rgba(220, 220, 222, 0.75); |
9 | 281 |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04); |
18 | 282 |
color: rgba(44, 51, 56, 0.5); |
5 | 283 |
} |
284 |
||
285 |
input[type="file"]:disabled, |
|
286 |
input[type="file"].disabled, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
287 |
input[type="file"][aria-disabled="true"], |
5 | 288 |
input[type="range"]:disabled, |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
289 |
input[type="range"].disabled, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
290 |
input[type="range"][aria-disabled="true"] { |
5 | 291 |
background: none; |
292 |
box-shadow: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
293 |
cursor: default; |
5 | 294 |
} |
295 |
||
296 |
input[type="checkbox"]:disabled, |
|
297 |
input[type="checkbox"].disabled, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
298 |
input[type="checkbox"][aria-disabled="true"], |
5 | 299 |
input[type="radio"]:disabled, |
300 |
input[type="radio"].disabled, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
301 |
input[type="radio"][aria-disabled="true"], |
5 | 302 |
input[type="checkbox"]:disabled:checked:before, |
303 |
input[type="checkbox"].disabled:checked:before, |
|
304 |
input[type="radio"]:disabled:checked:before, |
|
305 |
input[type="radio"].disabled:checked:before { |
|
306 |
opacity: 0.7; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
307 |
cursor: default; |
5 | 308 |
} |
309 |
||
310 |
/*------------------------------------------------------------------------------ |
|
311 |
2.0 - Forms |
|
312 |
------------------------------------------------------------------------------*/ |
|
313 |
||
16 | 314 |
/* Select styles are based on the default button in buttons.css */ |
315 |
.wp-core-ui select { |
|
316 |
font-size: 14px; |
|
317 |
line-height: 2; /* 28px */ |
|
18 | 318 |
color: #2c3338; |
319 |
border-color: #8c8f94; |
|
16 | 320 |
box-shadow: none; |
321 |
border-radius: 3px; |
|
322 |
padding: 0 8px 0 24px; |
|
323 |
min-height: 30px; |
|
324 |
max-width: 25rem; |
|
325 |
-webkit-appearance: none; |
|
326 |
/* The SVG is arrow-down-alt2 from Dashicons. */ |
|
327 |
background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat left 5px top 55%; |
|
328 |
background-size: 16px 16px; |
|
329 |
cursor: pointer; |
|
5 | 330 |
vertical-align: middle; |
331 |
} |
|
332 |
||
16 | 333 |
.wp-core-ui select:hover { |
18 | 334 |
color: #2271b1; |
16 | 335 |
} |
336 |
||
337 |
.wp-core-ui select:focus { |
|
18 | 338 |
border-color: #2271b1; |
339 |
color: #0a4b78; |
|
340 |
box-shadow: 0 0 0 1px #2271b1; |
|
16 | 341 |
} |
342 |
||
343 |
.wp-core-ui select:active { |
|
18 | 344 |
border-color: #8c8f94; |
16 | 345 |
box-shadow: none; |
346 |
} |
|
347 |
||
348 |
.wp-core-ui select.disabled, |
|
349 |
.wp-core-ui select:disabled { |
|
18 | 350 |
color: #a7aaad; |
351 |
border-color: #dcdcde; |
|
352 |
background-color: #f6f7f7; |
|
16 | 353 |
/* The SVG is arrow-down-alt2 from Dashicons. */ |
354 |
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23a0a5aa%22%2F%3E%3C%2Fsvg%3E'); |
|
355 |
box-shadow: none; |
|
356 |
text-shadow: 0 1px 0 #fff; |
|
357 |
cursor: default; |
|
358 |
transform: none; |
|
359 |
} |
|
360 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
361 |
.wp-core-ui select[aria-disabled="true"] { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
362 |
cursor: default; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
363 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
364 |
|
16 | 365 |
/* Reset Firefox inner outline that appears on :focus. */ |
366 |
/* This ruleset overrides the color change on :focus thus needs to be after select:focus. */ |
|
367 |
.wp-core-ui select:-moz-focusring { |
|
368 |
color: transparent; |
|
18 | 369 |
text-shadow: 0 0 0 #0a4b78; |
16 | 370 |
} |
371 |
||
372 |
/* Remove background focus style from IE11 while keeping focus style available on option elements. */ |
|
373 |
.wp-core-ui select::-ms-value { |
|
374 |
background: transparent; |
|
18 | 375 |
color: #50575e; |
16 | 376 |
} |
377 |
||
378 |
.wp-core-ui select:hover::-ms-value { |
|
18 | 379 |
color: #2271b1; |
16 | 380 |
} |
381 |
||
382 |
.wp-core-ui select:focus::-ms-value { |
|
18 | 383 |
color: #0a4b78; |
16 | 384 |
} |
385 |
||
386 |
.wp-core-ui select.disabled::-ms-value, |
|
387 |
.wp-core-ui select:disabled::-ms-value { |
|
18 | 388 |
color: #a7aaad; |
16 | 389 |
} |
390 |
||
391 |
/* Hide the native down arrow for select element on IE. */ |
|
392 |
.wp-core-ui select::-ms-expand { |
|
393 |
display: none; |
|
394 |
} |
|
395 |
||
5 | 396 |
.wp-admin .button-cancel { |
16 | 397 |
display: inline-block; |
398 |
min-height: 28px; |
|
5 | 399 |
padding: 0 5px; |
400 |
line-height: 2; |
|
401 |
} |
|
402 |
||
403 |
.meta-box-sortables select { |
|
404 |
max-width: 100%; |
|
405 |
} |
|
406 |
||
16 | 407 |
.meta-box-sortables input { |
408 |
vertical-align: middle; |
|
409 |
} |
|
410 |
||
411 |
.misc-pub-post-status select { |
|
412 |
margin-top: 0; |
|
413 |
} |
|
414 |
||
415 |
.wp-core-ui select[multiple] { |
|
5 | 416 |
height: auto; |
16 | 417 |
padding-left: 8px; |
418 |
background: #fff; |
|
5 | 419 |
} |
420 |
||
421 |
.submit { |
|
422 |
padding: 1.5em 0; |
|
423 |
margin: 5px 0; |
|
424 |
border-bottom-right-radius: 3px; |
|
425 |
border-bottom-left-radius: 3px; |
|
426 |
border: none; |
|
427 |
} |
|
428 |
||
429 |
form p.submit a.cancel:hover { |
|
430 |
text-decoration: none; |
|
431 |
} |
|
432 |
||
433 |
p.submit { |
|
434 |
text-align: right; |
|
435 |
max-width: 100%; |
|
436 |
margin-top: 20px; |
|
437 |
padding-top: 10px; |
|
438 |
} |
|
439 |
||
440 |
.textright p.submit { |
|
441 |
border: none; |
|
442 |
text-align: left; |
|
443 |
} |
|
444 |
||
445 |
table.form-table + p.submit, |
|
446 |
table.form-table + input + p.submit, |
|
447 |
table.form-table + input + input + p.submit { |
|
448 |
border-top: none; |
|
449 |
padding-top: 0; |
|
450 |
} |
|
451 |
||
452 |
#minor-publishing-actions input, |
|
453 |
#major-publishing-actions input, |
|
454 |
#minor-publishing-actions .preview { |
|
455 |
text-align: center; |
|
456 |
} |
|
457 |
||
458 |
textarea.all-options, |
|
459 |
input.all-options { |
|
460 |
width: 250px; |
|
461 |
} |
|
462 |
||
463 |
input.large-text, |
|
464 |
textarea.large-text { |
|
465 |
width: 99%; |
|
466 |
} |
|
467 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
468 |
.regular-text { |
5 | 469 |
width: 25em; |
470 |
} |
|
471 |
||
472 |
input.small-text { |
|
473 |
width: 50px; |
|
16 | 474 |
padding: 0 6px; |
475 |
} |
|
476 |
||
477 |
label input.small-text { |
|
478 |
margin-top: -4px; |
|
5 | 479 |
} |
480 |
||
481 |
input[type="number"].small-text { |
|
482 |
width: 65px; |
|
16 | 483 |
padding-left: 0; |
5 | 484 |
} |
485 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
486 |
input.tiny-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
487 |
width: 35px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
488 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
489 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
490 |
input[type="number"].tiny-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
491 |
width: 45px; |
16 | 492 |
padding-left: 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
493 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
494 |
|
5 | 495 |
#doaction, |
496 |
#doaction2, |
|
497 |
#post-query-submit { |
|
16 | 498 |
margin: 0 0 0 8px; |
5 | 499 |
} |
500 |
||
18 | 501 |
/* @since 5.7.0 secondary bulk action controls require JS. */ |
502 |
.no-js label[for="bulk-action-selector-bottom"], |
|
503 |
.no-js select#bulk-action-selector-bottom, |
|
504 |
.no-js input#doaction2, |
|
505 |
.no-js label[for="new_role2"], |
|
506 |
.no-js select#new_role2, |
|
507 |
.no-js input#changeit2 { |
|
508 |
display: none; |
|
509 |
} |
|
510 |
||
5 | 511 |
.tablenav .actions select { |
512 |
float: right; |
|
513 |
margin-left: 6px; |
|
16 | 514 |
max-width: 12.5rem; |
5 | 515 |
} |
516 |
||
517 |
#timezone_string option { |
|
518 |
margin-right: 1em; |
|
519 |
} |
|
520 |
||
9 | 521 |
.wp-hide-pw > .dashicons, |
522 |
.wp-cancel-pw > .dashicons { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
523 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
524 |
top: 3px; |
16 | 525 |
width: 1.25rem; |
526 |
height: 1.25rem; |
|
527 |
top: 0.25rem; |
|
528 |
font-size: 20px; |
|
5 | 529 |
} |
530 |
||
9 | 531 |
.wp-cancel-pw .dashicons-no { |
532 |
display: none; |
|
533 |
} |
|
534 |
||
5 | 535 |
label, |
536 |
#your-profile label + a { |
|
537 |
vertical-align: middle; |
|
538 |
} |
|
539 |
||
540 |
fieldset label, |
|
541 |
#your-profile label + a { |
|
542 |
vertical-align: middle; |
|
543 |
} |
|
544 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
545 |
.options-media-php [for*="_size_"] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
546 |
min-width: 10em; |
5 | 547 |
vertical-align: baseline; |
548 |
} |
|
549 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
550 |
.options-media-php .small-text[name*="_size_"] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
551 |
margin: 0 0 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
552 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
553 |
|
18 | 554 |
.wp-generate-pw { |
555 |
margin-top: 1em; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
556 |
position: relative; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
557 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
558 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
559 |
.wp-pwd button { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
560 |
height: min-content; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
561 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
562 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
563 |
.wp-pwd button.pwd-toggle .dashicons { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
564 |
position: relative; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
565 |
top: 0.25rem; |
18 | 566 |
} |
567 |
||
568 |
.wp-pwd { |
|
569 |
margin-top: 1em; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
570 |
position: relative; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
571 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
572 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
573 |
.mailserver-pass-wrap .wp-pwd { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
574 |
display: inline-block; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
575 |
margin-top: 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
576 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
577 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
578 |
/* rtl:ignore */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
579 |
#mailserver_pass { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
580 |
padding-right: 2.5rem; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
581 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
582 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
583 |
/* rtl:ignore */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
584 |
.mailserver-pass-wrap .button.wp-hide-pw { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
585 |
background: transparent; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
586 |
border: 1px solid transparent; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
587 |
box-shadow: none; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
588 |
font-size: 14px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
589 |
line-height: 2; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
590 |
width: 2.5rem; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
591 |
min-width: 40px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
592 |
margin: 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
593 |
padding: 0 9px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
594 |
position: absolute; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
595 |
right: 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
596 |
top: 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
597 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
598 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
599 |
.mailserver-pass-wrap .button.wp-hide-pw:hover { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
600 |
background: transparent; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
601 |
border-color: transparent; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
602 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
603 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
604 |
.mailserver-pass-wrap .button.wp-hide-pw:focus { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
605 |
background: transparent; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
606 |
border-color: #3582c4; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
607 |
border-radius: 4px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
608 |
box-shadow: 0 0 0 1px #3582c4; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
609 |
/* Only visible in Windows High Contrast mode */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
610 |
outline: 2px solid transparent; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
611 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
612 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
613 |
.mailserver-pass-wrap .button.wp-hide-pw:active { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
614 |
background: transparent; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
615 |
box-shadow: none; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
616 |
transform: none; |
18 | 617 |
} |
618 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
619 |
#misc-publishing-actions label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
620 |
vertical-align: baseline; |
5 | 621 |
} |
622 |
||
623 |
#pass-strength-result { |
|
18 | 624 |
background-color: #f0f0f1; |
625 |
border: 1px solid #dcdcde; |
|
626 |
color: #1d2327; |
|
9 | 627 |
margin: -1px 1px 5px; |
5 | 628 |
padding: 3px 5px; |
629 |
text-align: center; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
630 |
width: 25em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
631 |
box-sizing: border-box; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
632 |
opacity: 0; |
5 | 633 |
} |
634 |
||
635 |
#pass-strength-result.short { |
|
18 | 636 |
background-color: #ffabaf; |
637 |
border-color: #e65054; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
638 |
opacity: 1; |
5 | 639 |
} |
640 |
||
641 |
#pass-strength-result.bad { |
|
18 | 642 |
background-color: #facfd2; |
643 |
border-color: #f86368; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
644 |
opacity: 1; |
5 | 645 |
} |
646 |
||
647 |
#pass-strength-result.good { |
|
18 | 648 |
background-color: #f5e6ab; |
649 |
border-color: #f0c33c; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
650 |
opacity: 1; |
5 | 651 |
} |
652 |
||
653 |
#pass-strength-result.strong { |
|
18 | 654 |
background-color: #b8e6bf; |
655 |
border-color: #68de7c; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
656 |
opacity: 1; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
657 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
658 |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
659 |
.password-input-wrapper { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
660 |
display: inline-block; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
661 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
662 |
|
18 | 663 |
.password-input-wrapper input { |
664 |
font-family: Consolas, Monaco, monospace; |
|
665 |
} |
|
666 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
667 |
#pass1.short, #pass1-text.short { |
18 | 668 |
border-color: #e65054; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
669 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
670 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
671 |
#pass1.bad, #pass1-text.bad { |
18 | 672 |
border-color: #f86368; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
673 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
674 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
675 |
#pass1.good, #pass1-text.good { |
18 | 676 |
border-color: #f0c33c; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
677 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
678 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
679 |
#pass1.strong, #pass1-text.strong { |
18 | 680 |
border-color: #68de7c; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
681 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
682 |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
683 |
#pass1:focus, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
684 |
#pass1-text:focus { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
685 |
box-shadow: 0 0 0 2px #2271b1; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
686 |
/* Only visible in Windows High Contrast mode */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
687 |
outline: 2px solid transparent; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
688 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
689 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
690 |
.pw-weak { |
9 | 691 |
display: none; |
5 | 692 |
} |
693 |
||
694 |
.indicator-hint { |
|
695 |
padding-top: 8px; |
|
696 |
} |
|
697 |
||
9 | 698 |
.wp-pwd [type="text"], |
699 |
.wp-pwd [type="password"] { |
|
700 |
margin-bottom: 0; |
|
701 |
/* Same height as the buttons */ |
|
16 | 702 |
min-height: 30px; |
703 |
} |
|
704 |
||
705 |
/* Hide the Edge "reveal password" native button */ |
|
706 |
.wp-pwd input::-ms-reveal { |
|
707 |
display: none; |
|
9 | 708 |
} |
709 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
710 |
#pass1-text, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
711 |
.show-password #pass1 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
712 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
713 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
714 |
|
9 | 715 |
#pass1-text::-ms-clear { |
716 |
display: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
717 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
718 |
|
9 | 719 |
.show-password #pass1-text { |
720 |
display: inline-block; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
721 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
722 |
|
5 | 723 |
p.search-box { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
724 |
display: flex; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
725 |
flex-wrap: wrap; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
726 |
align-items: center; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
727 |
column-gap: 0.5rem; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
728 |
position: relative; |
5 | 729 |
float: left; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
730 |
margin: 11px 0; |
5 | 731 |
} |
732 |
||
733 |
.network-admin.themes-php p.search-box { |
|
734 |
clear: right; |
|
735 |
} |
|
736 |
||
737 |
.search-box input[name="s"], |
|
738 |
.tablenav .search-plugins input[name="s"], |
|
739 |
.tagsdiv .newtag { |
|
740 |
float: right; |
|
741 |
margin: 0 0 0 4px; |
|
742 |
} |
|
743 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
744 |
.js.plugins-php .search-box .wp-filter-search { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
745 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
746 |
width: 280px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
747 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
748 |
|
5 | 749 |
input[type="text"].ui-autocomplete-loading, |
750 |
input[type="email"].ui-autocomplete-loading { |
|
751 |
background-image: url(../images/loading.gif); |
|
752 |
background-repeat: no-repeat; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
753 |
background-position: left 5px center; |
5 | 754 |
visibility: visible; |
755 |
} |
|
756 |
||
757 |
input.ui-autocomplete-input.open { |
|
758 |
border-bottom-color: transparent; |
|
759 |
} |
|
760 |
||
761 |
ul#add-to-blog-users { |
|
762 |
margin: 0 14px 0 0; |
|
763 |
} |
|
764 |
||
765 |
.ui-autocomplete { |
|
766 |
padding: 0; |
|
767 |
margin: 0; |
|
768 |
list-style: none; |
|
769 |
position: absolute; |
|
770 |
z-index: 10000; |
|
18 | 771 |
border: 1px solid #4f94d4; |
772 |
box-shadow: 0 1px 2px rgba(79, 148, 212, 0.8); |
|
5 | 773 |
background-color: #fff; |
774 |
} |
|
775 |
||
776 |
.ui-autocomplete li { |
|
777 |
margin-bottom: 0; |
|
778 |
padding: 4px 10px; |
|
779 |
white-space: nowrap; |
|
780 |
text-align: right; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
781 |
cursor: pointer; |
5 | 782 |
} |
783 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
784 |
/* Colors for the wplink toolbar autocomplete. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
785 |
.ui-autocomplete .ui-state-focus { |
18 | 786 |
background-color: #dcdcde; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
787 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
788 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
789 |
/* Colors for the tags autocomplete. */ |
18 | 790 |
.wp-tags-autocomplete .ui-state-focus, |
791 |
.wp-tags-autocomplete [aria-selected="true"] { |
|
792 |
background-color: #2271b1; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
793 |
color: #fff; |
18 | 794 |
/* Only visible in Windows High Contrast mode */ |
795 |
outline: 2px solid transparent; |
|
5 | 796 |
} |
797 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
798 |
.button-add-site-icon { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
799 |
width: 100%; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
800 |
cursor: pointer; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
801 |
text-align: center; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
802 |
border: 1px dashed #c3c4c7; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
803 |
box-sizing: border-box; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
804 |
padding: 9px 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
805 |
line-height: 1.6; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
806 |
max-width: 270px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
807 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
808 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
809 |
.button-add-site-icon:focus, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
810 |
.button-add-site-icon:hover { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
811 |
background: #fff; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
812 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
813 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
814 |
.site-icon-section .favicon-preview { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
815 |
float: right; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
816 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
817 |
.site-icon-section .app-icon-preview { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
818 |
float: right; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
819 |
margin: 0 20px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
820 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
821 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
822 |
.site-icon-section .site-icon-preview img { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
823 |
max-width: 100%; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
824 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
825 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
826 |
.button-add-site-icon:focus { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
827 |
background-color: #fff; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
828 |
border-color: #3582c4; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
829 |
border-style: solid; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
830 |
box-shadow: 0 0 0 1px #3582c4; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
831 |
outline: 2px solid transparent; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
832 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
833 |
|
5 | 834 |
/*------------------------------------------------------------------------------ |
835 |
15.0 - Comments Screen |
|
836 |
------------------------------------------------------------------------------*/ |
|
837 |
||
838 |
.form-table { |
|
839 |
border-collapse: collapse; |
|
840 |
margin-top: 0.5em; |
|
841 |
width: 100%; |
|
842 |
clear: both; |
|
843 |
} |
|
844 |
||
845 |
.form-table, |
|
846 |
.form-table td, |
|
847 |
.form-table th, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
848 |
.form-table td p { |
5 | 849 |
font-size: 14px; |
850 |
} |
|
851 |
||
852 |
.form-table td { |
|
853 |
margin-bottom: 9px; |
|
854 |
padding: 15px 10px; |
|
855 |
line-height: 1.3; |
|
856 |
vertical-align: middle; |
|
857 |
} |
|
858 |
||
859 |
.form-table th, |
|
860 |
.form-wrap label { |
|
18 | 861 |
color: #1d2327; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
862 |
font-weight: 400; |
5 | 863 |
text-shadow: none; |
864 |
vertical-align: baseline; |
|
865 |
} |
|
866 |
||
867 |
.form-table th { |
|
868 |
vertical-align: top; |
|
869 |
text-align: right; |
|
870 |
padding: 20px 0 20px 10px; |
|
871 |
width: 200px; |
|
872 |
line-height: 1.3; |
|
873 |
font-weight: 600; |
|
874 |
} |
|
875 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
876 |
.form-table th.th-full, /* Not used by core. Back-compat for pre-4.8 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
877 |
.form-table .td-full { |
5 | 878 |
width: auto; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
879 |
padding: 20px 0 20px 10px; |
5 | 880 |
font-weight: 400; |
881 |
} |
|
882 |
||
883 |
.form-table td p { |
|
884 |
margin-top: 4px; |
|
885 |
margin-bottom: 0; |
|
886 |
} |
|
887 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
888 |
.form-table .date-time-doc { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
889 |
margin-top: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
890 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
891 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
892 |
.form-table p.timezone-info { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
893 |
margin: 1em 0; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
894 |
display: flex; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
895 |
flex-direction: column; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
896 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
897 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
898 |
#local-time { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
899 |
margin-top: 0.5em; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
900 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
901 |
|
5 | 902 |
.form-table td fieldset label { |
16 | 903 |
margin: 0.35em 0 0.5em !important; |
5 | 904 |
display: inline-block; |
905 |
} |
|
906 |
||
18 | 907 |
.form-table td fieldset p label { |
16 | 908 |
margin-top: 0 !important; |
909 |
} |
|
910 |
||
5 | 911 |
.form-table td fieldset label, |
912 |
.form-table td fieldset p, |
|
913 |
.form-table td fieldset li { |
|
16 | 914 |
line-height: 1.4; |
5 | 915 |
} |
916 |
||
917 |
.form-table input.tog, |
|
918 |
.form-table input[type="radio"] { |
|
919 |
margin-top: -4px; |
|
920 |
margin-left: 4px; |
|
921 |
float: none; |
|
922 |
} |
|
923 |
||
924 |
.form-table .pre { |
|
925 |
padding: 8px; |
|
926 |
margin: 0; |
|
927 |
} |
|
928 |
||
929 |
table.form-table td .updated { |
|
930 |
font-size: 13px; |
|
931 |
} |
|
932 |
||
933 |
table.form-table td .updated p { |
|
934 |
font-size: 13px; |
|
935 |
margin: 0.3em 0; |
|
936 |
} |
|
937 |
||
938 |
/*------------------------------------------------------------------------------ |
|
939 |
18.0 - Users |
|
940 |
------------------------------------------------------------------------------*/ |
|
941 |
||
942 |
#profile-page .form-table textarea { |
|
943 |
width: 500px; |
|
944 |
margin-bottom: 6px; |
|
945 |
} |
|
946 |
||
947 |
#profile-page .form-table #rich_editing { |
|
948 |
margin-left: 5px |
|
949 |
} |
|
950 |
||
951 |
#your-profile legend { |
|
952 |
font-size: 22px; |
|
953 |
} |
|
954 |
||
955 |
#display_name { |
|
956 |
width: 15em; |
|
957 |
} |
|
958 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
959 |
#adduser .form-field input, |
5 | 960 |
#createuser .form-field input { |
961 |
width: 25em; |
|
962 |
} |
|
963 |
||
964 |
.color-option { |
|
965 |
display: inline-block; |
|
966 |
width: 24%; |
|
967 |
padding: 5px 15px 15px; |
|
968 |
box-sizing: border-box; |
|
969 |
margin-bottom: 3px; |
|
970 |
} |
|
971 |
||
972 |
.color-option:hover, |
|
973 |
.color-option.selected { |
|
18 | 974 |
background: #dcdcde; |
5 | 975 |
} |
976 |
||
977 |
.color-palette { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
978 |
display: table; |
5 | 979 |
width: 100%; |
980 |
border-spacing: 0; |
|
981 |
border-collapse: collapse; |
|
982 |
} |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
983 |
.color-palette .color-palette-shade, |
5 | 984 |
.color-palette td { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
985 |
display: table-cell; |
5 | 986 |
height: 20px; |
987 |
padding: 0; |
|
988 |
border: none; |
|
989 |
} |
|
990 |
||
991 |
.color-option { |
|
992 |
cursor: pointer; |
|
993 |
} |
|
994 |
||
18 | 995 |
.create-application-password .form-field { |
996 |
max-width: 25em; |
|
997 |
} |
|
998 |
||
999 |
.create-application-password label { |
|
1000 |
font-weight: 600; |
|
1001 |
} |
|
1002 |
||
1003 |
.create-application-password p.submit { |
|
1004 |
margin-bottom: 0; |
|
1005 |
padding-bottom: 0; |
|
1006 |
display: block; |
|
1007 |
} |
|
1008 |
||
1009 |
#application-passwords-section .notice { |
|
1010 |
margin-top: 20px; |
|
1011 |
margin-bottom: 0; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1012 |
word-wrap: break-word; |
18 | 1013 |
} |
1014 |
||
1015 |
.application-password-display input.code { |
|
1016 |
width: 19em; |
|
1017 |
} |
|
1018 |
||
1019 |
.auth-app-card.card { |
|
1020 |
max-width: 768px; |
|
1021 |
} |
|
1022 |
||
1023 |
.authorize-application-php .form-wrap p { |
|
1024 |
display: block; |
|
1025 |
} |
|
1026 |
||
5 | 1027 |
/*------------------------------------------------------------------------------ |
1028 |
19.0 - Tools |
|
1029 |
------------------------------------------------------------------------------*/ |
|
1030 |
||
1031 |
.tool-box .title { |
|
1032 |
margin: 8px 0; |
|
1033 |
font-size: 18px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1034 |
font-weight: 400; |
5 | 1035 |
line-height: 24px; |
1036 |
} |
|
1037 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1038 |
.label-responsive { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1039 |
vertical-align: middle; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1040 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1041 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1042 |
#export-filters p { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1043 |
margin: 0 0 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1044 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1045 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1046 |
#export-filters p.submit { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1047 |
margin: 7px 0 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1048 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1049 |
|
5 | 1050 |
/* Card styles */ |
1051 |
||
1052 |
.card { |
|
1053 |
position: relative; |
|
1054 |
margin-top: 20px; |
|
1055 |
padding: 0.7em 2em 1em; |
|
1056 |
min-width: 255px; |
|
1057 |
max-width: 520px; |
|
18 | 1058 |
border: 1px solid #c3c4c7; |
9 | 1059 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
5 | 1060 |
background: #fff; |
9 | 1061 |
box-sizing: border-box; |
5 | 1062 |
} |
1063 |
||
1064 |
/* Press this styles */ |
|
1065 |
||
1066 |
.pressthis h4 { |
|
1067 |
margin: 2em 0 1em; |
|
1068 |
} |
|
1069 |
||
1070 |
.pressthis textarea { |
|
1071 |
width: 100%; |
|
1072 |
font-size: 1em; |
|
1073 |
} |
|
1074 |
||
1075 |
#pressthis-code-wrap { |
|
1076 |
overflow: auto; |
|
1077 |
} |
|
1078 |
||
1079 |
.pressthis-bookmarklet-wrapper { |
|
1080 |
margin: 20px 0 8px; |
|
1081 |
vertical-align: top; |
|
1082 |
position: relative; |
|
1083 |
z-index: 1; |
|
1084 |
} |
|
1085 |
||
1086 |
.pressthis-bookmarklet, |
|
1087 |
.pressthis-bookmarklet:hover, |
|
1088 |
.pressthis-bookmarklet:focus, |
|
1089 |
.pressthis-bookmarklet:active { |
|
1090 |
display: inline-block; |
|
1091 |
position: relative; |
|
1092 |
cursor: move; |
|
18 | 1093 |
color: #2c3338; |
1094 |
background: #dcdcde; |
|
5 | 1095 |
border-radius: 5px; |
18 | 1096 |
border: 1px solid #c3c4c7; |
5 | 1097 |
font-style: normal; |
1098 |
line-height: 16px; |
|
1099 |
font-size: 14px; |
|
1100 |
text-decoration: none; |
|
1101 |
} |
|
1102 |
||
1103 |
.pressthis-bookmarklet:active { |
|
1104 |
outline: none; |
|
1105 |
} |
|
1106 |
||
1107 |
.pressthis-bookmarklet:after { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1108 |
content: ""; |
5 | 1109 |
width: 70%; |
1110 |
height: 55%; |
|
1111 |
z-index: -1; |
|
1112 |
position: absolute; |
|
1113 |
left: 10px; |
|
1114 |
bottom: 9px; |
|
1115 |
background: transparent; |
|
1116 |
transform: skew(-20deg) rotate(-6deg); |
|
1117 |
box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); |
|
1118 |
} |
|
1119 |
||
1120 |
.pressthis-bookmarklet:hover:after { |
|
1121 |
transform: skew(-20deg) rotate(-9deg); |
|
1122 |
box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7); |
|
1123 |
} |
|
1124 |
||
1125 |
.pressthis-bookmarklet span { |
|
1126 |
display: inline-block; |
|
19 | 1127 |
margin: 0; |
1128 |
padding: 0 9px 8px 12px; |
|
5 | 1129 |
} |
1130 |
||
1131 |
.pressthis-bookmarklet span:before { |
|
18 | 1132 |
color: #787c82; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1133 |
font: normal 20px/1 dashicons; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1134 |
content: "\f157"; |
5 | 1135 |
position: relative; |
1136 |
display: inline-block; |
|
1137 |
top: 4px; |
|
1138 |
margin-left: 4px; |
|
1139 |
} |
|
1140 |
||
1141 |
.pressthis-js-toggle { |
|
1142 |
margin-right: 10px; |
|
1143 |
padding: 0; |
|
1144 |
height: auto; |
|
1145 |
vertical-align: top; |
|
1146 |
} |
|
1147 |
||
1148 |
/* to override the button class being applied */ |
|
1149 |
.pressthis-js-toggle.button.button { |
|
1150 |
margin-right: 10px; |
|
1151 |
padding: 0; |
|
1152 |
height: auto; |
|
1153 |
vertical-align: top; |
|
1154 |
} |
|
1155 |
||
1156 |
.pressthis-js-toggle .dashicons { |
|
1157 |
margin: 5px 7px 6px 8px; |
|
18 | 1158 |
color: #50575e; |
5 | 1159 |
} |
1160 |
||
1161 |
/*------------------------------------------------------------------------------ |
|
1162 |
20.0 - Settings |
|
1163 |
------------------------------------------------------------------------------*/ |
|
1164 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1165 |
.timezone-info code { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1166 |
white-space: nowrap; |
5 | 1167 |
} |
1168 |
||
1169 |
.defaultavatarpicker .avatar { |
|
1170 |
margin: 2px 0; |
|
1171 |
vertical-align: middle; |
|
1172 |
} |
|
1173 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1174 |
.options-general-php .date-time-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1175 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1176 |
min-width: 10em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1177 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1178 |
|
5 | 1179 |
.options-general-php input.small-text { |
1180 |
width: 56px; |
|
16 | 1181 |
margin: -2px 0; |
5 | 1182 |
} |
1183 |
||
1184 |
.options-general-php .spinner { |
|
1185 |
float: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1186 |
margin: -3px 3px 0; |
5 | 1187 |
} |
1188 |
||
1189 |
.settings-php .language-install-spinner, |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1190 |
.options-general-php .language-install-spinner, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1191 |
.user-edit-php .language-install-spinner, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1192 |
.profile-php .language-install-spinner { |
5 | 1193 |
display: inline-block; |
1194 |
float: none; |
|
1195 |
margin: -3px 5px 0; |
|
1196 |
vertical-align: middle; |
|
1197 |
} |
|
1198 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1199 |
.form-table.permalink-structure .available-structure-tags { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1200 |
margin-top: 8px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1201 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1202 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1203 |
.form-table.permalink-structure .available-structure-tags ul { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1204 |
display: flex; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1205 |
flex-wrap: wrap; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1206 |
margin: 8px 0 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1207 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1208 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1209 |
.form-table.permalink-structure .available-structure-tags li { |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1210 |
margin: 6px 0 0 5px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1211 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1212 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1213 |
.form-table.permalink-structure .available-structure-tags li:last-child { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1214 |
margin-left: 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1215 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1216 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1217 |
.form-table.permalink-structure .structure-selection .row { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1218 |
margin-bottom: 16px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1219 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1220 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1221 |
.form-table.permalink-structure .structure-selection .row > div { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1222 |
max-width: calc(100% - 24px); |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1223 |
display: inline-flex; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1224 |
flex-direction: column; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1225 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1226 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1227 |
.form-table.permalink-structure .structure-selection .row label { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1228 |
font-weight: 600; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1229 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1230 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1231 |
.form-table.permalink-structure .structure-selection .row p { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1232 |
margin-top: 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1233 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1234 |
|
5 | 1235 |
/*------------------------------------------------------------------------------ |
1236 |
21.0 - Network Admin |
|
1237 |
------------------------------------------------------------------------------*/ |
|
1238 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1239 |
.setup-php textarea { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1240 |
max-width: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1241 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1242 |
|
5 | 1243 |
.form-field #site-address { |
1244 |
max-width: 25em; |
|
1245 |
} |
|
1246 |
||
1247 |
.form-field #domain { |
|
1248 |
max-width: 22em; |
|
1249 |
} |
|
1250 |
||
1251 |
.form-field #site-title, |
|
1252 |
.form-field #admin-email, |
|
1253 |
.form-field #path, |
|
1254 |
.form-field #blog_registered, |
|
1255 |
.form-field #blog_last_updated { |
|
1256 |
max-width: 25em; |
|
1257 |
} |
|
1258 |
||
1259 |
.form-field #path { |
|
1260 |
margin-bottom: 5px; |
|
1261 |
} |
|
1262 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1263 |
#search-users, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1264 |
#search-sites { |
16 | 1265 |
max-width: 60%; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1266 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1267 |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1268 |
.configuration-rules-label { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1269 |
font-weight: 600; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1270 |
margin-bottom: 4px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1271 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1272 |
|
5 | 1273 |
/*------------------------------------------------------------------------------ |
1274 |
Credentials check dialog for Install and Updates |
|
1275 |
------------------------------------------------------------------------------*/ |
|
1276 |
||
1277 |
.request-filesystem-credentials-dialog { |
|
1278 |
display: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1279 |
/* The customizer uses visibility: hidden on the body for full-overlays. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1280 |
visibility: visible; |
5 | 1281 |
} |
1282 |
||
1283 |
.request-filesystem-credentials-dialog .notification-dialog { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1284 |
top: 10%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1285 |
max-height: 85%; |
5 | 1286 |
} |
1287 |
||
1288 |
.request-filesystem-credentials-dialog-content { |
|
1289 |
margin: 25px; |
|
1290 |
} |
|
1291 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1292 |
#request-filesystem-credentials-title { |
9 | 1293 |
font-size: 1.3em; |
1294 |
margin: 1em 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1295 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1296 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1297 |
.request-filesystem-credentials-form legend { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1298 |
font-size: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1299 |
padding: 1.33em 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1300 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1301 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1302 |
|
5 | 1303 |
.request-filesystem-credentials-form input[type="text"], |
1304 |
.request-filesystem-credentials-form input[type="password"] { |
|
1305 |
display: block; |
|
1306 |
} |
|
1307 |
||
1308 |
.request-filesystem-credentials-dialog input[type="text"], |
|
1309 |
.request-filesystem-credentials-dialog input[type="password"] { |
|
1310 |
width: 100%; |
|
1311 |
} |
|
1312 |
||
1313 |
.request-filesystem-credentials-form .field-title { |
|
1314 |
font-weight: 600; |
|
1315 |
} |
|
1316 |
||
1317 |
.request-filesystem-credentials-dialog label[for="hostname"], |
|
1318 |
.request-filesystem-credentials-dialog label[for="public_key"], |
|
1319 |
.request-filesystem-credentials-dialog label[for="private_key"] { |
|
1320 |
display: block; |
|
1321 |
margin-bottom: 1em; |
|
1322 |
} |
|
1323 |
||
1324 |
.request-filesystem-credentials-dialog .ftp-username, |
|
1325 |
.request-filesystem-credentials-dialog .ftp-password { |
|
1326 |
float: right; |
|
1327 |
width: 48%; |
|
1328 |
} |
|
1329 |
||
1330 |
.request-filesystem-credentials-dialog .ftp-password { |
|
1331 |
margin-right: 4%; |
|
1332 |
} |
|
1333 |
||
1334 |
.request-filesystem-credentials-dialog .request-filesystem-credentials-action-buttons { |
|
1335 |
text-align: left; |
|
1336 |
} |
|
1337 |
||
1338 |
.request-filesystem-credentials-dialog label[for="ftp"] { |
|
1339 |
margin-left: 10px; |
|
1340 |
} |
|
1341 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1342 |
.request-filesystem-credentials-dialog #auth-keys-desc { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1343 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1344 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1345 |
|
5 | 1346 |
#request-filesystem-credentials-dialog .button:not(:last-child) { |
1347 |
margin-left: 10px; |
|
1348 |
} |
|
1349 |
||
1350 |
#request-filesystem-credentials-form .cancel-button { |
|
1351 |
display: none; |
|
1352 |
} |
|
1353 |
||
1354 |
#request-filesystem-credentials-dialog .cancel-button { |
|
1355 |
display: inline; |
|
1356 |
} |
|
1357 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1358 |
.request-filesystem-credentials-dialog .ftp-username, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1359 |
.request-filesystem-credentials-dialog .ftp-password { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1360 |
float: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1361 |
width: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1362 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1363 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1364 |
.request-filesystem-credentials-dialog .ftp-username { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1365 |
margin-bottom: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1366 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1367 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1368 |
.request-filesystem-credentials-dialog .ftp-password { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1369 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1370 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1371 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1372 |
.request-filesystem-credentials-dialog .ftp-password em { |
18 | 1373 |
color: #8c8f94; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1374 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1375 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1376 |
.request-filesystem-credentials-dialog label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1377 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1378 |
line-height: 1.5; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1379 |
margin-bottom: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1380 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1381 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1382 |
.request-filesystem-credentials-form legend { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1383 |
padding-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1384 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1385 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1386 |
.request-filesystem-credentials-form #ssh-keys legend { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1387 |
font-size: 1.3em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1388 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1389 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1390 |
.request-filesystem-credentials-form .notice { |
19 | 1391 |
margin: 0 0 20px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1392 |
clear: both; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1393 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1394 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1395 |
/*------------------------------------------------------------------------------ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1396 |
Privacy Policy settings screen |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1397 |
------------------------------------------------------------------------------*/ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1398 |
.tools-privacy-policy-page form { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1399 |
margin-bottom: 1.3em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1400 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1401 |
|
19 | 1402 |
.tools-privacy-policy-page input.button { |
1403 |
margin: 0 6px 0 1px; |
|
1404 |
} |
|
1405 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1406 |
.tools-privacy-policy-page select { |
19 | 1407 |
margin: 0 6px 0.5em 1px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1408 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1409 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1410 |
.tools-privacy-edit { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1411 |
margin: 1.5em 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1412 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1413 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1414 |
.tools-privacy-policy-page span { |
16 | 1415 |
line-height: 2; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1416 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1417 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1418 |
.privacy_requests .column-email { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1419 |
width: 40%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1420 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1421 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1422 |
.privacy_requests .column-type { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1423 |
text-align: center; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1424 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1425 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1426 |
.privacy_requests thead td:first-child, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1427 |
.privacy_requests tfoot td:first-child { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1428 |
border-right: 4px solid #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1429 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1430 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1431 |
.privacy_requests tbody th { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1432 |
border-right: 4px solid #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1433 |
background: #fff; |
9 | 1434 |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1435 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1436 |
|
16 | 1437 |
.privacy_requests .row-actions { |
18 | 1438 |
color: #787c82; |
16 | 1439 |
} |
1440 |
||
1441 |
.privacy_requests .row-actions.processing { |
|
1442 |
position: static; |
|
1443 |
} |
|
1444 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1445 |
.privacy_requests tbody .has-request-results th { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1446 |
box-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1447 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1448 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1449 |
.privacy_requests tbody .request-results th .notice { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1450 |
margin: 0 0 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1451 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1452 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1453 |
.privacy_requests tbody td { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1454 |
background: #fff; |
9 | 1455 |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1456 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1457 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1458 |
.privacy_requests tbody .has-request-results td { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1459 |
box-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1460 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1461 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1462 |
.privacy_requests .next_steps .button { |
16 | 1463 |
word-wrap: break-word; |
1464 |
white-space: normal; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1465 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1466 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1467 |
.privacy_requests .status-request-confirmed th, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1468 |
.privacy_requests .status-request-confirmed td { |
18 | 1469 |
background-color: #fff; |
1470 |
border-right-color: #72aee6; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1471 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1472 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1473 |
.privacy_requests .status-request-failed th, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1474 |
.privacy_requests .status-request-failed td { |
18 | 1475 |
background-color: #f6f7f7; |
1476 |
border-right-color: #d63638; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1477 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1478 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1479 |
.privacy_requests .export_personal_data_failed a { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1480 |
vertical-align: baseline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1481 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1482 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1483 |
.status-label { |
9 | 1484 |
font-weight: 600; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1485 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1486 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1487 |
.status-label.status-request-pending { |
9 | 1488 |
font-weight: 400; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1489 |
font-style: italic; |
18 | 1490 |
color: #646970; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1491 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1492 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1493 |
.status-label.status-request-failed { |
18 | 1494 |
color: #d63638; |
9 | 1495 |
font-weight: 600; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1496 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1497 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1498 |
.wp-privacy-request-form { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1499 |
clear: both; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1500 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1501 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1502 |
.wp-privacy-request-form-field { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1503 |
margin: 1.5em 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1504 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1505 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1506 |
.wp-privacy-request-form input { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1507 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1508 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1509 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1510 |
.email-personal-data::before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1511 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1512 |
font: normal 20px/1 dashicons; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1513 |
margin: 3px -2px 0 5px; |
18 | 1514 |
speak: never; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1515 |
-webkit-font-smoothing: antialiased; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1516 |
-moz-osx-font-smoothing: grayscale; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1517 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1518 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1519 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1520 |
.email-personal-data--sending::before { |
18 | 1521 |
color: #d63638; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1522 |
content: "\f463"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1523 |
animation: rotation 2s infinite linear; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1524 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1525 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1526 |
.email-personal-data--sent::before { |
18 | 1527 |
color: #68de7c; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1528 |
content: "\f147"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1529 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1530 |
|
5 | 1531 |
|
1532 |
/* =Media Queries |
|
1533 |
-------------------------------------------------------------- */ |
|
1534 |
||
9 | 1535 |
@media screen and (max-width: 782px) { |
5 | 1536 |
/* Input Elements */ |
1537 |
textarea { |
|
1538 |
-webkit-appearance: none; |
|
1539 |
} |
|
1540 |
||
1541 |
input[type="text"], |
|
16 | 1542 |
input[type="password"], |
1543 |
input[type="date"], |
|
1544 |
input[type="datetime"], |
|
1545 |
input[type="datetime-local"], |
|
5 | 1546 |
input[type="email"], |
16 | 1547 |
input[type="month"], |
1548 |
input[type="number"], |
|
5 | 1549 |
input[type="search"], |
16 | 1550 |
input[type="tel"], |
1551 |
input[type="time"], |
|
1552 |
input[type="url"], |
|
1553 |
input[type="week"] { |
|
5 | 1554 |
-webkit-appearance: none; |
16 | 1555 |
padding: 3px 10px; |
1556 |
/* Only necessary for IE11 */ |
|
1557 |
min-height: 40px; |
|
5 | 1558 |
} |
1559 |
||
16 | 1560 |
::-webkit-datetime-edit { |
1561 |
line-height: 1.875; /* 30px */ |
|
5 | 1562 |
} |
1563 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1564 |
input[type="checkbox"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1565 |
.widefat th input[type="checkbox"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1566 |
.widefat thead td input[type="checkbox"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1567 |
.widefat tfoot td input[type="checkbox"] { |
5 | 1568 |
-webkit-appearance: none; |
1569 |
} |
|
1570 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1571 |
.widefat th input[type="checkbox"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1572 |
.widefat thead td input[type="checkbox"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1573 |
.widefat tfoot td input[type="checkbox"] { |
5 | 1574 |
margin-bottom: 8px; |
1575 |
} |
|
1576 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1577 |
input[type="checkbox"]:checked:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1578 |
.widefat th input[type="checkbox"]:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1579 |
.widefat thead td input[type="checkbox"]:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1580 |
.widefat tfoot td input[type="checkbox"]:before { |
16 | 1581 |
width: 1.875rem; |
1582 |
height: 1.875rem; |
|
1583 |
margin: -0.1875rem -0.3125rem; |
|
5 | 1584 |
} |
1585 |
||
1586 |
input[type="radio"], |
|
1587 |
input[type="checkbox"] { |
|
16 | 1588 |
height: 1.5625rem; |
1589 |
width: 1.5625rem; |
|
5 | 1590 |
} |
1591 |
||
1592 |
.wp-admin p input[type="checkbox"], |
|
1593 |
.wp-admin p input[type="radio"] { |
|
16 | 1594 |
margin-top: -0.1875rem; |
5 | 1595 |
} |
1596 |
||
1597 |
input[type="radio"]:checked:before { |
|
1598 |
vertical-align: middle; |
|
16 | 1599 |
width: 0.5625rem; |
1600 |
height: 0.5625rem; |
|
1601 |
margin: 0.4375rem; |
|
1602 |
line-height: 0.76190476; |
|
5 | 1603 |
} |
1604 |
||
1605 |
.wp-upload-form input[type="submit"] { |
|
1606 |
margin-top: 10px; |
|
1607 |
} |
|
1608 |
||
16 | 1609 |
.wp-core-ui select, |
1610 |
.wp-admin .form-table select { |
|
1611 |
min-height: 40px; |
|
5 | 1612 |
font-size: 16px; |
16 | 1613 |
line-height: 1.625; /* 26px */ |
1614 |
padding: 5px 8px 5px 24px; |
|
5 | 1615 |
} |
1616 |
||
1617 |
.wp-admin .button-cancel { |
|
16 | 1618 |
margin-bottom: 0; |
1619 |
padding: 2px 0; |
|
5 | 1620 |
font-size: 14px; |
16 | 1621 |
vertical-align: middle; |
5 | 1622 |
} |
1623 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1624 |
#adduser .form-field input, |
5 | 1625 |
#createuser .form-field input { |
1626 |
width: 100%; |
|
1627 |
} |
|
1628 |
||
1629 |
.form-table { |
|
1630 |
box-sizing: border-box; |
|
1631 |
} |
|
1632 |
||
1633 |
.form-table th, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1634 |
.form-table td, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1635 |
.label-responsive { |
5 | 1636 |
display: block; |
1637 |
width: auto; |
|
1638 |
vertical-align: middle; |
|
1639 |
} |
|
1640 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1641 |
.label-responsive { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1642 |
margin: 0.5em 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1643 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1644 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1645 |
.export-filters li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1646 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1647 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1648 |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1649 |
.form-table .color-palette .color-palette-shade, |
5 | 1650 |
.form-table .color-palette td { |
1651 |
display: table-cell; |
|
1652 |
width: 15px; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1653 |
height: 30px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1654 |
padding: 0; |
5 | 1655 |
} |
1656 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1657 |
.form-table .color-palette { |
5 | 1658 |
margin-left: 10px; |
1659 |
} |
|
1660 |
||
1661 |
textarea, |
|
1662 |
input { |
|
1663 |
font-size: 16px; |
|
1664 |
} |
|
1665 |
||
1666 |
.form-table td input[type="text"], |
|
1667 |
.form-table td input[type="email"], |
|
1668 |
.form-table td input[type="password"], |
|
1669 |
.form-table td select, |
|
1670 |
.form-table td textarea, |
|
1671 |
.form-table span.description, |
|
1672 |
#profile-page .form-table textarea { |
|
1673 |
width: 100%; |
|
1674 |
display: block; |
|
1675 |
max-width: none; |
|
1676 |
box-sizing: border-box; |
|
1677 |
} |
|
1678 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1679 |
.form-table .form-required.form-invalid td:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1680 |
float: left; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1681 |
margin: -30px 0 0 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1682 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1683 |
|
5 | 1684 |
input[type="text"].small-text, |
1685 |
input[type="search"].small-text, |
|
1686 |
input[type="password"].small-text, |
|
1687 |
input[type="number"].small-text, |
|
1688 |
input[type="number"].small-text, |
|
1689 |
.form-table input[type="text"].small-text { |
|
1690 |
width: auto; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1691 |
max-width: 4.375em; /* 70px, enough for 4 digits to fit comfortably */ |
5 | 1692 |
display: inline; |
1693 |
padding: 3px 6px; |
|
1694 |
margin: 0 3px; |
|
1695 |
} |
|
1696 |
||
19 | 1697 |
.form-table .regular-text ~ input[type="text"].small-text { |
1698 |
margin-top: 5px; |
|
1699 |
} |
|
1700 |
||
5 | 1701 |
#pass-strength-result { |
1702 |
width: 100%; |
|
1703 |
box-sizing: border-box; |
|
1704 |
padding: 8px; |
|
1705 |
} |
|
1706 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1707 |
.password-input-wrapper { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1708 |
display: block; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1709 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1710 |
|
5 | 1711 |
p.search-box { |
1712 |
float: none; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1713 |
width: 100%; |
5 | 1714 |
margin-bottom: 20px; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1715 |
display: flex; |
5 | 1716 |
} |
1717 |
||
1718 |
p.search-box input[name="s"] { |
|
1719 |
float: none; |
|
1720 |
width: 100%; |
|
1721 |
margin-bottom: 10px; |
|
1722 |
vertical-align: middle; |
|
1723 |
} |
|
1724 |
||
1725 |
p.search-box input[type="submit"] { |
|
1726 |
margin-bottom: 10px; |
|
1727 |
} |
|
1728 |
||
1729 |
.form-table span.description { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1730 |
display: inline; |
5 | 1731 |
padding: 4px 0 0; |
16 | 1732 |
line-height: 1.4; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1733 |
font-size: 14px; |
5 | 1734 |
} |
1735 |
||
1736 |
.form-table th { |
|
19 | 1737 |
padding: 10px 0 0; |
5 | 1738 |
border-bottom: 0; |
1739 |
} |
|
1740 |
||
1741 |
.form-table td { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1742 |
margin-bottom: 0; |
19 | 1743 |
padding: 4px 0 6px; |
5 | 1744 |
} |
1745 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1746 |
.form-table.permalink-structure td code { |
16 | 1747 |
display: inline-block; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1748 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1749 |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1750 |
.form-table.permalink-structure .structure-selection { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1751 |
margin-top: 8px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1752 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1753 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1754 |
.form-table.permalink-structure .structure-selection .row > div { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1755 |
max-width: calc(100% - 36px); |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1756 |
width: 100%; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1757 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1758 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1759 |
.form-table.permalink-structure td input[type="text"] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1760 |
margin-top: 4px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1761 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1762 |
|
5 | 1763 |
.form-table input.regular-text { |
1764 |
width: 100%; |
|
1765 |
} |
|
1766 |
||
1767 |
.form-table label { |
|
1768 |
font-size: 14px; |
|
1769 |
} |
|
1770 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1771 |
.form-table td > label:first-child { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1772 |
display: inline-block; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1773 |
margin-top: 0.35em; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1774 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1775 |
|
16 | 1776 |
.background-position-control .button-group > label { |
1777 |
font-size: 0; |
|
1778 |
} |
|
1779 |
||
5 | 1780 |
.form-table fieldset label { |
1781 |
display: block; |
|
1782 |
} |
|
1783 |
||
1784 |
.form-field #domain { |
|
1785 |
max-width: none; |
|
1786 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1787 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1788 |
/* New Password */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1789 |
.wp-pwd { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1790 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1791 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1792 |
|
16 | 1793 |
/* Needs higher specificity than normal input type text and password. */ |
1794 |
#profile-page .form-table #pass1 { |
|
1795 |
padding-left: 90px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1796 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1797 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1798 |
.wp-pwd button.button { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1799 |
background: transparent; |
9 | 1800 |
border: 1px solid transparent; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1801 |
box-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1802 |
line-height: 2; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1803 |
margin: 0; |
9 | 1804 |
padding: 5px 9px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1805 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1806 |
left: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1807 |
top: 0; |
16 | 1808 |
width: 2.375rem; |
1809 |
height: 2.375rem; |
|
1810 |
min-width: 40px; |
|
1811 |
min-height: 40px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1812 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1813 |
|
9 | 1814 |
.wp-pwd button.wp-hide-pw { |
16 | 1815 |
left: 2.5rem; |
9 | 1816 |
} |
1817 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1818 |
body.user-new-php .wp-pwd button.wp-hide-pw { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1819 |
left: 0; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1820 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1821 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1822 |
.wp-pwd button.button:hover, |
9 | 1823 |
.wp-pwd button.button:focus { |
1824 |
background: transparent; |
|
1825 |
} |
|
1826 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1827 |
.wp-pwd button.button:active { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1828 |
background: transparent; |
9 | 1829 |
box-shadow: none; |
1830 |
transform: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1831 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1832 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1833 |
.wp-pwd .button .text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1834 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1835 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1836 |
|
16 | 1837 |
.wp-pwd [type="text"], |
1838 |
.wp-pwd [type="password"] { |
|
1839 |
line-height: 2; |
|
1840 |
padding-left: 5rem; |
|
1841 |
} |
|
1842 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1843 |
body.user-new-php .wp-pwd [type="text"], |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1844 |
body.user-new-php .wp-pwd [type="password"] { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1845 |
padding-left: 2.5rem; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1846 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1847 |
|
9 | 1848 |
.wp-cancel-pw .dashicons-no { |
1849 |
display: inline-block; |
|
1850 |
} |
|
1851 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1852 |
.mailserver-pass-wrap .wp-pwd { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1853 |
display: block; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1854 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1855 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1856 |
/* rtl:ignore */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1857 |
#mailserver_pass { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1858 |
padding-left: 10px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1859 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
1860 |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1861 |
.options-general-php input[type="text"].small-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1862 |
max-width: 6.25em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1863 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1864 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1865 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1866 |
/* Privacy Policy settings screen */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1867 |
.tools-privacy-policy-page form.wp-create-privacy-page { |
9 | 1868 |
margin-bottom: 1em; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1869 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1870 |
|
9 | 1871 |
.tools-privacy-policy-page input#set-page, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1872 |
.tools-privacy-policy-page select { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1873 |
margin: 10px 0 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1874 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1875 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1876 |
.tools-privacy-policy-page .wp-create-privacy-page span { |
9 | 1877 |
display: block; |
1878 |
margin-bottom: 1em; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1879 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1880 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1881 |
.tools-privacy-policy-page .wp-create-privacy-page .button { |
9 | 1882 |
margin-right: 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1883 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1884 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1885 |
.wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1886 |
display: table-cell; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1887 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1888 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1889 |
.wp-list-table.privacy_requests.widefat th input, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1890 |
.wp-list-table.privacy_requests.widefat thead td input { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1891 |
margin-right: 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1892 |
} |
16 | 1893 |
|
1894 |
.wp-privacy-request-form-field input[type="text"] { |
|
1895 |
width: 100%; |
|
1896 |
margin-bottom: 10px; |
|
1897 |
vertical-align: middle; |
|
1898 |
} |
|
1899 |
||
9 | 1900 |
.regular-text { |
1901 |
max-width: 100%; |
|
1902 |
} |
|
5 | 1903 |
} |
1904 |
||
1905 |
@media only screen and (max-width: 768px) { |
|
1906 |
.form-field input[type="text"], |
|
1907 |
.form-field input[type="email"], |
|
1908 |
.form-field input[type="password"], |
|
1909 |
.form-field select, |
|
1910 |
.form-field textarea { |
|
1911 |
width: 99%; |
|
1912 |
} |
|
1913 |
||
1914 |
.form-wrap .form-field { |
|
9 | 1915 |
padding: 0; |
5 | 1916 |
} |
1917 |
} |
|
1918 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1919 |
@media only screen and (max-height: 480px), screen and (max-width: 450px) { |
9 | 1920 |
/* Request Credentials / File Editor Warning */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1921 |
.request-filesystem-credentials-dialog .notification-dialog, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1922 |
.file-editor-warning .notification-dialog { |
5 | 1923 |
width: 100%; |
1924 |
height: 100%; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1925 |
max-height: 100%; |
5 | 1926 |
position: fixed; |
1927 |
top: 0; |
|
1928 |
margin: 0; |
|
1929 |
right: 0; |
|
1930 |
} |
|
1931 |
} |
|
1932 |
||
1933 |
/* Smartphone */ |
|
1934 |
@media screen and (max-width: 600px) { |
|
1935 |
/* Color Picker Options */ |
|
1936 |
.color-option { |
|
1937 |
width: 49%; |
|
1938 |
} |
|
1939 |
} |
|
1940 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1941 |
@media only screen and (max-width: 320px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1942 |
.options-general-php .date-time-text.date-time-custom-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1943 |
min-width: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1944 |
margin-left: 0.5em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1945 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1946 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1947 |
|
9 | 1948 |
@keyframes rotation { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1949 |
0% { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1950 |
transform: rotate(0deg); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1951 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1952 |
100% { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1953 |
transform: rotate(-359deg); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1954 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1955 |
} |