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 |
.wp-full-overlay-sidebar { |
3 |
overflow: visible; |
|
4 |
} |
|
5 |
||
6 |
/** |
|
7 |
* Hide all sidebar sections by default, only show them (via JS) once the |
|
8 |
* preview loads and we know whether the sidebars are used in the template. |
|
9 |
*/ |
|
10 |
||
11 |
.control-section.control-section-sidebar, |
|
12 |
.customize-control-sidebar_widgets label, |
|
13 |
.customize-control-sidebar_widgets .hide-if-js { |
|
14 |
/* The link in .customize-control-sidebar_widgets .hide-if-js will fail if it ever gets used. */ |
|
15 |
display: none; |
|
16 |
} |
|
17 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
18 |
.control-section.control-section-sidebar .accordion-section-content.ui-sortable { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
19 |
overflow: visible; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
20 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
21 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
22 |
/* Note: widget-tops are more compact when (max-height: 700px) and (min-width: 981px). */ |
5 | 23 |
.customize-control-widget_form .widget-top { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
24 |
background: #fff; |
5 | 25 |
transition: opacity 0.5s; |
26 |
} |
|
27 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
28 |
.customize-control .widget-action { |
18 | 29 |
color: #787c82; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
30 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
31 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
32 |
.customize-control .widget-top:hover .widget-action, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
33 |
.customize-control .widget-action:focus { |
18 | 34 |
color: #1d2327; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
35 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
36 |
|
5 | 37 |
.customize-control-widget_form:not(.widget-rendered) .widget-top { |
38 |
opacity: 0.5; |
|
39 |
} |
|
40 |
||
41 |
.customize-control-widget_form .widget-control-save { |
|
42 |
display: none; |
|
43 |
} |
|
44 |
||
45 |
.customize-control-widget_form .spinner { |
|
46 |
visibility: hidden; |
|
47 |
margin-top: 0; |
|
48 |
} |
|
49 |
||
50 |
.customize-control-widget_form.previewer-loading .spinner { |
|
51 |
visibility: visible; |
|
52 |
} |
|
53 |
||
54 |
.customize-control-widget_form.widget-form-disabled .widget-content { |
|
55 |
opacity: 0.7; |
|
56 |
pointer-events: none; |
|
57 |
-webkit-user-select: none; |
|
58 |
user-select: none; |
|
59 |
} |
|
60 |
||
61 |
.customize-control-widget_form .widget { |
|
62 |
margin-bottom: 0; |
|
63 |
} |
|
64 |
||
65 |
.customize-control-widget_form.wide-widget-control .widget-inside { |
|
66 |
position: fixed; |
|
67 |
right: 299px; |
|
68 |
top: 25%; |
|
18 | 69 |
border: 1px solid #dcdcde; |
5 | 70 |
overflow: auto; |
71 |
} |
|
72 |
.customize-control-widget_form.wide-widget-control .widget-inside > .form { |
|
73 |
padding: 20px; |
|
74 |
} |
|
75 |
||
76 |
.customize-control-widget_form.wide-widget-control .widget-top { |
|
77 |
transition: background-color 0.4s; |
|
78 |
} |
|
79 |
.customize-control-widget_form.wide-widget-control.expanding .widget-top, |
|
80 |
.customize-control-widget_form.wide-widget-control.expanded:not(.collapsing) .widget-top { |
|
18 | 81 |
background-color: #dcdcde; |
5 | 82 |
} |
83 |
||
84 |
.widget-inside { |
|
19 | 85 |
padding: 1px 10px 10px; |
5 | 86 |
border-top: none; |
16 | 87 |
line-height: 1.23076923; |
5 | 88 |
} |
89 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
90 |
.customize-control-widget_form.expanded .widget-action .toggle-indicator:before { |
5 | 91 |
content: "\f142"; |
92 |
} |
|
93 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
94 |
.customize-control-widget_form.wide-widget-control .widget-action .toggle-indicator:before { |
5 | 95 |
content: "\f141"; |
96 |
} |
|
97 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
98 |
.customize-control-widget_form.wide-widget-control.expanded .widget-action .toggle-indicator:before { |
5 | 99 |
content: "\f139"; |
100 |
} |
|
101 |
||
102 |
.widget-title-action { |
|
103 |
cursor: pointer; |
|
104 |
} |
|
105 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
106 |
.widget-top, |
5 | 107 |
.customize-control-widget_form .widget .customize-control-title { |
108 |
cursor: move; |
|
109 |
} |
|
110 |
||
111 |
.control-section.accordion-section.highlighted > .accordion-section-title, |
|
112 |
.customize-control-widget_form.highlighted { |
|
113 |
outline: none; |
|
18 | 114 |
box-shadow: 0 0 2px rgba(79, 148, 212, 0.8); |
5 | 115 |
position: relative; |
116 |
z-index: 1; |
|
117 |
} |
|
118 |
||
119 |
#widget-customizer-control-templates { |
|
120 |
display: none; |
|
121 |
} |
|
122 |
||
123 |
/** |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
124 |
* Widget reordering styles |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
125 |
*/ |
5 | 126 |
|
127 |
#customize-theme-controls .widget-reorder-nav { |
|
128 |
display: none; |
|
129 |
float: left; |
|
18 | 130 |
background-color: #f6f7f7; |
5 | 131 |
} |
132 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
133 |
.move-widget:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
134 |
content: "\f504"; |
5 | 135 |
} |
136 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
137 |
#customize-theme-controls .move-widget-area { |
5 | 138 |
display: none; |
139 |
background: #fff; |
|
18 | 140 |
border: 1px solid #c3c4c7; |
5 | 141 |
border-top: none; |
142 |
cursor: auto; |
|
143 |
} |
|
144 |
||
145 |
#customize-theme-controls .reordering .move-widget-area.active { |
|
146 |
display: block; |
|
147 |
} |
|
148 |
||
149 |
#customize-theme-controls .move-widget-area .description { |
|
150 |
margin: 0; |
|
151 |
padding: 15px 20px; |
|
152 |
font-weight: 400; |
|
153 |
} |
|
154 |
||
155 |
#customize-theme-controls .widget-area-select { |
|
156 |
margin: 0; |
|
157 |
padding: 0; |
|
158 |
list-style: none; |
|
159 |
} |
|
160 |
||
161 |
#customize-theme-controls .widget-area-select li { |
|
162 |
position: relative; |
|
163 |
margin: 0; |
|
164 |
padding: 13px 42px 15px 15px; |
|
18 | 165 |
color: #50575e; |
166 |
border-top: 1px solid #c3c4c7; |
|
5 | 167 |
cursor: pointer; |
168 |
-webkit-user-select: none; |
|
169 |
user-select: none; |
|
170 |
} |
|
171 |
||
172 |
#customize-theme-controls .widget-area-select li:before { |
|
173 |
display: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
174 |
content: "\f147"; |
5 | 175 |
position: absolute; |
176 |
top: 12px; |
|
177 |
right: 10px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
178 |
font: normal 20px/1 dashicons; |
5 | 179 |
-webkit-font-smoothing: antialiased; |
180 |
-moz-osx-font-smoothing: grayscale; |
|
181 |
} |
|
182 |
||
183 |
#customize-theme-controls .widget-area-select li:last-child { |
|
18 | 184 |
border-bottom: 1px solid #c3c4c7; |
5 | 185 |
} |
186 |
||
187 |
#customize-theme-controls .widget-area-select .selected { |
|
188 |
color: #fff; |
|
18 | 189 |
background: #2271b1; |
5 | 190 |
} |
191 |
||
192 |
#customize-theme-controls .widget-area-select .selected:before { |
|
193 |
display: block; |
|
194 |
} |
|
195 |
||
196 |
#customize-theme-controls .move-widget-actions { |
|
197 |
text-align: left; |
|
198 |
padding: 12px; |
|
199 |
} |
|
200 |
||
201 |
#customize-theme-controls .reordering .widget-title-action { |
|
202 |
display: none; |
|
203 |
} |
|
204 |
||
205 |
#customize-theme-controls .reordering .widget-reorder-nav { |
|
206 |
display: block; |
|
207 |
} |
|
208 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
209 |
/* Text Widget */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
210 |
.wp-customizer div.mce-inline-toolbar-grp, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
211 |
.wp-customizer div.mce-tooltip { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
212 |
z-index: 500100 !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
213 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
214 |
.wp-customizer .ui-autocomplete.wplink-autocomplete { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
215 |
z-index: 500110; /* originally 100110, but z-index of .wp-full-overlay is 500000 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
216 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
217 |
.wp-customizer #wp-link-backdrop { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
218 |
z-index: 500100; /* originally 100100, but z-index of .wp-full-overlay is 500000 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
219 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
220 |
.wp-customizer #wp-link-wrap { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
221 |
z-index: 500105; /* originally 100105, but z-index of .wp-full-overlay is 500000 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
222 |
} |
5 | 223 |
|
224 |
/** |
|
225 |
* Styles for new widget addition panel |
|
226 |
*/ |
|
227 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
228 |
/* override widgets admin page rules in wp-admin/css/widgets.css */ |
5 | 229 |
#widgets-left #available-widgets .widget { |
230 |
float: none !important; |
|
231 |
width: auto !important; |
|
232 |
} |
|
233 |
||
9 | 234 |
/* Keep rule that is no longer necessary on widgets.php. */ |
235 |
#available-widgets .widget-action { |
|
236 |
display: none; |
|
237 |
} |
|
238 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
239 |
.ios #available-widgets { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
240 |
transition: right 0s; |
5 | 241 |
} |
242 |
||
243 |
#available-widgets .widget-tpl:hover, |
|
244 |
#available-widgets .widget-tpl.selected { |
|
18 | 245 |
background: #f6f7f7; |
246 |
border-bottom-color: #c3c4c7; |
|
247 |
color: #2271b1; |
|
248 |
border-right: 4px solid #2271b1; |
|
5 | 249 |
} |
250 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
251 |
#customize-controls .widget-title h3 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
252 |
font-size: 1em; |
5 | 253 |
} |
254 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
255 |
#available-widgets .widget-title h3 { |
5 | 256 |
padding: 0 0 5px; |
257 |
font-size: 14px; |
|
258 |
} |
|
259 |
||
260 |
#available-widgets .widget .widget-description { |
|
261 |
padding: 0; |
|
18 | 262 |
color: #646970; |
5 | 263 |
} |
264 |
||
265 |
#customize-preview { |
|
266 |
transition: all 0.2s; |
|
267 |
} |
|
268 |
||
269 |
body.adding-widget #available-widgets { |
|
270 |
right: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
271 |
visibility: visible; |
5 | 272 |
} |
273 |
||
274 |
body.adding-widget .wp-full-overlay-main { |
|
275 |
right: 300px; |
|
276 |
} |
|
277 |
||
278 |
body.adding-widget #customize-preview { |
|
279 |
opacity: 0.4; |
|
280 |
} |
|
281 |
||
282 |
||
283 |
/** |
|
284 |
* Widget Icon styling |
|
285 |
* No plurals in naming. |
|
286 |
* Ordered from lowest to highest specificity. |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
287 |
*/ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
288 |
|
5 | 289 |
#available-widgets .widget-title { |
290 |
position: relative; |
|
291 |
} |
|
292 |
||
293 |
#available-widgets .widget-title:before { |
|
294 |
content: "\f132"; |
|
295 |
position: absolute; |
|
296 |
top: -3px; |
|
297 |
left: 100%; |
|
298 |
margin-left: 20px; |
|
299 |
width: 20px; |
|
300 |
height: 20px; |
|
18 | 301 |
color: #2c3338; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
302 |
font: normal 20px/1 dashicons; |
5 | 303 |
text-align: center; |
304 |
box-sizing: border-box; |
|
305 |
-webkit-font-smoothing: antialiased; |
|
306 |
-moz-osx-font-smoothing: grayscale; |
|
307 |
} |
|
308 |
||
16 | 309 |
/* dashicons-smiley */ |
5 | 310 |
#available-widgets [class*="easy"] .widget-title:before { content: "\f328"; top: -4px; } |
311 |
||
16 | 312 |
/* dashicons-star-filled */ |
5 | 313 |
#available-widgets [class*="super"] .widget-title:before, |
314 |
#available-widgets [class*="like"] .widget-title:before { content: "\f155"; top: -4px; } |
|
315 |
||
16 | 316 |
/* dashicons-wordpress */ |
5 | 317 |
#available-widgets [class*="meta"] .widget-title:before { content: "\f120"; } |
318 |
||
16 | 319 |
/* dashicons-archive */ |
5 | 320 |
#available-widgets [class*="archives"] .widget-title:before { content: "\f480"; top: -4px; } |
321 |
||
16 | 322 |
/* dashicons-category */ |
5 | 323 |
#available-widgets [class*="categor"] .widget-title:before { content: "\f318"; top: -4px; } |
324 |
||
16 | 325 |
/* dashicons-admin-comments */ |
5 | 326 |
#available-widgets [class*="comment"] .widget-title:before, |
327 |
#available-widgets [class*="testimonial"] .widget-title:before, |
|
328 |
#available-widgets [class*="chat"] .widget-title:before { content: "\f101"; } |
|
329 |
||
16 | 330 |
/* dashicons-admin-post */ |
5 | 331 |
#available-widgets [class*="post"] .widget-title:before { content: "\f109"; } |
332 |
||
16 | 333 |
/* dashicons-admin-page */ |
5 | 334 |
#available-widgets [class*="page"] .widget-title:before { content: "\f105"; } |
335 |
||
16 | 336 |
/* dashicons-text */ |
5 | 337 |
#available-widgets [class*="text"] .widget-title:before { content: "\f478"; } |
338 |
||
16 | 339 |
/* dashicons-admin-links */ |
5 | 340 |
#available-widgets [class*="link"] .widget-title:before { content: "\f103"; } |
341 |
||
16 | 342 |
/* dashicons-search */ |
5 | 343 |
#available-widgets [class*="search"] .widget-title:before { content: "\f179"; } |
344 |
||
16 | 345 |
/* dashicons-menu */ |
5 | 346 |
#available-widgets [class*="menu"] .widget-title:before, |
347 |
#available-widgets [class*="nav"] .widget-title:before { content: "\f333"; } |
|
348 |
||
16 | 349 |
/* dashicons-tagcloud */ |
5 | 350 |
#available-widgets [class*="tag"] .widget-title:before { content: "\f479"; } |
351 |
||
16 | 352 |
/* dashicons-rss */ |
5 | 353 |
#available-widgets [class*="rss"] .widget-title:before { content: "\f303"; top: -6px; } |
354 |
||
16 | 355 |
/* dashicons-calendar */ |
5 | 356 |
#available-widgets [class*="event"] .widget-title:before, |
357 |
#available-widgets [class*="calendar"] .widget-title:before { content: "\f145"; top: -4px;} |
|
358 |
||
16 | 359 |
/* dashicons-format-image */ |
5 | 360 |
#available-widgets [class*="image"] .widget-title:before, |
361 |
#available-widgets [class*="photo"] .widget-title:before, |
|
362 |
#available-widgets [class*="slide"] .widget-title:before, |
|
363 |
#available-widgets [class*="instagram"] .widget-title:before { content: "\f128"; } |
|
364 |
||
16 | 365 |
/* dashicons-format-gallery */ |
5 | 366 |
#available-widgets [class*="album"] .widget-title:before, |
367 |
#available-widgets [class*="galler"] .widget-title:before { content: "\f161"; } |
|
368 |
||
16 | 369 |
/* dashicons-format-video */ |
5 | 370 |
#available-widgets [class*="video"] .widget-title:before, |
371 |
#available-widgets [class*="tube"] .widget-title:before { content: "\f126"; } |
|
372 |
||
16 | 373 |
/* dashicons-format-audio */ |
5 | 374 |
#available-widgets [class*="music"] .widget-title:before, |
375 |
#available-widgets [class*="radio"] .widget-title:before, |
|
376 |
#available-widgets [class*="audio"] .widget-title:before { content: "\f127"; } |
|
377 |
||
16 | 378 |
/* dashicons-admin-users */ |
5 | 379 |
#available-widgets [class*="login"] .widget-title:before, |
380 |
#available-widgets [class*="user"] .widget-title:before, |
|
381 |
#available-widgets [class*="member"] .widget-title:before, |
|
382 |
#available-widgets [class*="avatar"] .widget-title:before, |
|
383 |
#available-widgets [class*="subscriber"] .widget-title:before, |
|
384 |
#available-widgets [class*="profile"] .widget-title:before, |
|
385 |
#available-widgets [class*="grofile"] .widget-title:before { content: "\f110"; } |
|
386 |
||
16 | 387 |
/* dashicons-cart */ |
5 | 388 |
#available-widgets [class*="commerce"] .widget-title:before, |
389 |
#available-widgets [class*="shop"] .widget-title:before, |
|
390 |
#available-widgets [class*="cart"] .widget-title:before { content: "\f174"; top: -4px; } |
|
391 |
||
16 | 392 |
/* dashicons-shield */ |
5 | 393 |
#available-widgets [class*="secur"] .widget-title:before, |
394 |
#available-widgets [class*="firewall"] .widget-title:before { content: "\f332"; } |
|
395 |
||
16 | 396 |
/* dashicons-chart-bar */ |
5 | 397 |
#available-widgets [class*="analytic"] .widget-title:before, |
398 |
#available-widgets [class*="stat"] .widget-title:before, |
|
399 |
#available-widgets [class*="poll"] .widget-title:before { content: "\f185"; } |
|
400 |
||
16 | 401 |
/* dashicons-feedback */ |
5 | 402 |
#available-widgets [class*="form"] .widget-title:before { content: "\f175"; } |
403 |
||
16 | 404 |
/* dashicons-email-alt */ |
5 | 405 |
#available-widgets [class*="subscribe"] .widget-title:before, |
406 |
#available-widgets [class*="news"] .widget-title:before, |
|
407 |
#available-widgets [class*="contact"] .widget-title:before, |
|
408 |
#available-widgets [class*="mail"] .widget-title:before { content: "\f466"; } |
|
409 |
||
16 | 410 |
/* dashicons-share */ |
5 | 411 |
#available-widgets [class*="share"] .widget-title:before, |
412 |
#available-widgets [class*="socia"] .widget-title:before { content: "\f237"; } |
|
413 |
||
16 | 414 |
/* dashicons-translation */ |
5 | 415 |
#available-widgets [class*="lang"] .widget-title:before, |
416 |
#available-widgets [class*="translat"] .widget-title:before { content: "\f326"; } |
|
417 |
||
16 | 418 |
/* dashicons-location-alt */ |
5 | 419 |
#available-widgets [class*="locat"] .widget-title:before, |
420 |
#available-widgets [class*="map"] .widget-title:before { content: "\f231"; } |
|
421 |
||
16 | 422 |
/* dashicons-download */ |
5 | 423 |
#available-widgets [class*="download"] .widget-title:before { content: "\f316"; } |
424 |
||
16 | 425 |
/* dashicons-cloud */ |
5 | 426 |
#available-widgets [class*="weather"] .widget-title:before { content: "\f176"; top: -4px;} |
427 |
||
16 | 428 |
/* dashicons-facebook */ |
5 | 429 |
#available-widgets [class*="facebook"] .widget-title:before { content: "\f304"; } |
430 |
||
16 | 431 |
/* dashicons-twitter */ |
5 | 432 |
#available-widgets [class*="tweet"] .widget-title:before, |
433 |
#available-widgets [class*="twitter"] .widget-title:before { content: "\f301"; } |
|
434 |
||
435 |
@media screen and (max-height: 700px) and (min-width: 981px) { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
436 |
/* Compact widget-tops on smaller laptops, but not tablets. See ticket #27112#comment:4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
437 |
.customize-control-widget_form { |
5 | 438 |
margin-bottom: 0; |
439 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
440 |
|
5 | 441 |
.widget-top { |
442 |
box-shadow: none; |
|
443 |
margin-top: -1px; |
|
444 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
445 |
|
5 | 446 |
.widget-top:hover { |
447 |
position: relative; |
|
448 |
z-index: 1; |
|
449 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
450 |
|
5 | 451 |
.last-widget { |
452 |
margin-bottom: 15px; |
|
453 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
454 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
455 |
.widget-title h3 { |
5 | 456 |
padding: 13px 15px; |
457 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
458 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
459 |
.widget-top .widget-action { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
460 |
padding: 8px 10px; |
5 | 461 |
} |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
462 |
|
5 | 463 |
.widget-reorder-nav span { |
464 |
height: 39px; |
|
465 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
466 |
|
5 | 467 |
.widget-reorder-nav span:before { |
468 |
line-height: 39px; |
|
469 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
470 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
471 |
/* Compact the move widget areas. */ |
5 | 472 |
#customize-theme-controls .widget-area-select li { |
473 |
padding: 9px 42px 11px 15px; |
|
474 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
475 |
|
5 | 476 |
#customize-theme-controls .widget-area-select li:before { |
477 |
top: 8px; |
|
478 |
} |
|
479 |
} |