File modules/editor/trumbowyg/plugins/mention/ui/trumbowyg.mention.css

Last commit: Tue Aug 28 00:33:27 2018 +0200	Jan Dankert	Editoren für Markdown (SimpleMDE) und HTML (Trumbowyg) installiert.
1 /** 2 * Trumbowyg v2.10.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 12 .trumbowyg-dropdown-mention { 13 height: calc(75%); 14 width: 300px; 15 max-width: 300px; 16 overflow-y: scroll; 17 overflow-x: hidden; } 18 .trumbowyg-dropdown-mention svg { 19 display: none !important; } 20 .trumbowyg-dropdown-mention button { 21 position: relative; 22 white-space: nowrap; } 23 .trumbowyg-dropdown-mention button:after { 24 content: ""; 25 position: absolute; 26 top: 0; 27 right: 0; 28 width: 15%; 29 height: 100%; 30 background-size: 100%; 31 background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%); 32 pointer-events: none; }
Download modules/editor/trumbowyg/plugins/mention/ui/trumbowyg.mention.css
History Tue, 28 Aug 2018 00:33:27 +0200 Jan Dankert Editoren für Markdown (SimpleMDE) und HTML (Trumbowyg) installiert.