1
0

trumbowyg.specialchars.scss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /**
  2. * Trumbowyg v2.22.0 - A lightweight WYSIWYG editor
  3. * Default stylesheet for Trumbowyg editor plugin
  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-symbol-\&nbsp-dropdown-button {
  12. display: none !important;
  13. }
  14. .trumbowyg-symbol-\&nbsp-dropdown-button + button {
  15. clear: both;
  16. }
  17. .trumbowyg-dropdown-specialChars {
  18. width: 248px;
  19. padding: 5px 3px 3px;
  20. }
  21. .trumbowyg-dropdown-specialChars button {
  22. display: block;
  23. position: relative;
  24. float: left;
  25. height: 26px;
  26. width: 26px;
  27. padding: 0;
  28. margin: 2px;
  29. line-height: 24px;
  30. text-align: center;
  31. &:hover,
  32. &:focus {
  33. &::after {
  34. display: block;
  35. position: absolute;
  36. top: -5px;
  37. left: -5px;
  38. height: 27px;
  39. width: 27px;
  40. background: inherit;
  41. box-shadow: #000 0 0 2px;
  42. z-index: 10;
  43. background-color: transparent;
  44. }
  45. }
  46. }
  47. .trumbowyg .specialChars {
  48. width: 22px;
  49. height: 22px;
  50. display: inline-block;
  51. }