mention-custom-renderer.html 282 B

12345678910111213141516171819202122
  1. <div id="editor">
  2. <p>Have you met... </p>
  3. </div>
  4. <style>
  5. .custom-item {
  6. display: block;
  7. padding: 1em;
  8. }
  9. .custom-item.ck-on {
  10. color: white;
  11. }
  12. .custom-item .custom-item-username {
  13. color: #666;
  14. }
  15. .custom-item.ck-on .custom-item-username{
  16. color: #ddd;
  17. }
  18. </style>