Make WordPress Core

Ticket #41155: 41155.2.patch

File 41155.2.patch, 370 bytes (added by mp518, 7 years ago)

z-index decreased

  • themes.css

     
    370370        bottom: 0;
    371371        background: #f1f1f1;
    372372        background: rgba( 238, 238, 238, 0.9 );
    373         z-index: 10000; /* Over WP Pointers. */
     373        z-index: 999; /* Over WP Pointers. */
    374374}
    375375
    376376.theme-overlay .theme-header {