diff --git a/wp-admin/css/edit.css b/wp-admin/css/edit.css
index bc1ce3d0c3..af22c31ce0 100644
|
a
|
b
|
span.wp-media-buttons-icon:before { |
| 870 | 870 | width: 20px; |
| 871 | 871 | margin-top: -4px; |
| 872 | 872 | margin-right: 7px; |
| 873 | | color: #ddd; |
| 874 | 873 | font: normal 20px/1 dashicons; |
| 875 | 874 | speak: none; |
| 876 | 875 | -webkit-font-smoothing: antialiased; |
| 877 | 876 | -moz-osx-font-smoothing: grayscale; |
| 878 | 877 | } |
| 879 | 878 | |
| 880 | | a.post-format-icon:hover:before { |
| 881 | | color: #00a0d2; |
| 882 | | } |
| 883 | | |
| 884 | 879 | #post-formats-select { |
| 885 | 880 | line-height: 2em; |
| 886 | 881 | } |