diff --git src/wp-admin/css/themes.css src/wp-admin/css/themes.css
index 61e290fe86..e67eb3effb 100644
|
|
body.js .theme-browser.search-loading { |
273 | 273 | text-decoration: none; |
274 | 274 | display: block; |
275 | 275 | position: relative; |
276 | | z-index: 1; |
277 | 276 | } |
278 | 277 | |
279 | 278 | .theme-browser .theme.add-new-theme a:after { |
… |
… |
body.js .theme-browser.search-loading { |
313 | 312 | text-indent: -4px; |
314 | 313 | padding: 0; |
315 | 314 | text-shadow: none; |
316 | | z-index: 4; |
317 | 315 | } |
318 | 316 | |
319 | 317 | .rtl .theme-browser .theme.add-new-theme span:after { |
… |
… |
body.js .theme-browser.search-loading { |
369 | 367 | bottom: 0; |
370 | 368 | background: #f0f0f1; |
371 | 369 | background: rgba(240, 240, 241, 0.9); |
372 | | z-index: 10000; /* Over WP Pointers. */ |
373 | 370 | } |
374 | 371 | |
375 | 372 | .theme-overlay .theme-header { |
… |
… |
body.js .theme-browser.search-loading { |
476 | 473 | bottom: 3%; |
477 | 474 | background: #fff; |
478 | 475 | box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1); |
479 | | z-index: 10000; /* Over WP Pointers. */ |
480 | 476 | box-sizing: border-box; |
481 | 477 | -webkit-overflow-scrolling: touch; |
482 | 478 | } |