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

Props menakas, ejner69.
Fixes #40304.

git-svn-id: https://develop.svn.wordpress.org/trunk@40355 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-03-31 08:18:04 +00:00
parent cc1c0639d0
commit d1442e955a

View File

@ -701,6 +701,10 @@ dd {
content: "\f123";
}
.post-format-chat:before {
content: "\f125";
}
.post-format-image:before {
content: "\f128";
}
@ -717,6 +721,10 @@ dd {
content: "\f122";
}
.post-format-status:before {
content: "\f130";
}
.post-format-link:before {
content: "\f103";
}