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