Make WordPress Core

Ticket #41155: admin-sidebar.41155.diff

File admin-sidebar.41155.diff, 2.1 KB (added by ralessio, 2 years ago)
  • src/wp-admin/css/themes.css

    diff --git src/wp-admin/css/themes.css src/wp-admin/css/themes.css
    index 61e290fe86..e67eb3effb 100644
    body.js .theme-browser.search-loading { 
    273273        text-decoration: none;
    274274        display: block;
    275275        position: relative;
    276         z-index: 1;
    277276}
    278277
    279278.theme-browser .theme.add-new-theme a:after {
    body.js .theme-browser.search-loading { 
    313312        text-indent: -4px;
    314313        padding: 0;
    315314        text-shadow: none;
    316         z-index: 4;
    317315}
    318316
    319317.rtl .theme-browser .theme.add-new-theme span:after {
    body.js .theme-browser.search-loading { 
    369367        bottom: 0;
    370368        background: #f0f0f1;
    371369        background: rgba(240, 240, 241, 0.9);
    372         z-index: 10000; /* Over WP Pointers. */
    373370}
    374371
    375372.theme-overlay .theme-header {
    body.js .theme-browser.search-loading { 
    476473        bottom: 3%;
    477474        background: #fff;
    478475        box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
    479         z-index: 10000; /* Over WP Pointers. */
    480476        box-sizing: border-box;
    481477        -webkit-overflow-scrolling: touch;
    482478}