Make WordPress Core

Ticket #41155: 41155.4.patch

File 41155.4.patch, 675 bytes (added by janak007, 7 years ago)

Added refreshed patch

  • src/wp-admin/css/themes.css

     
    369369        bottom: 0;
    370370        background: #f1f1f1;
    371371        background: rgba( 238, 238, 238, 0.9 );
    372         z-index: 10000; /* Over WP Pointers. */
     372        z-index: 9989; /* Over WP Pointers. */
    373373}
    374374
    375375.theme-overlay .theme-header {
     
    476476        bottom: 3%;
    477477        background: #fff;
    478478        box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
    479         z-index: 10000; /* Over WP Pointers. */
     479        z-index: 9989; /* Over WP Pointers. */
    480480        box-sizing: border-box;
    481481        -webkit-overflow-scrolling: touch;
    482482}