Ticket #19186: admin-bar-submenu-shadow.diff

File admin-bar-submenu-shadow.diff, 762 bytes (added by jakemgold, 19 months ago)

Used z-index / background color solution for a more definitive solution

  • wp-includes/css/admin-bar.dev.css

     
    115115        border-width: 0 1px 1px 1px; 
    116116        border-style: solid; 
    117117        border-color: #dfdfdf; 
     118        z-index: 1;      
    118119} 
    119120 
    120121#wpadminbar .quicklinks .opposite.menupop ul { 
     
    148149        text-shadow: none; 
    149150        white-space: nowrap; 
    150151        min-width: 140px; 
     152        background-color: transparent; 
    151153} 
    152154 
    153155#wpadminbar .shortlink-input { 
     
    197199#wpadminbar .quicklinks .menupop a:focus span { 
    198200        color: #333; 
    199201        text-shadow: none; 
     202        background-color:  #fff; 
     203        z-index: 2; 
     204        position: relative; 
    200205} 
    201206 
    202207#wpadminbar .quicklinks .menupop li:hover,