Make WordPress Core

Changeset 40355


Ignore:
Timestamp:
03/31/2017 08:18:04 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Press This: Add missing icons for Chat and Status post formats.

Props menakas, ejner69.
Fixes #40304.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/press-this.css

    r40052 r40355  
    702702}
    703703
     704.post-format-chat:before {
     705    content: "\f125";
     706}
     707
    704708.post-format-image:before {
    705709    content: "\f128";
     
    716720.post-format-quote:before {
    717721    content: "\f122";
     722}
     723
     724.post-format-status:before {
     725    content: "\f130";
    718726}
    719727
Note: See TracChangeset for help on using the changeset viewer.