trumbowyg.specialchars.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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-symbol-\&nbsp-dropdown-button {
  12. display: none !important; }
  13. .trumbowyg-symbol-\&nbsp-dropdown-button + button {
  14. clear: both; }
  15. .trumbowyg-dropdown-specialChars {
  16. width: 248px;
  17. padding: 5px 3px 3px; }
  18. .trumbowyg-dropdown-specialChars button {
  19. display: block;
  20. position: relative;
  21. float: left;
  22. height: 26px;
  23. width: 26px;
  24. padding: 0;
  25. margin: 2px;
  26. line-height: 24px;
  27. text-align: center; }
  28. .trumbowyg-dropdown-specialChars button:hover::after, .trumbowyg-dropdown-specialChars button:focus::after {
  29. display: block;
  30. position: absolute;
  31. top: -5px;
  32. left: -5px;
  33. height: 27px;
  34. width: 27px;
  35. background: inherit;
  36. box-shadow: #000 0 0 2px;
  37. z-index: 10;
  38. background-color: transparent; }
  39. .trumbowyg .specialChars {
  40. width: 22px;
  41. height: 22px;
  42. display: inline-block; }