您最多选择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'; }