File modules/editor/trumbowyg/plugins/table/ui/sass/trumbowyg.table.scss

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 * 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 12 .trumbowyg-editor table { 13 width: 100%; 14 15 td { 16 border: 1px dotted #e7eaec; 17 padding: 8px; 18 } 19 } 20 21 .trumbowyg-dropdown-table { 22 table { 23 margin: 10px; 24 display: inline-block; 25 } 26 27 table td { 28 display: inline-block; 29 height: 20px; 30 width: 20px; 31 margin: 1px; 32 background-color: #fff; 33 box-shadow: 0 0 0 1px #cecece inset; 34 35 &.active { 36 background-color: #00b393; 37 box-shadow: none; 38 cursor: pointer; 39 } 40 } 41 }
Download modules/editor/trumbowyg/plugins/table/ui/sass/trumbowyg.table.scss
History Tue, 28 Aug 2018 00:33:27 +0200 Jan Dankert Editoren für Markdown (SimpleMDE) und HTML (Trumbowyg) installiert.