ad1574c5c5
git-svn-id: https://plugins.svn.wordpress.org/prismatic/trunk@2142173 b8457f37-d9ea-0310-8a92-e5e31aec5664
12 lines
294 B
CSS
12 lines
294 B
CSS
/* Prismatic - TinyMCE Button Styles */
|
|
i.mce-i-code {
|
|
font: 400 20px/1 dashicons;
|
|
padding: 0;
|
|
vertical-align: top;
|
|
speak: none;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
margin-left: -2px;
|
|
padding-right: 2px;
|
|
}
|
|
i.mce-i-code:before { content: '\f475'; } |