Make WordPress Core

Ticket #5868: double-underline-fix.patch

File double-underline-fix.patch, 408 bytes (added by hempsworth, 18 years ago)
  • wp-admin/wp-admin.css

     
    682682}
    683683
    684684#adminmenu a:hover {
    685         border-bottom: 1px solid #c6d9e9;
     685        border-bottom: none;
     686        background:#fff url(images/admin-menu.gif) repeat-x bottom left;
     687        padding-bottom:7px;
    686688        font-weight: normal;
    687689}
    688690