Make WordPress Core

Ticket #40304: 40304.patch

File 40304.patch, 386 bytes (added by menakas, 9 years ago)

Added dashboards icons for Chat and Statuses in the CSS file

  • src/wp-admin/css/press-this.css

     
    725725        content: "\f161";
    726726}
    727727
     728.post-format-chat:before {
     729        content: "\f125";
     730}
    728731
     732.post-format-status:before {
     733        content: "\f130";
     734}
     735
    729736/**
    730737* Tags
    731738*