You are here

ckeditor-iframe.css in AT Tools 8.2

/**
 * CKEditor iframe CSS
 ============================================================================ */
html {
  background-color: transparent !important;
}

body {
  font-family: sans-serif;
  font-size: 1rem;
  padding: 0.75rem;
}

textarea {
  visibility: hidden;
  opacity: 0;
}

.cke_editable,
.cke_source {
  background-color: inherit !important;
  color: inherit !important;
  box-shadow: none !important;
  background-image: none !important;
  visibility: visible;
  opacity: 1;
  transition: all, 225ms, ease-in-out;
}

.cke_editable {
  cursor: text;
  padding: 0.5em !important;
}

ul,
ol,
dl {
  padding-left: 3.25rem;
  padding-right: 0;
}
/*# sourceMappingURL=ckeditor-iframe.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/ckeditor-iframe.css
View source
  1. /**
  2. * CKEditor iframe CSS
  3. ============================================================================ */
  4. html {
  5. background-color: transparent !important;
  6. }
  7. body {
  8. font-family: sans-serif;
  9. font-size: 1rem;
  10. padding: 0.75rem;
  11. }
  12. textarea {
  13. visibility: hidden;
  14. opacity: 0;
  15. }
  16. .cke_editable,
  17. .cke_source {
  18. background-color: inherit !important;
  19. color: inherit !important;
  20. box-shadow: none !important;
  21. background-image: none !important;
  22. visibility: visible;
  23. opacity: 1;
  24. transition: all, 225ms, ease-in-out;
  25. }
  26. .cke_editable {
  27. cursor: text;
  28. padding: 0.5em !important;
  29. }
  30. ul,
  31. ol,
  32. dl {
  33. padding-left: 3.25rem;
  34. padding-right: 0;
  35. }
  36. /*# sourceMappingURL=ckeditor-iframe.css.map */