CKEditor CSS overrides for kama skin


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /* @group CKEditor overrides for kama skin */
  2. .cke_skin_kama .cke_styles {
  3. background-image: none !important;
  4. }
  5. .cke_skin_kama .cke_styles_panel {
  6. width: 200px; height: 200px;
  7. background-image: none !important;
  8. }
  9. .cke_skin_kama .cke_format_panel {
  10. width: 200px; height: 200px;
  11. background-image: none !important;
  12. }
  13. .cke_skin_kama .cke_font_panel {
  14. width: 200px; height: 200px;
  15. }
  16. .cke_skin_kama .cke_fontSize_panel {
  17. height: 170px;
  18. }
  19. .cke_skin_kama .cke_fontSize .cke_text {
  20. width: 25px;
  21. }.
  22. html .cke_skin_kama {
  23. visibility: inherit;
  24. }
  25. html.cke_skin_kama_container {
  26. visibility: visible;
  27. background-image: none !important;
  28. }
  29. body.cke_panel_frame {
  30. background-image: none !important;
  31. }
  32. body.cke_panel_frame .cke_panel_block {
  33. background-image: none !important;
  34. }
  35. /* @end */

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.