scratch – Diff between revs 58 and 125

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 58 Rev 125
1 /** 1 /**
2 * Trumbowyg v2.5.1 - A lightweight WYSIWYG editor 2 * Trumbowyg v2.6.0 - A lightweight WYSIWYG editor
3 * Colors plugin stylesheet for Trumbowyg editor 3 * Colors plugin stylesheet for Trumbowyg editor
4 * ------------------------ 4 * ------------------------
5 * @link http://alex-d.github.io/Trumbowyg 5 * @link http://alex-d.github.io/Trumbowyg
6 * @license MIT 6 * @license MIT
7 * @author Alexandre Demode (Alex-D) 7 * @author Alexandre Demode (Alex-D)
8 * Twitter : @AlexandreDemode 8 * Twitter : @AlexandreDemode
9 * Website : alex-d.fr 9 * Website : alex-d.fr
10 */ 10 */
11   11  
12 .trumbowyg-dropdown-foreColor, 12 .trumbowyg-dropdown-foreColor,
13 .trumbowyg-dropdown-backColor { 13 .trumbowyg-dropdown-backColor {
14 width: 276px; 14 width: 276px;
15 padding: 7px 5px; } 15 padding: 7px 5px; }
16 .trumbowyg-dropdown-foreColor svg, 16 .trumbowyg-dropdown-foreColor svg,
17 .trumbowyg-dropdown-backColor svg { 17 .trumbowyg-dropdown-backColor svg {
18 display: none !important; } 18 display: none !important; }
19 .trumbowyg-dropdown-foreColor button, 19 .trumbowyg-dropdown-foreColor button,
20 .trumbowyg-dropdown-backColor button { 20 .trumbowyg-dropdown-backColor button {
21 display: block; 21 display: block;
22 position: relative; 22 position: relative;
23 float: left; 23 float: left;
24 text-indent: -9999px; 24 text-indent: -9999px;
25 height: 20px; 25 height: 20px;
26 width: 20px; 26 width: 20px;
27 border: 1px solid #333; 27 border: 1px solid #333;
28 padding: 0; 28 padding: 0;
29 margin: 2px; } 29 margin: 2px; }
30 .trumbowyg-dropdown-foreColor button:hover::after, .trumbowyg-dropdown-foreColor button:focus::after, 30 .trumbowyg-dropdown-foreColor button:hover::after, .trumbowyg-dropdown-foreColor button:focus::after,
31 .trumbowyg-dropdown-backColor button:hover::after, 31 .trumbowyg-dropdown-backColor button:hover::after,
32 .trumbowyg-dropdown-backColor button:focus::after { 32 .trumbowyg-dropdown-backColor button:focus::after {
33 content: " "; 33 content: " ";
34 display: block; 34 display: block;
35 position: absolute; 35 position: absolute;
36 top: -5px; 36 top: -5px;
37 left: -5px; 37 left: -5px;
38 height: 27px; 38 height: 27px;
39 width: 27px; 39 width: 27px;
40 background: inherit; 40 background: inherit;
41 border: 1px solid #FFF; 41 border: 1px solid #FFF;
42 box-shadow: #000 0 0 2px; 42 box-shadow: #000 0 0 2px;
43 z-index: 10; } 43 z-index: 10; }
44   44