1
0

trumbowyg.table.css 876 B

123456789101112131415161718192021222324252627282930313233343536
  1. /**
  2. * Trumbowyg v2.22.0 - A lightweight WYSIWYG editor
  3. * Trumbowyg plugin stylesheet
  4. * ------------------------
  5. * @link http://alex-d.github.io/Trumbowyg
  6. * @license MIT
  7. * @author Alexandre Demode (Alex-D)
  8. * Twitter : @AlexandreDemode
  9. * Website : alex-d.fr
  10. */
  11. .trumbowyg-editor table {
  12. width: 100%; }
  13. .trumbowyg-editor table td {
  14. border: 1px dotted #e7eaec;
  15. padding: 8px; }
  16. .trumbowyg-dropdown-table table {
  17. margin: 10px;
  18. display: inline-block; }
  19. .trumbowyg-dropdown-table table td {
  20. display: inline-block;
  21. height: 20px;
  22. width: 20px;
  23. margin: 1px;
  24. padding: 0;
  25. background-color: #fff;
  26. box-shadow: 0 0 0 1px #cecece inset; }
  27. .trumbowyg-dropdown-table table td.active {
  28. background-color: #00b393;
  29. box-shadow: none;
  30. cursor: pointer; }
  31. .trumbowyg-dropdown-table .trumbowyg-table-size {
  32. text-align: center; }