trumbowyg.mention.css 673 B

123456789101112131415161718192021222324
  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-dropdown-mention button {
  12. position: relative;
  13. white-space: nowrap; }
  14. .trumbowyg-dropdown-mention button:after {
  15. content: "";
  16. position: absolute;
  17. top: 0;
  18. right: 0;
  19. width: 15%;
  20. height: 100%;
  21. background-size: 100%;
  22. background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
  23. pointer-events: none; }