Make WordPress Core

Ticket #41155: 41155.3.patch

File 41155.3.patch, 743 bytes (added by chintanmachhi207, 7 years ago)
  • src/wp-admin/css/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: 9000; /* Over WP Pointers. */
    374374}
    375375
    376376.theme-overlay .theme-header {
     
    481481        background: #fff;
    482482        -webkit-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
    483483        box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
    484         z-index: 10000; /* Over WP Pointers. */
     484        z-index: 9000; /* Over WP Pointers. */
    485485        -webkit-box-sizing: border-box;
    486486        -moz-box-sizing: border-box;
    487487        box-sizing: border-box;