tinymce-rails 4.5.1 → 4.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -8
  3. data/app/assets/source/tinymce/tinymce.js +337 -60
  4. data/lib/tinymce/rails/engine.rb +4 -4
  5. data/lib/tinymce/rails/version.rb +2 -2
  6. data/vendor/assets/javascripts/tinymce/jquery.tinymce.js +1 -1
  7. data/vendor/assets/javascripts/tinymce/plugins/advlist/plugin.js +1 -1
  8. data/vendor/assets/javascripts/tinymce/plugins/autolink/plugin.js +1 -1
  9. data/vendor/assets/javascripts/tinymce/plugins/autoresize/plugin.js +1 -1
  10. data/vendor/assets/javascripts/tinymce/plugins/autosave/plugin.js +1 -1
  11. data/vendor/assets/javascripts/tinymce/plugins/charmap/plugin.js +1 -1
  12. data/vendor/assets/javascripts/tinymce/plugins/codesample/plugin.js +1 -1
  13. data/vendor/assets/javascripts/tinymce/plugins/fullpage/plugin.js +1 -1
  14. data/vendor/assets/javascripts/tinymce/plugins/fullscreen/plugin.js +1 -1
  15. data/vendor/assets/javascripts/tinymce/plugins/image/plugin.js +1 -1
  16. data/vendor/assets/javascripts/tinymce/plugins/imagetools/plugin.js +1 -1
  17. data/vendor/assets/javascripts/tinymce/plugins/importcss/plugin.js +1 -1
  18. data/vendor/assets/javascripts/tinymce/plugins/link/plugin.js +1 -1
  19. data/vendor/assets/javascripts/tinymce/plugins/lists/plugin.js +1 -1
  20. data/vendor/assets/javascripts/tinymce/plugins/media/plugin.js +1 -1
  21. data/vendor/assets/javascripts/tinymce/plugins/paste/plugin.js +1 -1
  22. data/vendor/assets/javascripts/tinymce/plugins/searchreplace/plugin.js +1 -1
  23. data/vendor/assets/javascripts/tinymce/plugins/spellchecker/plugin.js +1 -1
  24. data/vendor/assets/javascripts/tinymce/plugins/table/plugin.js +2 -2
  25. data/vendor/assets/javascripts/tinymce/plugins/textcolor/plugin.js +1 -1
  26. data/vendor/assets/javascripts/tinymce/plugins/textpattern/plugin.js +1 -1
  27. data/vendor/assets/javascripts/tinymce/plugins/toc/plugin.js +1 -1
  28. data/vendor/assets/javascripts/tinymce/plugins/visualchars/plugin.js +1 -1
  29. data/vendor/assets/javascripts/tinymce/plugins/wordcount/plugin.js +1 -1
  30. data/vendor/assets/javascripts/tinymce/skins/lightgray/content.inline.min.css +1 -1
  31. data/vendor/assets/javascripts/tinymce/skins/lightgray/content.min.css +1 -1
  32. data/vendor/assets/javascripts/tinymce/themes/inlite/theme.js +1 -1
  33. data/vendor/assets/javascripts/tinymce/themes/modern/theme.js +1 -1
  34. data/vendor/assets/javascripts/tinymce/tinymce.js +14 -14
  35. metadata +2 -63
  36. data/vendor/assets/javascripts/tinymce/plugins/codesample/plugin.dev.js +0 -141
  37. data/vendor/assets/javascripts/tinymce/plugins/layer/plugin.js +0 -1
  38. data/vendor/assets/javascripts/tinymce/plugins/paste/plugin.dev.js +0 -143
  39. data/vendor/assets/javascripts/tinymce/plugins/spellchecker/plugin.dev.js +0 -139
  40. data/vendor/assets/javascripts/tinymce/plugins/table/plugin.dev.js +0 -143
  41. data/vendor/assets/javascripts/tinymce/skins/lightgray/AbsoluteLayout.less +0 -17
  42. data/vendor/assets/javascripts/tinymce/skins/lightgray/Animations.less +0 -10
  43. data/vendor/assets/javascripts/tinymce/skins/lightgray/Arrows.less +0 -115
  44. data/vendor/assets/javascripts/tinymce/skins/lightgray/Button.less +0 -175
  45. data/vendor/assets/javascripts/tinymce/skins/lightgray/ButtonGroup.less +0 -71
  46. data/vendor/assets/javascripts/tinymce/skins/lightgray/Checkbox.less +0 -49
  47. data/vendor/assets/javascripts/tinymce/skins/lightgray/ColorBox.less +0 -6
  48. data/vendor/assets/javascripts/tinymce/skins/lightgray/ColorButton.less +0 -72
  49. data/vendor/assets/javascripts/tinymce/skins/lightgray/ColorPicker.less +0 -80
  50. data/vendor/assets/javascripts/tinymce/skins/lightgray/ComboBox.less +0 -97
  51. data/vendor/assets/javascripts/tinymce/skins/lightgray/Container.less +0 -9
  52. data/vendor/assets/javascripts/tinymce/skins/lightgray/Content.Inline.less +0 -4
  53. data/vendor/assets/javascripts/tinymce/skins/lightgray/Content.Objects.less +0 -178
  54. data/vendor/assets/javascripts/tinymce/skins/lightgray/Content.less +0 -27
  55. data/vendor/assets/javascripts/tinymce/skins/lightgray/CropRect.less +0 -62
  56. data/vendor/assets/javascripts/tinymce/skins/lightgray/FieldSet.less +0 -15
  57. data/vendor/assets/javascripts/tinymce/skins/lightgray/FitLayout.less +0 -9
  58. data/vendor/assets/javascripts/tinymce/skins/lightgray/FloatPanel.less +0 -69
  59. data/vendor/assets/javascripts/tinymce/skins/lightgray/FlowLayout.less +0 -36
  60. data/vendor/assets/javascripts/tinymce/skins/lightgray/Icons.Ie7.less +0 -136
  61. data/vendor/assets/javascripts/tinymce/skins/lightgray/Icons.less +0 -182
  62. data/vendor/assets/javascripts/tinymce/skins/lightgray/Iframe.less +0 -6
  63. data/vendor/assets/javascripts/tinymce/skins/lightgray/ImagePanel.less +0 -25
  64. data/vendor/assets/javascripts/tinymce/skins/lightgray/InfoBox.less +0 -71
  65. data/vendor/assets/javascripts/tinymce/skins/lightgray/Label.less +0 -38
  66. data/vendor/assets/javascripts/tinymce/skins/lightgray/ListBox.less +0 -26
  67. data/vendor/assets/javascripts/tinymce/skins/lightgray/Menu.less +0 -34
  68. data/vendor/assets/javascripts/tinymce/skins/lightgray/MenuBar.less +0 -32
  69. data/vendor/assets/javascripts/tinymce/skins/lightgray/MenuButton.less +0 -34
  70. data/vendor/assets/javascripts/tinymce/skins/lightgray/MenuItem.less +0 -176
  71. data/vendor/assets/javascripts/tinymce/skins/lightgray/Mixins.less +0 -54
  72. data/vendor/assets/javascripts/tinymce/skins/lightgray/Notification.less +0 -142
  73. data/vendor/assets/javascripts/tinymce/skins/lightgray/Panel.less +0 -7
  74. data/vendor/assets/javascripts/tinymce/skins/lightgray/Path.less +0 -45
  75. data/vendor/assets/javascripts/tinymce/skins/lightgray/Progress.less +0 -34
  76. data/vendor/assets/javascripts/tinymce/skins/lightgray/Radio.less +0 -1
  77. data/vendor/assets/javascripts/tinymce/skins/lightgray/Reset.less +0 -32
  78. data/vendor/assets/javascripts/tinymce/skins/lightgray/ResizeHandle.less +0 -18
  79. data/vendor/assets/javascripts/tinymce/skins/lightgray/Scrollable.less +0 -44
  80. data/vendor/assets/javascripts/tinymce/skins/lightgray/SelectBox.less +0 -6
  81. data/vendor/assets/javascripts/tinymce/skins/lightgray/Sidebar.less +0 -49
  82. data/vendor/assets/javascripts/tinymce/skins/lightgray/Slider.less +0 -33
  83. data/vendor/assets/javascripts/tinymce/skins/lightgray/Spacer.less +0 -5
  84. data/vendor/assets/javascripts/tinymce/skins/lightgray/SplitButton.less +0 -49
  85. data/vendor/assets/javascripts/tinymce/skins/lightgray/StackLayout.less +0 -5
  86. data/vendor/assets/javascripts/tinymce/skins/lightgray/TabPanel.less +0 -44
  87. data/vendor/assets/javascripts/tinymce/skins/lightgray/TextBox.less +0 -41
  88. data/vendor/assets/javascripts/tinymce/skins/lightgray/Throbber.less +0 -19
  89. data/vendor/assets/javascripts/tinymce/skins/lightgray/TinyMCE.less +0 -159
  90. data/vendor/assets/javascripts/tinymce/skins/lightgray/ToolTip.less +0 -133
  91. data/vendor/assets/javascripts/tinymce/skins/lightgray/Variables.less +0 -218
  92. data/vendor/assets/javascripts/tinymce/skins/lightgray/Window.less +0 -127
  93. data/vendor/assets/javascripts/tinymce/skins/lightgray/skin.dev.less +0 -48
  94. data/vendor/assets/javascripts/tinymce/skins/lightgray/skin.ie7.dev.less +0 -47
  95. data/vendor/assets/javascripts/tinymce/skins/lightgray/skin.ie7.less +0 -2777
  96. data/vendor/assets/javascripts/tinymce/skins/lightgray/skin.less +0 -2874
@@ -1,15 +0,0 @@
1
- // FieldSet
2
-
3
- .@{prefix}-fieldset {
4
- border: 0 solid #9E9E9E;
5
- .border-radius(3px);
6
- }
7
-
8
- .@{prefix}-fieldset > .@{prefix}-container-body {
9
- margin-top: -15px;
10
- }
11
-
12
- .@{prefix}-fieldset-title {
13
- margin-left: 5px;
14
- padding: 0 5px 0 5px;
15
- }
@@ -1,9 +0,0 @@
1
- // FitLayout
2
-
3
- .@{prefix}-fit-layout {
4
- .inline-block();
5
- }
6
-
7
- .@{prefix}-fit-layout-item {
8
- position: absolute;
9
- }
@@ -1,69 +0,0 @@
1
- // FloatPanel
2
-
3
- .@{prefix}-floatpanel {
4
- position: absolute;
5
- .box-shadow(@floatpanel-box-shadow);
6
- }
7
-
8
- .@{prefix}-floatpanel.@{prefix}-fixed {
9
- position: fixed;
10
- }
11
-
12
- // Popover panel
13
-
14
- .@{prefix}-floatpanel .@{prefix}-arrow,
15
- .@{prefix}-floatpanel .@{prefix}-arrow:after {
16
- position: absolute;
17
- display: block;
18
- width: 0;
19
- height: 0;
20
- border-color: transparent;
21
- border-style: solid;
22
- }
23
-
24
- .@{prefix}-floatpanel .@{prefix}-arrow {
25
- border-width: @popover-arrow-outer-width;
26
- }
27
-
28
- .@{prefix}-floatpanel .@{prefix}-arrow:after {
29
- border-width: @popover-arrow-width;
30
- content: "";
31
- }
32
-
33
- .@{prefix}-floatpanel.@{prefix}-popover {
34
- .reset-gradient();
35
- .border-radius(6px);
36
- .box-shadow(@floatpanel-box-shadow);
37
- top: 0;
38
- left: 0;
39
- background: @popover-bg;
40
- border: 1px solid @panel-border;
41
- border: 1px solid @popover-arrow-outer;
42
-
43
- &.@{prefix}-bottom {
44
- margin-top: @popover-arrow-width;
45
- *margin-top: 0;
46
-
47
- & > .@{prefix}-arrow {
48
- left: 50%;
49
- margin-left: -@popover-arrow-outer-width;
50
- border-top-width: 0;
51
- border-bottom-color: @panel-border;
52
- border-bottom-color: @popover-arrow-outer;
53
- top: -@popover-arrow-outer-width;
54
-
55
- &:after {
56
- top: 1px;
57
- margin-left: -@popover-arrow-width;
58
- border-top-width: 0;
59
- border-bottom-color: @popover-arrow;
60
- }
61
- }
62
-
63
- &.@{prefix}-start { margin-left: -22px; }
64
- &.@{prefix}-start > .@{prefix}-arrow { left: 20px; }
65
-
66
- &.@{prefix}-end { margin-left: 22px; }
67
- &.@{prefix}-end > .@{prefix}-arrow { right: 10px; left: auto; }
68
- }
69
- }
@@ -1,36 +0,0 @@
1
- // FlowLayout
2
-
3
- .@{prefix}-flow-layout-item {
4
- .inline-block();
5
- }
6
-
7
- .@{prefix}-flow-layout-item {
8
- margin: @flow-layout-spacing 0 @flow-layout-spacing @flow-layout-spacing;
9
- }
10
-
11
- .@{prefix}-flow-layout-item.@{prefix}-last {
12
- margin-right: @flow-layout-spacing;
13
- }
14
-
15
- .@{prefix}-flow-layout {
16
- white-space: normal;
17
- }
18
-
19
- .@{prefix}-tinymce-inline .@{prefix}-flow-layout {
20
- white-space: nowrap;
21
- }
22
-
23
- // RTL
24
-
25
- .@{prefix}-rtl .@{prefix}-flow-layout {
26
- text-align: right;
27
- direction: rtl;
28
- }
29
-
30
- .@{prefix}-rtl .@{prefix}-flow-layout-item {
31
- margin: @flow-layout-spacing @flow-layout-spacing @flow-layout-spacing 0;
32
- }
33
-
34
- .@{prefix}-rtl .@{prefix}-flow-layout-item.@{prefix}-last {
35
- margin-left: @flow-layout-spacing;
36
- }
@@ -1,136 +0,0 @@
1
- /* Icons IE7 */
2
-
3
- @font-face {
4
- font-family: 'tinymce';
5
- src:url('fonts/tinymce.eot');
6
- src:url('fonts/tinymce.eot?#iefix') format('embedded-opentype'),
7
- url('fonts/tinymce.woff') format('woff'),
8
- url('fonts/tinymce.ttf') format('truetype'),
9
- url('fonts/tinymce.svg#tinymce') format('svg');
10
- font-weight: normal;
11
- font-style: normal;
12
- }
13
-
14
- @font-face {
15
- font-family: 'tinymce-small';
16
- src:url('fonts/tinymce-small.eot');
17
- src:url('fonts/tinymce-small.eot?#iefix') format('embedded-opentype'),
18
- url('fonts/tinymce-small.woff') format('woff'),
19
- url('fonts/tinymce-small.ttf') format('truetype'),
20
- url('fonts/tinymce-small.svg#tinymce') format('svg');
21
- font-weight: normal;
22
- font-style: normal;
23
- }
24
-
25
- @iconSize: 16px;
26
-
27
- .@{prefix}-ico {
28
- font-family: 'tinymce';
29
- font-style: normal;
30
- font-weight: normal;
31
- font-size: @iconSize;
32
- line-height: 16px;
33
- vertical-align: text-top;
34
- -webkit-font-smoothing: antialiased;
35
-
36
- display: inline-block;
37
- background: transparent center center;
38
- width: 16px;
39
- height: 16px;
40
- color: @btn-text;
41
- -ie7-icon: ' ';
42
- }
43
-
44
- .@{prefix}-btn-small .@{prefix}-ico {
45
- font-family: 'tinymce-small';
46
- }
47
-
48
- // .@{prefix}-i-checkbox needs to have zoom overridden since it's set by the gradient mixin
49
- .@{prefix}-ico, i.@{prefix}-i-checkbox {
50
- zoom: ~"expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = this.currentStyle['-ie7-icon'].substr(1, 1) + ' ')";
51
- }
52
-
53
- .@{prefix}-i-save { -ie7-icon: "\e000"; }
54
- .@{prefix}-i-newdocument { -ie7-icon: "\e001"; }
55
- .@{prefix}-i-fullpage { -ie7-icon: "\e002"; }
56
- .@{prefix}-i-alignleft { -ie7-icon: "\e003"; }
57
- .@{prefix}-i-aligncenter { -ie7-icon: "\e004"; }
58
- .@{prefix}-i-alignright { -ie7-icon: "\e005"; }
59
- .@{prefix}-i-alignjustify { -ie7-icon: "\e006"; }
60
- .@{prefix}-i-alignnone { -ie7-icon: "\e003"; }
61
- .@{prefix}-i-cut { -ie7-icon: "\e007"; }
62
- .@{prefix}-i-paste { -ie7-icon: "\e008"; }
63
- .@{prefix}-i-searchreplace { -ie7-icon: "\e009"; }
64
- .@{prefix}-i-bullist { -ie7-icon: "\e00a"; }
65
- .@{prefix}-i-numlist { -ie7-icon: "\e00b"; }
66
- .@{prefix}-i-indent { -ie7-icon: "\e00c"; }
67
- .@{prefix}-i-outdent { -ie7-icon: "\e00d"; }
68
- .@{prefix}-i-blockquote { -ie7-icon: "\e00e"; }
69
- .@{prefix}-i-undo { -ie7-icon: "\e00f"; }
70
- .@{prefix}-i-redo { -ie7-icon: "\e010"; }
71
- .@{prefix}-i-link { -ie7-icon: "\e011"; }
72
- .@{prefix}-i-unlink { -ie7-icon: "\e012"; }
73
- .@{prefix}-i-anchor { -ie7-icon: "\e013"; }
74
- .@{prefix}-i-image { -ie7-icon: "\e014"; }
75
- .@{prefix}-i-media { -ie7-icon: "\e015"; }
76
- .@{prefix}-i-help { -ie7-icon: "\e016"; }
77
- .@{prefix}-i-code { -ie7-icon: "\e017"; }
78
- .@{prefix}-i-insertdatetime { -ie7-icon: "\e018"; }
79
- .@{prefix}-i-preview { -ie7-icon: "\e019"; }
80
- .@{prefix}-i-forecolor { -ie7-icon: "\e01a"; }
81
- .@{prefix}-i-backcolor { -ie7-icon: "\e01a"; }
82
- .@{prefix}-i-table { -ie7-icon: "\e01b"; }
83
- .@{prefix}-i-hr { -ie7-icon: "\e01c"; }
84
- .@{prefix}-i-removeformat { -ie7-icon: "\e01d"; }
85
- .@{prefix}-i-subscript { -ie7-icon: "\e01e"; }
86
- .@{prefix}-i-superscript { -ie7-icon: "\e01f"; }
87
- .@{prefix}-i-charmap { -ie7-icon: "\e020"; }
88
- .@{prefix}-i-emoticons { -ie7-icon: "\e021"; }
89
- .@{prefix}-i-print { -ie7-icon: "\e022"; }
90
- .@{prefix}-i-fullscreen { -ie7-icon: "\e023"; }
91
- .@{prefix}-i-spellchecker { -ie7-icon: "\e024"; }
92
- .@{prefix}-i-nonbreaking { -ie7-icon: "\e025"; }
93
- .@{prefix}-i-template { -ie7-icon: "\e026"; }
94
- .@{prefix}-i-pagebreak { -ie7-icon: "\e027"; }
95
- .@{prefix}-i-restoredraft { -ie7-icon: "\e028"; }
96
- .@{prefix}-i-untitled { -ie7-icon: "\e029"; }
97
- .@{prefix}-i-bold { -ie7-icon: "\e02a"; }
98
- .@{prefix}-i-italic { -ie7-icon: "\e02b"; }
99
- .@{prefix}-i-underline { -ie7-icon: "\e02c"; }
100
- .@{prefix}-i-strikethrough { -ie7-icon: "\e02d"; }
101
- .@{prefix}-i-visualchars { -ie7-icon: "\e02e"; }
102
- .@{prefix}-i-ltr { -ie7-icon: "\e02f"; }
103
- .@{prefix}-i-rtl { -ie7-icon: "\e030"; }
104
- .@{prefix}-i-copy { -ie7-icon: "\e031"; }
105
- .@{prefix}-i-resize { -ie7-icon: "\e032"; }
106
- .@{prefix}-i-browse { -ie7-icon: "\e034"; }
107
- .@{prefix}-i-pastetext { -ie7-icon: "\e035"; }
108
- .@{prefix}-i-rotateleft { -ie7-icon: "\eaa8"; }
109
- .@{prefix}-i-rotateright { -ie7-icon: "\eaa9"; }
110
- .@{prefix}-i-crop { -ie7-icon: "\ee78"; }
111
- .@{prefix}-i-editimage { -ie7-icon: "\e914"; }
112
- .@{prefix}-i-options { -ie7-icon: "\ec6a"; }
113
- .@{prefix}-i-flipv { -ie7-icon: "\eaaa"; }
114
- .@{prefix}-i-fliph { -ie7-icon: "\eaac"; }
115
- .@{prefix}-i-zoomin { -ie7-icon: "\eb35"; }
116
- .@{prefix}-i-zoomout { -ie7-icon: "\eb36"; }
117
- .@{prefix}-i-sun { -ie7-icon: "\eccc"; }
118
- .@{prefix}-i-moon { -ie7-icon: "\eccd"; }
119
- .@{prefix}-i-arrowleft { -ie7-icon: "\edc0"; }
120
- .@{prefix}-i-arrowright { -ie7-icon: "\edb8"; }
121
- .@{prefix}-i-drop { -ie7-icon: "\e934"; }
122
- .@{prefix}-i-contrast { -ie7-icon: "\ecd4"; }
123
- .@{prefix}-i-sharpen { -ie7-icon: "\eba7"; }
124
- .@{prefix}-i-palette { -ie7-icon: "\e92a"; }
125
- .@{prefix}-i-resize2 { -ie7-icon: "\edf9"; }
126
- .@{prefix}-i-orientation { -ie7-icon: "\e601"; }
127
- .@{prefix}-i-invert { -ie7-icon: "\e602"; }
128
- .@{prefix}-i-gamma { -ie7-icon: "\e600"; }
129
- .@{prefix}-i-remove { -ie7-icon: "\ed6a"; }
130
- .@{prefix}-i-codesample { -ie7-icon: "\e603"; }
131
- .@{prefix}-i-checkbox, .@{prefix}-i-selected {
132
- -ie7-icon: "\e033";
133
- }
134
-
135
- .@{prefix}-i-selected { visibility: hidden; }
136
- .@{prefix}-i-backcolor { background: #BBB; }
@@ -1,182 +0,0 @@
1
- /* Icons */
2
-
3
- @font-face {
4
- font-family: 'tinymce';
5
- src:url('fonts/tinymce.eot');
6
- src:url('fonts/tinymce.eot?#iefix') format('embedded-opentype'),
7
- url('fonts/tinymce.woff') format('woff'),
8
- url('fonts/tinymce.ttf') format('truetype'),
9
- url('fonts/tinymce.svg#tinymce') format('svg');
10
- font-weight: normal;
11
- font-style: normal;
12
- }
13
-
14
- @font-face {
15
- font-family: 'tinymce-small';
16
- src:url('fonts/tinymce-small.eot');
17
- src:url('fonts/tinymce-small.eot?#iefix') format('embedded-opentype'),
18
- url('fonts/tinymce-small.woff') format('woff'),
19
- url('fonts/tinymce-small.ttf') format('truetype'),
20
- url('fonts/tinymce-small.svg#tinymce') format('svg');
21
- font-weight: normal;
22
- font-style: normal;
23
- }
24
-
25
- @iconSize: 16px;
26
-
27
- .@{prefix}-ico {
28
- font-family: 'tinymce', Arial;
29
- font-style: normal;
30
- font-weight: normal;
31
- font-variant: normal;
32
- font-size: @iconSize;
33
- line-height: 16px;
34
- speak: none;
35
- vertical-align: text-top;
36
- -webkit-font-smoothing: antialiased;
37
- -moz-osx-font-smoothing: grayscale;
38
-
39
- display: inline-block;
40
- background: transparent center center;
41
- background-size: cover;
42
- width: 16px;
43
- height: 16px;
44
- color: @btn-text;
45
- }
46
-
47
- .@{prefix}-btn-small .@{prefix}-ico {
48
- font-family: 'tinymce-small', Arial;
49
- }
50
-
51
- .@{prefix}-i-save:before { content: "\e000"; }
52
- .@{prefix}-i-newdocument:before { content: "\e001"; }
53
- .@{prefix}-i-fullpage:before { content: "\e002"; }
54
- .@{prefix}-i-alignleft:before { content: "\e003"; }
55
- .@{prefix}-i-aligncenter:before { content: "\e004"; }
56
- .@{prefix}-i-alignright:before { content: "\e005"; }
57
- .@{prefix}-i-alignjustify:before { content: "\e006"; }
58
- .@{prefix}-i-alignnone:before { content: "\e003"; }
59
- .@{prefix}-i-cut:before { content: "\e007"; }
60
- .@{prefix}-i-paste:before { content: "\e008"; }
61
- .@{prefix}-i-searchreplace:before { content: "\e009"; }
62
- .@{prefix}-i-bullist:before { content: "\e00a"; }
63
- .@{prefix}-i-numlist:before { content: "\e00b"; }
64
- .@{prefix}-i-indent:before { content: "\e00c"; }
65
- .@{prefix}-i-outdent:before { content: "\e00d"; }
66
- .@{prefix}-i-blockquote:before { content: "\e00e"; }
67
- .@{prefix}-i-undo:before { content: "\e00f"; }
68
- .@{prefix}-i-redo:before { content: "\e010"; }
69
- .@{prefix}-i-link:before { content: "\e011"; }
70
- .@{prefix}-i-unlink:before { content: "\e012"; }
71
- .@{prefix}-i-anchor:before { content: "\e013"; }
72
- .@{prefix}-i-image:before { content: "\e014"; }
73
- .@{prefix}-i-media:before { content: "\e015"; }
74
- .@{prefix}-i-help:before { content: "\e016"; }
75
- .@{prefix}-i-code:before { content: "\e017"; }
76
- .@{prefix}-i-insertdatetime:before { content: "\e018"; }
77
- .@{prefix}-i-preview:before { content: "\e019"; }
78
- .@{prefix}-i-forecolor:before { content: "\e01a"; }
79
- .@{prefix}-i-backcolor:before { content: "\e01a"; }
80
- .@{prefix}-i-table:before { content: "\e01b"; }
81
- .@{prefix}-i-hr:before { content: "\e01c"; }
82
- .@{prefix}-i-removeformat:before { content: "\e01d"; }
83
- .@{prefix}-i-subscript:before { content: "\e01e"; }
84
- .@{prefix}-i-superscript:before { content: "\e01f"; }
85
- .@{prefix}-i-charmap:before { content: "\e020"; }
86
- .@{prefix}-i-emoticons:before { content: "\e021"; }
87
- .@{prefix}-i-print:before { content: "\e022"; }
88
- .@{prefix}-i-fullscreen:before { content: "\e023"; }
89
- .@{prefix}-i-spellchecker:before { content: "\e024"; }
90
- .@{prefix}-i-nonbreaking:before { content: "\e025"; }
91
- .@{prefix}-i-template:before { content: "\e026"; }
92
- .@{prefix}-i-pagebreak:before { content: "\e027"; }
93
- .@{prefix}-i-restoredraft:before { content: "\e028"; }
94
- .@{prefix}-i-bold:before { content: "\e02a"; }
95
- .@{prefix}-i-italic:before { content: "\e02b"; }
96
- .@{prefix}-i-underline:before { content: "\e02c"; }
97
- .@{prefix}-i-strikethrough:before { content: "\e02d"; }
98
- .@{prefix}-i-visualchars:before { content: "\e02e"; }
99
- .@{prefix}-i-visualblocks:before { content: "\e02e"; }
100
- .@{prefix}-i-ltr:before { content: "\e02f"; }
101
- .@{prefix}-i-rtl:before { content: "\e030"; }
102
- .@{prefix}-i-copy:before { content: "\e031"; }
103
- .@{prefix}-i-resize:before { content: "\e032"; }
104
- .@{prefix}-i-browse:before { content: "\e034"; }
105
- .@{prefix}-i-pastetext:before { content: "\e035"; }
106
- .@{prefix}-i-rotateleft:before { content: "\eaa8"; }
107
- .@{prefix}-i-rotateright:before { content: "\eaa9"; }
108
- .@{prefix}-i-crop:before { content: "\ee78"; }
109
- .@{prefix}-i-editimage:before { content: "\e915"; }
110
- .@{prefix}-i-options:before { content: "\ec6a"; }
111
- .@{prefix}-i-flipv:before { content: "\eaaa"; }
112
- .@{prefix}-i-fliph:before { content: "\eaac"; }
113
- .@{prefix}-i-zoomin:before { content: "\eb35"; }
114
- .@{prefix}-i-zoomout:before { content: "\eb36"; }
115
- .@{prefix}-i-sun:before { content: "\eccc"; }
116
- .@{prefix}-i-moon:before { content: "\eccd"; }
117
- .@{prefix}-i-arrowleft:before { content: "\edc0"; }
118
- .@{prefix}-i-arrowright:before { content: "\e93c"; }
119
- .@{prefix}-i-drop:before { content: "\e935"; }
120
- .@{prefix}-i-contrast:before { content: "\ecd4"; }
121
- .@{prefix}-i-sharpen:before { content: "\eba7"; }
122
- .@{prefix}-i-resize2:before { content: "\edf9"; }
123
- .@{prefix}-i-orientation:before { content: "\e601"; }
124
- .@{prefix}-i-invert:before { content: "\e602"; }
125
- .@{prefix}-i-gamma:before { content: "\e600"; }
126
- .@{prefix}-i-remove:before { content: "\ed6a"; }
127
- .@{prefix}-i-tablerowprops:before { content: "\e604"; }
128
- .@{prefix}-i-tablecellprops:before { content: "\e605"; }
129
- .@{prefix}-i-table2:before { content: "\e606"; }
130
- .@{prefix}-i-tablemergecells:before { content: "\e607"; }
131
- .@{prefix}-i-tableinsertcolbefore:before { content: "\e608"; }
132
- .@{prefix}-i-tableinsertcolafter:before { content: "\e609"; }
133
- .@{prefix}-i-tableinsertrowbefore:before { content: "\e60a"; }
134
- .@{prefix}-i-tableinsertrowafter:before { content: "\e60b"; }
135
- .@{prefix}-i-tablesplitcells:before { content: "\e60d"; }
136
- .@{prefix}-i-tabledelete:before { content: "\e60e"; }
137
- .@{prefix}-i-tableleftheader:before { content: "\e62a"; }
138
- .@{prefix}-i-tabletopheader:before { content: "\e62b"; }
139
- .@{prefix}-i-tabledeleterow:before { content: "\e800"; }
140
- .@{prefix}-i-tabledeletecol:before { content: "\e801"; }
141
- .@{prefix}-i-codesample:before { content: "\e603"; }
142
- .@{prefix}-i-fill:before { content: "\e902"; }
143
- .@{prefix}-i-borderwidth:before { content: "\e903"; }
144
- .@{prefix}-i-line:before { content: "\e904"; }
145
- .@{prefix}-i-count:before { content: "\e905"; }
146
- .@{prefix}-i-translate:before { content: "\e907"; }
147
- .@{prefix}-i-drag:before { content: "\e908"; }
148
- .@{prefix}-i-home:before { content: "\e90b"; }
149
- .@{prefix}-i-upload:before { content: "\e914"; }
150
- .@{prefix}-i-bubble:before { content: "\e91c"; }
151
- .@{prefix}-i-user:before { content: "\e91d"; }
152
- .@{prefix}-i-lock:before { content: "\e926"; }
153
- .@{prefix}-i-unlock:before { content: "\e927"; }
154
- .@{prefix}-i-settings:before { content: "\e928"; }
155
- .@{prefix}-i-remove2:before { content: "\e92a"; }
156
- .@{prefix}-i-menu:before { content: "\e92d"; }
157
- .@{prefix}-i-warning:before { content: "\e930"; }
158
- .@{prefix}-i-question:before { content: "\e931"; }
159
- .@{prefix}-i-pluscircle:before { content: "\e932"; }
160
- .@{prefix}-i-info:before { content: "\e933"; }
161
- .@{prefix}-i-notice:before { content: "\e934"; }
162
- .@{prefix}-i-arrowup:before { content: "\e93b"; }
163
- .@{prefix}-i-arrowdown:before { content: "\e93d"; }
164
- .@{prefix}-i-arrowup2:before { content: "\e93f"; }
165
- .@{prefix}-i-arrowdown2:before { content: "\e940"; }
166
- .@{prefix}-i-menu2:before { content: "\e941"; }
167
- .@{prefix}-i-newtab:before { content: "\e961"; }
168
- .@{prefix}-i-a11y:before { content: "\e900"; }
169
- .@{prefix}-i-plus:before { content: "\e93a"; }
170
- .@{prefix}-i-insert:before { content: "\e93a"; }
171
- .@{prefix}-i-minus:before { content: "\e939"; }
172
- .@{prefix}-i-books:before { content: "\e911"; }
173
- .@{prefix}-i-reload:before { content: "\e906"; }
174
- .@{prefix}-i-toc:before { content: "\e901"; }
175
- .@{prefix}-i-checkmark:before { content: "\e033"; }
176
- .@{prefix}-i-checkbox:before, .@{prefix}-i-selected:before {
177
- content: "\e033";
178
- }
179
-
180
- .@{prefix}-i-insert { font-size: 14px; }
181
- .@{prefix}-i-selected { visibility: hidden; }
182
- i.@{prefix}-i-backcolor { text-shadow: none; background: @colorbtn-backcolor-bg; }