Make WordPress Core

Ticket #18656: 18656.diff

File 18656.diff, 406 bytes (added by solarissmoke, 14 years ago)

Remove !important declaration on .hide-if-js etc

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

     
    221221
    222222.js .hide-if-js,
    223223.no-js .hide-if-no-js {
    224         display: none !important;
     224        display: none;
    225225}
    226226
    227227/* include margin and padding in the width calculation of input and textarea */