cp.wysiwyg.pell.css 484 B

12345678910111213141516171819202122232425262728293031
  1. .pell {
  2. border: 1px solid rgba(10, 10, 10, 0.1);
  3. box-sizing: border-box;
  4. }
  5. .pell-content {
  6. box-sizing: border-box;
  7. height: 300px;
  8. outline: 0;
  9. overflow-y: auto;
  10. padding: 10px;
  11. }
  12. .pell-actionbar {
  13. background-color: #FFF;
  14. border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  15. }
  16. .pell-button {
  17. background-color: transparent;
  18. border: none;
  19. cursor: pointer;
  20. height: 30px;
  21. outline: 0;
  22. width: 30px;
  23. vertical-align: bottom;
  24. }
  25. .pell-button-selected {
  26. background-color: #F0F0F0;
  27. }