openrat-cms

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

trumbowyg.colors.css (1228B)


      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-foreColor,
     13 .trumbowyg-dropdown-backColor {
     14   width: 276px;
     15   padding: 7px 5px; }
     16   .trumbowyg-dropdown-foreColor svg,
     17   .trumbowyg-dropdown-backColor svg {
     18     display: none !important; }
     19   .trumbowyg-dropdown-foreColor button,
     20   .trumbowyg-dropdown-backColor button {
     21     display: block;
     22     position: relative;
     23     float: left;
     24     text-indent: -9999px;
     25     height: 20px;
     26     width: 20px;
     27     border: 1px solid #333;
     28     padding: 0;
     29     margin: 2px; }
     30     .trumbowyg-dropdown-foreColor button:hover::after, .trumbowyg-dropdown-foreColor button:focus::after,
     31     .trumbowyg-dropdown-backColor button:hover::after,
     32     .trumbowyg-dropdown-backColor button:focus::after {
     33       content: " ";
     34       display: block;
     35       position: absolute;
     36       top: -5px;
     37       left: -5px;
     38       height: 27px;
     39       width: 27px;
     40       background: inherit;
     41       border: 1px solid #FFF;
     42       box-shadow: #000 0 0 2px;
     43       z-index: 10; }