You are here

ckeditor-iframe.css in AT Tools 8.3

/**
 * 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;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: none !important;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all, 225ms, ease-in-out;
  -o-transition: all, 225ms, ease-in-out;
  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. -webkit-box-shadow: none !important;
  21. box-shadow: none !important;
  22. background-image: none !important;
  23. visibility: visible;
  24. opacity: 1;
  25. -webkit-transition: all, 225ms, ease-in-out;
  26. -o-transition: all, 225ms, ease-in-out;
  27. transition: all, 225ms, ease-in-out;
  28. }
  29. .cke_editable {
  30. cursor: text;
  31. padding: 0.5em !important;
  32. }
  33. ul,
  34. ol,
  35. dl {
  36. padding-left: 3.25rem;
  37. padding-right: 0;
  38. }
  39. /*# sourceMappingURL=ckeditor-iframe.css.map */