trumbowyg.table.css 535 B

1234567891011121314151617181920212223242526272829
  1. .trumbowyg-editor table {
  2. width: 100%;
  3. }
  4. .trumbowyg-editor table td {
  5. border: 1px dotted #e7eaec;
  6. padding: 8px;
  7. }
  8. .trumbowyg-dropdown-table table {
  9. margin: 10px;
  10. display: inline-block;
  11. }
  12. .trumbowyg-dropdown-table table td {
  13. display: inline-block;
  14. height: 20px;
  15. width: 20px;
  16. margin: 1px;
  17. background-color: #fff;
  18. box-shadow: 0 0 0 1px #cecece inset;
  19. }
  20. .trumbowyg-dropdown-table table td.active {
  21. background-color: #00b393;
  22. box-shadow: none;
  23. cursor: pointer;
  24. }