選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12 行
294B

  1. /* Prismatic - TinyMCE Button Styles */
  2. i.mce-i-code {
  3. font: 400 20px/1 dashicons;
  4. padding: 0;
  5. vertical-align: top;
  6. speak: none;
  7. -webkit-font-smoothing: antialiased;
  8. -moz-osx-font-smoothing: grayscale;
  9. margin-left: -2px;
  10. padding-right: 2px;
  11. }
  12. i.mce-i-code:before { content: '\f475'; }