openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

trumbowyg.table.css (787B)


      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-editor table {
     13   width: 100%; }
     14   .trumbowyg-editor table td {
     15     border: 1px dotted #e7eaec;
     16     padding: 8px; }
     17 
     18 .trumbowyg-dropdown-table table {
     19   margin: 10px;
     20   display: inline-block; }
     21 
     22 .trumbowyg-dropdown-table table td {
     23   display: inline-block;
     24   height: 20px;
     25   width: 20px;
     26   margin: 1px;
     27   background-color: #fff;
     28   box-shadow: 0 0 0 1px #cecece inset; }
     29   .trumbowyg-dropdown-table table td.active {
     30     background-color: #00b393;
     31     box-shadow: none;
     32     cursor: pointer; }