WordPress.org

Make WordPress Core

Ticket #16032: 16032.remove.css.too.patch

File 16032.remove.css.too.patch, 2.1 KB (added by ocean90, 2 years ago)
  • wp-admin/js/plugin-install.dev.js

     
    4747                return false; 
    4848        }); 
    4949 
    50         $('#install-plugins .action-links .install-now').click( function() { 
     50        $('a.install-now').click( function() { 
    5151                return confirm( plugininstallL10n.ays ); 
    5252        }); 
    5353}); 
  • wp-admin/css/plugin-install.dev.css

     
    4242        border-right: 1px solid #fff; 
    4343} 
    4444 
    45 /* Table layout CSS */ 
    46 table#install-plugins th.num { 
    47         white-space: nowrap; /* Prevents long plugin titles from causing the version column to wrap */ 
    48 } 
    49  
    5045/* Header on thickbox */ 
    5146#plugin-information-header { 
    5247        margin: 0; 
  • wp-admin/css/colors-classic.dev.css

     
    457457} 
    458458 
    459459.widefat td, 
    460 .widefat th, 
    461 #install-plugins .plugins td, 
    462 #install-plugins .plugins th { 
     460.widefat th { 
    463461        border-color: #dfdfdf; 
    464462} 
    465463 
  • wp-admin/css/colors-fresh.dev.css

     
    457457} 
    458458 
    459459.widefat td, 
    460 .widefat th, 
    461 #install-plugins .plugins td, 
    462 #install-plugins .plugins th { 
     460.widefat th { 
    463461        border-color: #dfdfdf; 
    464462} 
    465463 
  • wp-admin/css/wp-admin.dev.css

     
    38193819        border-bottom: 0 none; 
    38203820} 
    38213821 
    3822 #install-plugins .plugins td, 
    3823 #install-plugins .plugins th { 
    3824         border-bottom-style: solid; 
    3825         border-bottom-width: 1px; 
    3826 } 
    3827  
    38283822.plugins .inactive td, 
    38293823.plugins .inactive th, 
    38303824.plugins .active td,