Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25091, comment 3


Ignore:
Timestamp:
08/20/2013 02:12:45 PM (11 years ago)
Author:
buffler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25091, comment 3

    initial v1  
    55In core there's no need for {{{z-index}}} on the admin menu because there's no background applied to either {{{body}}} or {{{#wpwrap}}}. But yes, you can set {{{#adminmenuback, #adminmenuwrap { z-index: 1 } }}} as you already have with the second issue if you want {{{body}}} or {{{#wpwrap}}} to look better with a background applied.
    66
    7 In summary, starting {{{custom_wp_admin_css}}} with these rules should get you going:
     7In summary, starting your admin-style.css file with these rules should get you going:
    88
    99{{{