Make WordPress Core

Ticket #26785: disabled_button_css.patch

File disabled_button_css.patch, 434 bytes (added by chiragswadia, 11 years ago)

CSS Patch

  • wp-includes/css/buttons.css

     
    179179        box-shadow:         none !important;
    180180        text-shadow: 0 1px 0 #fff !important;
    181181        cursor: default;
     182        pointer-events: none;
    182183}
    183184
    184185/* ----------------------------------------------------------------------------