Make WordPress Core

Ticket #27593: common.diff

File common.diff, 524 bytes (added by TomHarrigan, 9 years ago)

adds outline + box shadow on focus. increase padding-bottom on :after

  • wp-admin/css/common.css

     
    28282828}
    28292829
    28302830.widget-top a.widget-action:after {
    2831         padding: 12px 12px 0;
     2831        padding: 12px 12px 11px;
    28322832}
    28332833
     2834.widget-top a.widget-action:focus {
     2835        outline: solid 1px #999;
     2836        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
     2837        box-shadow: 0 1px 2px rgba(0,0,0,.1);
     2838}
     2839
    28342840.nav-menus-php .item-edit:before {
    28352841        line-height: 2.1;
    28362842}