@syncfusion/ej2-angular-richtexteditor 21.2.10 → 22.1.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +53 -109
- package/esm2020/src/index.mjs +2 -2
- package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +4 -13
- package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +4 -25
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +15 -45
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +7 -37
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -1
- package/license +10 -0
- package/package.json +17 -12
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +1 -1
- package/src/rich-text-editor/richtexteditor-all.module.d.ts +0 -3
- package/src/rich-text-editor/richtexteditor.component.d.ts +1 -8
- package/styles/bootstrap-dark.css +299 -137
- package/styles/bootstrap.css +305 -140
- package/styles/bootstrap4.css +304 -133
- package/styles/bootstrap5-dark.css +310 -165
- package/styles/bootstrap5.css +310 -165
- package/styles/fabric-dark.css +297 -136
- package/styles/fabric.css +294 -133
- package/styles/fluent-dark.css +311 -170
- package/styles/fluent.css +311 -170
- package/styles/highcontrast-light.css +289 -128
- package/styles/highcontrast.css +296 -135
- package/styles/material-dark.css +295 -129
- package/styles/material.css +300 -134
- package/styles/material3-dark.css +3082 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +3138 -0
- package/styles/material3.scss +3 -0
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +54 -12
- package/styles/rich-text-editor/_bootstrap-definition.scss +57 -13
- package/styles/rich-text-editor/_bootstrap4-definition.scss +50 -7
- package/styles/rich-text-editor/_bootstrap5-definition.scss +56 -13
- package/styles/rich-text-editor/_fabric-dark-definition.scss +53 -10
- package/styles/rich-text-editor/_fabric-definition.scss +52 -9
- package/styles/rich-text-editor/_fluent-definition.scss +56 -15
- package/styles/rich-text-editor/_fusionnew-definition.scss +46 -4
- package/styles/rich-text-editor/_highcontrast-definition.scss +52 -9
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +48 -5
- package/styles/rich-text-editor/_layout.scss +280 -68
- package/styles/rich-text-editor/_material-dark-definition.scss +48 -5
- package/styles/rich-text-editor/_material-definition.scss +50 -6
- package/styles/rich-text-editor/_material3-dark-definition.scss +1 -0
- package/styles/rich-text-editor/_material3-definition.scss +262 -0
- package/styles/rich-text-editor/_tailwind-definition.scss +63 -23
- package/styles/rich-text-editor/_theme.scss +103 -19
- package/styles/rich-text-editor/bootstrap-dark.css +299 -137
- package/styles/rich-text-editor/bootstrap.css +305 -140
- package/styles/rich-text-editor/bootstrap4.css +304 -133
- package/styles/rich-text-editor/bootstrap5-dark.css +310 -165
- package/styles/rich-text-editor/bootstrap5.css +310 -165
- package/styles/rich-text-editor/fabric-dark.css +297 -136
- package/styles/rich-text-editor/fabric.css +294 -133
- package/styles/rich-text-editor/fluent-dark.css +311 -170
- package/styles/rich-text-editor/fluent.css +311 -170
- package/styles/rich-text-editor/highcontrast-light.css +289 -128
- package/styles/rich-text-editor/highcontrast.css +296 -135
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_bootstrap.scss +1 -1
- package/styles/rich-text-editor/icons/_bootstrap4.scss +1 -1
- package/styles/rich-text-editor/icons/_bootstrap5.scss +1 -1
- package/styles/rich-text-editor/icons/_fabric-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_fabric.scss +1 -1
- package/styles/rich-text-editor/icons/_fluent.scss +1 -1
- package/styles/rich-text-editor/icons/_fusionnew.scss +1 -1
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +1 -1
- package/styles/rich-text-editor/icons/_highcontrast.scss +1 -1
- package/styles/rich-text-editor/icons/_material-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_material.scss +1 -1
- package/styles/rich-text-editor/icons/_material3-dark.scss +1 -0
- package/styles/rich-text-editor/icons/_material3.scss +1 -1
- package/styles/rich-text-editor/icons/_tailwind.scss +1 -1
- package/styles/rich-text-editor/material-dark.css +295 -129
- package/styles/rich-text-editor/material.css +300 -134
- package/styles/rich-text-editor/material3-dark.css +3082 -0
- package/styles/rich-text-editor/material3-dark.scss +5 -0
- package/styles/rich-text-editor/material3.css +3138 -0
- package/styles/rich-text-editor/material3.scss +5 -0
- package/styles/rich-text-editor/tailwind-dark.css +313 -157
- package/styles/rich-text-editor/tailwind.css +313 -157
- package/styles/tailwind-dark.css +313 -157
- package/styles/tailwind.css +313 -157
- package/schematics/collection.json +0 -40
- package/schematics/generators/richtexteditor-iframe/index.d.ts +0 -3
- package/schematics/generators/richtexteditor-iframe/index.js +0 -8
- package/schematics/generators/richtexteditor-iframe/sample-details.d.ts +0 -5
- package/schematics/generators/richtexteditor-iframe/sample-details.js +0 -7
- package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -44
- package/schematics/generators/richtexteditor-iframe/schema.d.ts +0 -3
- package/schematics/generators/richtexteditor-iframe/schema.js +0 -2
- package/schematics/generators/richtexteditor-iframe/schema.json +0 -125
- package/schematics/generators/richtexteditor-inline/index.d.ts +0 -3
- package/schematics/generators/richtexteditor-inline/index.js +0 -8
- package/schematics/generators/richtexteditor-inline/sample-details.d.ts +0 -5
- package/schematics/generators/richtexteditor-inline/sample-details.js +0 -7
- package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
- package/schematics/generators/richtexteditor-inline/schema.d.ts +0 -3
- package/schematics/generators/richtexteditor-inline/schema.js +0 -2
- package/schematics/generators/richtexteditor-inline/schema.json +0 -125
- package/schematics/generators/richtexteditor-markdown/index.d.ts +0 -3
- package/schematics/generators/richtexteditor-markdown/index.js +0 -8
- package/schematics/generators/richtexteditor-markdown/sample-details.d.ts +0 -5
- package/schematics/generators/richtexteditor-markdown/sample-details.js +0 -7
- package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
- package/schematics/generators/richtexteditor-markdown/schema.d.ts +0 -3
- package/schematics/generators/richtexteditor-markdown/schema.js +0 -2
- package/schematics/generators/richtexteditor-markdown/schema.json +0 -125
- package/schematics/generators/richtexteditor-overview/images/__path__/__name@dasherize__/RTEImage-Feather.png +0 -0
- package/schematics/generators/richtexteditor-overview/index.d.ts +0 -3
- package/schematics/generators/richtexteditor-overview/index.js +0 -8
- package/schematics/generators/richtexteditor-overview/sample-details.d.ts +0 -5
- package/schematics/generators/richtexteditor-overview/sample-details.js +0 -7
- package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -47
- package/schematics/generators/richtexteditor-overview/schema.d.ts +0 -3
- package/schematics/generators/richtexteditor-overview/schema.js +0 -2
- package/schematics/generators/richtexteditor-overview/schema.json +0 -125
- package/schematics/generators/richtexteditor-reactform/index.d.ts +0 -3
- package/schematics/generators/richtexteditor-reactform/index.js +0 -8
- package/schematics/generators/richtexteditor-reactform/sample-details.d.ts +0 -5
- package/schematics/generators/richtexteditor-reactform/sample-details.js +0 -7
- package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
- package/schematics/generators/richtexteditor-reactform/schema.d.ts +0 -3
- package/schematics/generators/richtexteditor-reactform/schema.js +0 -2
- package/schematics/generators/richtexteditor-reactform/schema.json +0 -125
- package/schematics/generators/richtexteditor-templatedriven/index.d.ts +0 -3
- package/schematics/generators/richtexteditor-templatedriven/index.js +0 -8
- package/schematics/generators/richtexteditor-templatedriven/sample-details.d.ts +0 -5
- package/schematics/generators/richtexteditor-templatedriven/sample-details.js +0 -7
- package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -19
- package/schematics/generators/richtexteditor-templatedriven/schema.d.ts +0 -3
- package/schematics/generators/richtexteditor-templatedriven/schema.js +0 -2
- package/schematics/generators/richtexteditor-templatedriven/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
//Layout Variables Start
|
|
2
|
+
$rte-border-size: 1px !default;
|
|
3
|
+
$rte-2px-border-size: 2px !default;
|
|
4
|
+
$rte-border-type: solid !default;
|
|
5
|
+
$rte-list-btn-flex: column !default;
|
|
6
|
+
$rte-list-btn-line-height: 30px !default;
|
|
7
|
+
$rte-big-list-btn-line-height: 40px !default;
|
|
8
|
+
$rte-split-btn-line-height: 20px !default;
|
|
9
|
+
$rte-big-split-btn-line-height: 40px !default;
|
|
10
|
+
$rte-big-quick-item-btn-width: 40px !default;
|
|
11
|
+
$rte-quick-item-btn-width: 32px !default;
|
|
12
|
+
$rte-big-quick-item-btn-height: 40px !default;
|
|
13
|
+
$rte-quick-item-btn-height: 32px !default;
|
|
14
|
+
$rte-big-quick-item-padding: 0 8px !default;
|
|
15
|
+
$rte-quick-item-padding: 0 7px !default;
|
|
16
|
+
$rte-quick-item-icon-min-width: 18px !default; // Clarify
|
|
17
|
+
$rte-big-quick-item-line-height: $leading-normal !default;
|
|
18
|
+
$rte-content-padding: 16px !default;
|
|
19
|
+
$rte-toolbar-icon-size: $text-lg !default;
|
|
20
|
+
$rte-toolbar-big-icon-size: $text-xl !default;
|
|
21
|
+
$rte-big-quick-drop-btn-line-height: 33px !default;
|
|
22
|
+
$rte-quick-drop-btn-line-height: 24px !default;
|
|
23
|
+
$rte-big-quick-drop-btn-margin: 4px 0 !default;
|
|
24
|
+
$rte-quick-drop-btn-margin: 0 !default;
|
|
25
|
+
$rte-big-quick-drop-btn-padding: 0 !default;
|
|
26
|
+
$rte-quick-drop-btn-padding: 1px 0 !default;
|
|
27
|
+
$rte-big-quick-drop-btn-icon-size: 16px !default;
|
|
28
|
+
$rte-quick-drop-btn-icon-size: 14px !default;
|
|
29
|
+
$rte-big-quick-drop-btn-caret-icon-size: 10px !default;
|
|
30
|
+
$rte-quick-drop-btn-caret-icon-size: 12px !default;
|
|
31
|
+
$rte-big-quick-drop-btn-caret-font-size: 12px !default;
|
|
32
|
+
$rte-quick-drop-btn-caret-font-size: 10px !default;
|
|
33
|
+
$rte-big-tb-items-margin-left: 3px !default;
|
|
34
|
+
$rte-tb-items-margin-left: 8px !default;
|
|
35
|
+
$rte-big-tb-items-padding-left: 3px !default;
|
|
36
|
+
$rte-tb-items-padding-left: 7px !default;
|
|
37
|
+
$rte-active-tb-item-btn-padding: 0 7px !default;
|
|
38
|
+
$rte-split-btn-bar-size: 0 !default;
|
|
39
|
+
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
40
|
+
$rte-big-split-btn-active-color-icon-line-height: 37px !default;
|
|
41
|
+
$rte-format-btn-min-width: 75px !default;
|
|
42
|
+
$rte-font-name-btn-min-width: 67px !default;
|
|
43
|
+
$rte-font-size-btn-min-width: 36px !default;
|
|
44
|
+
$rte-drop-btn-padding-left: 7px !default;
|
|
45
|
+
$dropdown-btn-font-size: $text-sm;
|
|
46
|
+
$dropdown-btn-big-font-size: $text-base;
|
|
47
|
+
$rte-drop-btn-padding-right: 7px !default;
|
|
48
|
+
$rte-drop-btn-action-padding-left: 7px !default;
|
|
49
|
+
$rte-drop-btn-action-padding-right: 7px !default;
|
|
50
|
+
$rte-big-drop-btn-padding-left: 10px !default;
|
|
51
|
+
$rte-big-drop-btn-padding-right: 6px !default;
|
|
52
|
+
$rte-big-drop-btn-action-padding-left: 10px !default;
|
|
53
|
+
$rte-big-drop-btn-action-padding-right: 6px !default;
|
|
54
|
+
$rte-colorpicker-parent-padding: 0 !default;
|
|
55
|
+
$rte-colorpicker-parent-padding-hover: 0 !default;
|
|
56
|
+
$rte-colorpicker-parent-padding-active-hover: 0 !default;
|
|
57
|
+
$rte-dropdown-btn-color-content-height: 30px !default;
|
|
58
|
+
$rte-big-dropdown-btn-color-content-height: 40px !default;
|
|
59
|
+
$rte-font-icon-width: 30px !default;
|
|
60
|
+
$rte-font-arrow-width: 18px !default;
|
|
61
|
+
$rte-font-arrow-touch-width: 20px !default;
|
|
62
|
+
$rte-font-icon-line-height: $leading-none !default;
|
|
63
|
+
$rte-placeholder-line-height: $leading-normal !default;
|
|
64
|
+
$rte-big-active-tb-item-btn-padding: 0 6px !default;
|
|
65
|
+
$rte-table-popup-padding: 10px !default;
|
|
66
|
+
$rte-table-popup-border: 1px solid $outline-variant !default;
|
|
67
|
+
$rte-insert-dialog-label-padding-top: 20px !default;
|
|
68
|
+
$rte-insert-dialog-label-padding-bottom: 0 !default;
|
|
69
|
+
$rte-big-quick-tbar-item-min-height: 40px !default;
|
|
70
|
+
$rte-big-quick-tbar-item-min-width: 40px !default;
|
|
71
|
+
$rte-content-font-size: $text-sm !default;
|
|
72
|
+
$rte-dropdown-caret-icon-size: $text-xs !default;
|
|
73
|
+
$rte-big-dropdown-caret-icon-size: $text-sm !default;
|
|
74
|
+
$font-weight: $font-weight-normal !default;
|
|
75
|
+
$rte-table-popup-bdr-radius: 6px !default;
|
|
76
|
+
$rte-resize-handler-width: 15px;
|
|
77
|
+
$rte-resize-handler-height: 15px;
|
|
78
|
+
$rte-resize-handler-position: 0;
|
|
79
|
+
$rte-big-inline-tmp-min-width: 48px;
|
|
80
|
+
$rte-inline-tmp-min-width: 55px;
|
|
81
|
+
$rte-big-inline-tmp-size-min-width: 59px;
|
|
82
|
+
$rte-inline-tmp-size-min-width: 66px;
|
|
83
|
+
$rte-big-inline-tmp-color-min-width: 50px;
|
|
84
|
+
$rte-inline-tmp-color-min-width: 55px;
|
|
85
|
+
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
86
|
+
$rte-default-character-count-opacity: 1;
|
|
87
|
+
$rte-droparea-line-height: 10;
|
|
88
|
+
$rte-droparea-browsebtn-height: 32px;
|
|
89
|
+
$rte-droparea-browsebtn-padding: 6px 16px;
|
|
90
|
+
$rte-droparea-browsebtn-top: -50px;
|
|
91
|
+
$rte-inline-dropdown-line-height: 14px !default;
|
|
92
|
+
$rte-big-inline-dropdown-line-height: 14px !default;
|
|
93
|
+
$rte-insert-dialog-font-size: 10px;
|
|
94
|
+
$rte-big-insert-dialog-font-size: 10px;
|
|
95
|
+
$rte-table-popup-tablecell-height: 20px;
|
|
96
|
+
$rte-table-popup-tablecell-width: 20px;
|
|
97
|
+
$rte-table-popup-tablecell-margin: 2px;
|
|
98
|
+
$rte-table-popup-row-height : 24px;
|
|
99
|
+
$rte-big-table-row-height : 28px;
|
|
100
|
+
$rte-big-tablecell-height : 24px;
|
|
101
|
+
$rte-big-tablecell-width : 24px;
|
|
102
|
+
$rte-toolbar-item-frist-last-child-margin: 0;
|
|
103
|
+
$rte-big-toolbar-item-frist-last-child-margin: 0;
|
|
104
|
+
$rte-toolbar-expaned-padding: 0 7px;
|
|
105
|
+
$rte-toolbar-expaned-padding-hover: 0 7px;
|
|
106
|
+
$rte-formatlists-dropdown-line-height: 1;
|
|
107
|
+
$rte-big-formatlists-dropdown-line-height: 1;
|
|
108
|
+
$rte-quick-toolbar-item-margin: 0 8px !default;
|
|
109
|
+
$rte-big-quick-toolbar-item-margin: 0 !default;
|
|
110
|
+
$rte-big-quick-toolbar-items-margin : 0 8px !default;
|
|
111
|
+
$rte-big-quick-toolbar-item-btn-padding: 4px 0 !default;
|
|
112
|
+
|
|
113
|
+
//Layout Variables End
|
|
114
|
+
|
|
115
|
+
//Theme Variables Start
|
|
116
|
+
$rte-hover-icons-color: rgba($icon-color) !default;
|
|
117
|
+
$rte-tlbar-expand-active: rgba($icon-color) !default;
|
|
118
|
+
$rte-split-btn-active-border: 0 !default;
|
|
119
|
+
$rte-border-color: rgba($border-light) !default;
|
|
120
|
+
$rte-content-bg: rgba($content-bg-color) !default;
|
|
121
|
+
$rte-full-screen-bg: rgba($content-bg-color) !default;
|
|
122
|
+
$rte-content-font-color: rgba($content-text-color) !default;
|
|
123
|
+
$rte-item-color: rgba($content-text-color) !default;
|
|
124
|
+
$rte-icons-color: rgba($icon-color) !default;
|
|
125
|
+
$rte-img-popup-border: 1px solid rgba($border-light) !default;
|
|
126
|
+
$rte-img-popup-box-shadow: $shadow !default;
|
|
127
|
+
$rte-img-popup-color: rgba($border-light) !default;
|
|
128
|
+
$rte-quick-item-active-bg: $secondary-bg-color-pressed !default;
|
|
129
|
+
$rte-quick-item-active-font-color: rgba($secondary-text-color-hover) !default;
|
|
130
|
+
$rte-quick-item-border: 0 !default;
|
|
131
|
+
$rte-quick-item-hover-border-color: $secondary-border-color-hover !default;
|
|
132
|
+
$rte-quick-item-active-border-color: $secondary-border-color-pressed !default;
|
|
133
|
+
$rte-quick-drop-btn-border-color: $content-bg-color-alt2 !default;
|
|
134
|
+
$rte-quick-drop-btn-hover-border-color: $content-bg-color-alt2 !default;
|
|
135
|
+
$rte-extended-toolbar-background: $content-bg-color-alt2 !default;
|
|
136
|
+
$rte-quick-pop-border: none !default;
|
|
137
|
+
$rte-quick-tb-border: 0;
|
|
138
|
+
$rte-quick-pop-bg: $content-bg-color-alt2 !default;
|
|
139
|
+
$rte-quick-vr-line-color: $transparent !default;
|
|
140
|
+
$rte-quick-pop-shadow: $shadow-sm !default;
|
|
141
|
+
$rte-quick-pop-item-focus-bg: $secondary-bg-color-pressed !default;
|
|
142
|
+
$rte-quick-tb-btn-hover: $content-bg-color-hover !default;
|
|
143
|
+
$rte-tb-item-active-bg: rgba($primary-container) !default;
|
|
144
|
+
$rte-tb-active-font-color: rgba($on-surface-variant) !default;
|
|
145
|
+
$rte-tb-item-active-border: 0 !default;
|
|
146
|
+
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type rgba($border-light) !default;
|
|
147
|
+
$rte-color-picker-active-bg: inherit !default;
|
|
148
|
+
$rte-drop-btn-active-bg: $secondary-bg-color-pressed !default;
|
|
149
|
+
$rte-drop-btn-active-color: rgba($on-surface) !default;
|
|
150
|
+
$rte-drop-btn-active-border-color: $secondary-border-color-pressed !default;
|
|
151
|
+
$rte-split-btn-active-hover-font-color: rgba($white) !default;
|
|
152
|
+
$rte-split-btn-color: $secondary-bg-color-pressed !default;
|
|
153
|
+
$rte-split-btn-active-color: rgba($on-surface) !default;
|
|
154
|
+
$rte-split-btn-hover-bg: $secondary-bg-color-hover !default;
|
|
155
|
+
$rte-split-btn-active-bg: $secondary-bg-color-pressed !default;
|
|
156
|
+
$rte-split-btn-span-hover-bg: $content-bg-color-hover !default;
|
|
157
|
+
$rte-split-btn-span-focus-bg: $secondary-bg-color-pressed !default;
|
|
158
|
+
$rte-split-btn-span-active-bg: $secondary-bg-color-pressed !default;
|
|
159
|
+
$rte-split-btn-bar-bg: rgba($content-bg-color) !default;
|
|
160
|
+
$rte-split-btn-active-bar-bg: rgba($content-bg-color) !default;
|
|
161
|
+
$rte-split-btn-bar-size: 0 !default;
|
|
162
|
+
$rte-split-btn-active-border: 0 !default;
|
|
163
|
+
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
164
|
+
$rte-big-split-btn-active-color-icon-line-height: 38px !default;
|
|
165
|
+
$rte-selection-color: rgba($white) !default;
|
|
166
|
+
$rte-selection-bg: rgba($primary) !default;
|
|
167
|
+
|
|
168
|
+
$rte-link-valid-color: rgba($danger) !default;
|
|
169
|
+
$rte-upload-drag-border-clr: $border-dark !default;
|
|
170
|
+
$rte-img-header-clr: rgba($content-text-color) !default;
|
|
171
|
+
$rte-drop-text-clr: rgba($on-secondary-container) !default;
|
|
172
|
+
$rte-default-character-count-color: rgba($placeholder-text-color) !default;
|
|
173
|
+
$rte-warning-character-count-color: rgba($warning) !default;
|
|
174
|
+
$rte-error-character-count-color: rgba($danger) !default;
|
|
175
|
+
$rte-img-border: dashed 2px rgba($primary) !default;
|
|
176
|
+
$rte-font-family: $font-family !default;
|
|
177
|
+
$rte-content-color: rgba($content-text-color) !default;
|
|
178
|
+
$rte-content-blockquote-border-left-color: solid 2px rgba($content-text-color) !default;
|
|
179
|
+
$rte-dropdown-selection-bgcolor: $secondary-bg-color-pressed !default;
|
|
180
|
+
$rte-ext-tbar-overlay-icons-color: $icon-color-disabled !default;
|
|
181
|
+
$rte-overlay-color: $overlay-bg-color !default;
|
|
182
|
+
$rte-dropdown-selection-color: rgba($secondary-text-color-pressed) !default;
|
|
183
|
+
$rte-anchor-color: rgba($primary) !default;
|
|
184
|
+
$rte-ext-tbar-overlay-dropdown-color: $content-bg-color-alt4 !default;
|
|
185
|
+
$rte-img-resize-back-color: rgba($primary) !default;
|
|
186
|
+
$rte-table-resize-back-color: rgba($primary) !default;
|
|
187
|
+
$rte-img-resize-color: rgba($primary-text-color) !default;
|
|
188
|
+
$rte-table-header-color: rgba($content-text-color-alt1) !default;
|
|
189
|
+
$rte-table-span-bg-color: rgba($content-bg-color) !default;
|
|
190
|
+
$rte-table-span-border: 1px solid rgba($border-light) !default;
|
|
191
|
+
$rte-table-span-active-bg-color: rgba($primary-lighter) !default;
|
|
192
|
+
$rte-table-span-active-border-color: rgba($primary) !default;
|
|
193
|
+
$rte-table-select-border-color: rgba($primary) !default;
|
|
194
|
+
$rte-table-popup-bg: rgba($surface) !default;
|
|
195
|
+
$rte-table-popup-color: rgba($border-light) !default;
|
|
196
|
+
$rte-table-popup-box: $level3 !default;
|
|
197
|
+
$rte-table-border-color: rgba($border-light) !default;
|
|
198
|
+
$rte-table-alternate-color: $content-bg-color-alt1 !default;
|
|
199
|
+
$rte-table-header-bg: $content-bg-color-alt2 !default;
|
|
200
|
+
$rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
|
|
201
|
+
$rte-border-top-left-radius: 8px;
|
|
202
|
+
$rte-border-top-right-radius: 8px;
|
|
203
|
+
$rte-border-bottom-right-radius: 8px;
|
|
204
|
+
$rte-border-bottom-left-radius: 8px;
|
|
205
|
+
$rte-big-border-radius: 8px;
|
|
206
|
+
|
|
207
|
+
//Theme Variables End
|
|
208
|
+
|
|
209
|
+
$rte-tb-hover-font-color: rgba($secondary-text-color-hover);
|
|
210
|
+
$transparent: $transparent;
|
|
211
|
+
$rte-placeholder-padding: 16px !default;
|
|
212
|
+
|
|
213
|
+
$rte-img-dlg-max-height: 390px !default;
|
|
214
|
+
$rte-img-alt-dlg-max-height: 390px !default;
|
|
215
|
+
$rte-img-link-dlg-max-height: 191px !default;
|
|
216
|
+
$rte-img-size-dlg-max-height: 256px !default;
|
|
217
|
+
$rte-link-dlg-max-height: 353px !default;
|
|
218
|
+
$rte-file-browser-dlg-max-height: 557px !default;
|
|
219
|
+
$rte-table-dlg-max-height: 252px !default;
|
|
220
|
+
$rte-edit-table-dlg-max-height: 320px !default;
|
|
221
|
+
|
|
222
|
+
$rte-big-img-dlg-max-height: 425px !default;
|
|
223
|
+
$rte-big-img-alt-dlg-max-height: 425px !default;
|
|
224
|
+
$rte-big-img-link-dlg-max-height: 229px !default;
|
|
225
|
+
$rte-big-img-size-dlg-max-height: 309px !default;
|
|
226
|
+
$rte-big-link-dlg-max-height: 400px !default;
|
|
227
|
+
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
228
|
+
$rte-big-table-dlg-max-height: 299px !default;
|
|
229
|
+
$rte-big-edit-table-dlg-max-height: 373px !default;
|
|
230
|
+
$toolbar-expand-icon-min-height: 40px !default;
|
|
231
|
+
$rte-align-caret-icon-min-width: 24px !default;
|
|
232
|
+
$rte-drop-text-width: 280px !default;
|
|
233
|
+
$rte-drop-text-height: 185px !default;
|
|
234
|
+
$rte-drop-text-mobile-width: 250px !default;
|
|
235
|
+
$rte-tbar-default-bg: $content-bg-color-alt2 !default;
|
|
236
|
+
$rte-extended-toolbar-items-padding: 0;
|
|
237
|
+
$rte-expand-tbar-hover-bg: $content-bg-color-hover !default;
|
|
238
|
+
$rte-big-insert-dialog-label-padding-top: 12px;
|
|
239
|
+
$rte-tbar-icon-size: 18px;
|
|
240
|
+
$rte-background-color-icon-fontsize: 18px;
|
|
241
|
+
$rte-big-background-color-icon-fontsize: 20px;
|
|
242
|
+
$rte-dropdown-btn-color-content-padding: 5.5px !default;
|
|
243
|
+
$rte-big-dropdown-btn-color-content-padding: 9.5px !default;
|
|
244
|
+
$rte-tb-expended-min-height: 48px !default;
|
|
245
|
+
$rte-big-tb-expended-min-height: 56px !default;
|
|
246
|
+
$rte-tb-expended-padding-left: 1px !default;
|
|
247
|
+
$rte-tb-expended-hover-padding-left: 0 !default;
|
|
248
|
+
$rte-toolbar-expaned-minwidth: 18px !default;
|
|
249
|
+
|
|
250
|
+
$rte-emoji-pop-background: $flyout-bg-color;
|
|
251
|
+
$rte-emoji-pop-box-shadow: $shadow-md;
|
|
252
|
+
$rte-emoji-pop-border-radius: 4px;
|
|
253
|
+
$rte-emoji-pop-border: none;
|
|
254
|
+
$rte-emoji-tbar-btn-bg: transparent;
|
|
255
|
+
$rte-emoji-tbar-btn-select-bg: $secondary-border-color-hover;
|
|
256
|
+
$rte-emoji-tbar-btn-hover: $secondary-border-color-hover;
|
|
257
|
+
$rte-emoji-btn-height: 240px;
|
|
258
|
+
$rte-emoji-grp-btn-line-height: 1px;
|
|
259
|
+
$rte-emoji-headname-font-weight: 500;
|
|
260
|
+
$rte-emoji-headname-color: rgba($content-text-color-alt1);
|
|
261
|
+
$rte-big-emoji-btn-height: 236px;
|
|
262
|
+
$rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAzMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9InBhdGgtMS1vdXRzaWRlLTFfNDgwXzIyMiIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTMiIHk9IjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iYmxhY2siPgo8cmVjdCBmaWxsPSJ3aGl0ZSIgeD0iMTMiIHk9IjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0IDUuNUMxNCA0LjY3MTU3IDE0LjY3MTYgNCAxNS41IDRIMjMuNUMyNC4zMjg0IDQgMjUgNC42NzE1NyAyNSA1LjVWNkgyN0MyNy41NTIzIDYgMjggNi40NDc3MiAyOCA3VjExQzI4IDExLjU1MjMgMjcuNTUyMyAxMiAyNyAxMkgyMVYxN0MyMSAxNy41NTIzIDIwLjU1MjMgMTggMjAgMThDMTkuNDQ3NyAxOCAxOSAxNy41NTIzIDE5IDE3VjExSDIxSDI3VjdIMjVWNy41QzI1IDguMzI4NDMgMjQuMzI4NCA5IDIzLjUgOUgxNS41QzE0LjY3MTYgOSAxNCA4LjMyODQzIDE0IDcuNVY1LjVaIi8+CjwvbWFzaz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNCA1LjVDMTQgNC42NzE1NyAxNC42NzE2IDQgMTUuNSA0SDIzLjVDMjQuMzI4NCA0IDI1IDQuNjcxNTcgMjUgNS41VjZIMjdDMjcuNTUyMyA2IDI4IDYuNDQ3NzIgMjggN1YxMUMyOCAxMS41NTIzIDI3LjU1MjMgMTIgMjcgMTJIMjFWMTdDMjEgMTcuNTUyMyAyMC41NTIzIDE4IDIwIDE4QzE5LjQ0NzcgMTggMTkgMTcuNTUyMyAxOSAxN1YxMUgyMUgyN1Y3SDI1VjcuNUMyNSA4LjMyODQzIDI0LjMyODQgOSAyMy41IDlIMTUuNUMxNC42NzE2IDkgMTQgOC4zMjg0MyAxNCA3LjVWNS41WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTI1IDZIMjRWN0gyNVY2Wk0yMSAxMlYxMUgyMFYxMkgyMVpNMTkgMTFWMTBIMThWMTFIMTlaTTI3IDExVjEySDI4VjExSDI3Wk0yNyA3SDI4VjZIMjdWN1pNMjUgN1Y2SDI0VjdIMjVaTTE1LjUgM0MxNC4xMTkzIDMgMTMgNC4xMTkyOSAxMyA1LjVIMTVDMTUgNS4yMjM4NiAxNS4yMjM5IDUgMTUuNSA1VjNaTTIzLjUgM0gxNS41VjVIMjMuNVYzWk0yNiA1LjVDMjYgNC4xMTkyOSAyNC44ODA3IDMgMjMuNSAzVjVDMjMuNzc2MSA1IDI0IDUuMjIzODYgMjQgNS41SDI2Wk0yNiA2VjUuNUgyNFY2SDI2Wk0yNSA3SDI3VjVIMjVWN1pNMjcgN0gyOUMyOSA1Ljg5NTQzIDI4LjEwNDYgNSAyNyA1VjdaTTI3IDdWMTFIMjlWN0gyN1pNMjcgMTFWMTNDMjguMTA0NiAxMyAyOSAxMi4xMDQ2IDI5IDExSDI3Wk0yNyAxMUgyMVYxM0gyN1YxMVpNMjIgMTdWMTJIMjBWMTdIMjJaTTIwIDE5QzIxLjEwNDYgMTkgMjIgMTguMTA0NiAyMiAxN0gyMFYxOVpNMTggMTdDMTggMTguMTA0NiAxOC44OTU0IDE5IDIwIDE5VjE3SDE4Wk0xOCAxMVYxN0gyMFYxMUgxOFpNMjEgMTBIMTlWMTJIMjFWMTBaTTIxIDEySDI3VjEwSDIxVjEyWk0yOCAxMVY3SDI2VjExSDI4Wk0yNyA2SDI1VjhIMjdWNlpNMjYgNy41VjdIMjRWNy41SDI2Wk0yMy41IDEwQzI0Ljg4MDcgMTAgMjYgOC44ODA3MSAyNiA3LjVIMjRDMjQgNy43NzYxNCAyMy43NzYxIDggMjMuNSA4VjEwWk0xNS41IDEwSDIzLjVWOEgxNS41VjEwWk0xMyA3LjVDMTMgOC44ODA3MSAxNC4xMTkzIDEwIDE1LjUgMTBWOEMxNS4yMjM5IDggMTUgNy43NzYxNCAxNSA3LjVIMTNaTTEzIDUuNVY3LjVIMTVWNS41SDEzWiIgZmlsbD0id2hpdGUiIG1hc2s9InVybCgjcGF0aC0xLW91dHNpZGUtMV80ODBfMjIyKSIvPgo8cGF0aCBkPSJNMy41IDRWNC41SDRINi41VjE3LjVINEgzLjVWMThWMTlWMTkuNUg0SDExSDExLjVWMTlWMThWMTcuNUgxMUg4LjUwMDAxTDguNTAwMzIgNC41SDExSDExLjVWNFYzVjIuNUgxMUg0SDMuNVYzVjRaIiBmaWxsPSJibGFjayIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K') 8 1, auto;
|
|
@@ -3,20 +3,21 @@ $rte-border-size: 1px !default;
|
|
|
3
3
|
$rte-2px-border-size: 2px !default;
|
|
4
4
|
$rte-border-type: solid !default;
|
|
5
5
|
$rte-list-btn-flex: column !default;
|
|
6
|
-
$rte-list-btn-line-height:
|
|
6
|
+
$rte-list-btn-line-height: 30px !default;
|
|
7
|
+
$rte-big-list-btn-line-height: 36px !default;
|
|
7
8
|
$rte-split-btn-line-height: 30px !default;
|
|
8
9
|
$rte-big-split-btn-line-height: 38px !default;
|
|
9
|
-
$rte-big-quick-item-btn-width:
|
|
10
|
-
$rte-quick-item-btn-width:
|
|
11
|
-
$rte-big-quick-item-btn-height:
|
|
12
|
-
$rte-quick-item-btn-height:
|
|
13
|
-
$rte-big-quick-item-padding:
|
|
14
|
-
$rte-quick-item-padding:
|
|
10
|
+
$rte-big-quick-item-btn-width: 38px !default;
|
|
11
|
+
$rte-quick-item-btn-width: 26px !default;
|
|
12
|
+
$rte-big-quick-item-btn-height: 38px !default;
|
|
13
|
+
$rte-quick-item-btn-height: 30px !default;
|
|
14
|
+
$rte-big-quick-item-padding: 12px !default;
|
|
15
|
+
$rte-quick-item-padding: 3px !default;
|
|
15
16
|
$rte-quick-item-icon-min-width: 24px !default;
|
|
16
17
|
$rte-big-quick-item-line-height: $leading-normal !default;
|
|
17
18
|
$rte-content-padding: 12px !default;
|
|
18
|
-
$rte-toolbar-icon-size: $text-
|
|
19
|
-
$rte-toolbar-big-icon-size: $text-
|
|
19
|
+
$rte-toolbar-icon-size: $text-xl !default;
|
|
20
|
+
$rte-toolbar-big-icon-size: $text-xl !default;
|
|
20
21
|
$rte-big-quick-drop-btn-line-height: 33px !default;
|
|
21
22
|
$rte-quick-drop-btn-line-height: 24px !default;
|
|
22
23
|
$rte-big-quick-drop-btn-margin: 4px 0 !default;
|
|
@@ -35,7 +36,6 @@ $rte-big-tb-items-padding-left: 3px !default;
|
|
|
35
36
|
$rte-tb-items-padding-left: 7px !default;
|
|
36
37
|
$rte-active-tb-item-btn-padding: 0 !default;
|
|
37
38
|
$rte-split-btn-bar-size: 0 !default;
|
|
38
|
-
$rte-split-btn-active-border: 0 !default;
|
|
39
39
|
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
40
40
|
$rte-big-split-btn-active-color-icon-line-height: 35px !default;
|
|
41
41
|
$rte-format-btn-min-width: 0 !default;
|
|
@@ -49,25 +49,30 @@ $rte-drop-btn-action-padding-left: 6px !default;
|
|
|
49
49
|
$rte-drop-btn-action-padding-right: 1.5px !default;
|
|
50
50
|
$rte-big-drop-btn-padding-left: 10px !default;
|
|
51
51
|
$rte-big-drop-btn-padding-right: 6px !default;
|
|
52
|
-
$rte-big-drop-btn-action-padding-left:
|
|
53
|
-
$rte-big-drop-btn-action-padding-right:
|
|
54
|
-
$rte-colorpicker-parent-padding:
|
|
52
|
+
$rte-big-drop-btn-action-padding-left: 9px !default;
|
|
53
|
+
$rte-big-drop-btn-action-padding-right: 5px !default;
|
|
54
|
+
$rte-colorpicker-parent-padding: .8px !default;
|
|
55
55
|
$rte-colorpicker-parent-padding-hover: 0 !default;
|
|
56
56
|
$rte-colorpicker-parent-padding-active-hover: 0 !default;
|
|
57
|
+
$rte-dropdown-btn-color-content-height: 30px !default;
|
|
58
|
+
$rte-big-dropdown-btn-color-content-height: 36px !default;
|
|
57
59
|
$rte-font-icon-width: 30px !default;
|
|
58
60
|
$rte-font-arrow-width: 18px !default;
|
|
59
61
|
$rte-font-arrow-touch-width: 20px !default;
|
|
60
|
-
$rte-font-icon-line-height: $leading-
|
|
62
|
+
$rte-font-icon-line-height: $leading-none !default;
|
|
61
63
|
$rte-placeholder-line-height: $leading-normal !default;
|
|
62
64
|
$rte-big-active-tb-item-btn-padding: 0 6px !default;
|
|
63
65
|
$rte-table-popup-padding: 18px 18px 8px 22px !default;
|
|
66
|
+
$rte-table-popup-border: 1px solid $cool-gray-600 !default;
|
|
64
67
|
$rte-insert-dialog-label-padding-top: 12px !default;
|
|
65
68
|
$rte-insert-dialog-label-padding-bottom: 3px !default;
|
|
66
|
-
$rte-big-quick-tbar-item-min-height:
|
|
67
|
-
$rte-big-quick-tbar-item-min-width:
|
|
69
|
+
$rte-big-quick-tbar-item-min-height: 38px !default;
|
|
70
|
+
$rte-big-quick-tbar-item-min-width: 38px !default;
|
|
68
71
|
$rte-content-font-size: $text-sm !default;
|
|
69
72
|
$rte-dropdown-caret-icon-size: $text-xs !default;
|
|
70
73
|
$rte-big-dropdown-caret-icon-size: $text-sm !default;
|
|
74
|
+
$rte-inline-dropdown-line-height: 30px !default;
|
|
75
|
+
$rte-big-inline-dropdown-line-height: 36px !default;
|
|
71
76
|
$font-weight: $font-weight-normal !default;
|
|
72
77
|
$rte-table-popup-bdr-radius: 2px !default;
|
|
73
78
|
$rte-resize-handler-width: 15px;
|
|
@@ -95,8 +100,12 @@ $rte-table-popup-row-height : 16px;
|
|
|
95
100
|
$rte-big-table-row-height : 18px;
|
|
96
101
|
$rte-big-tablecell-height : 16px;
|
|
97
102
|
$rte-big-tablecell-width : 16px;
|
|
98
|
-
$rte-toolbar-item-frist-last-child-margin: 0
|
|
103
|
+
$rte-toolbar-item-frist-last-child-margin: 0;
|
|
99
104
|
$rte-big-toolbar-item-frist-last-child-margin: 0 6px;
|
|
105
|
+
$rte-toolbar-expaned-padding: 0 5px;
|
|
106
|
+
$rte-toolbar-expaned-padding-hover: 0 4px;
|
|
107
|
+
$rte-formatlists-dropdown-line-height: 20px;
|
|
108
|
+
$rte-big-formatlists-dropdown-line-height: 30px;
|
|
100
109
|
|
|
101
110
|
//Layout Variables End
|
|
102
111
|
|
|
@@ -124,7 +133,7 @@ $rte-quick-pop-border: none !default;
|
|
|
124
133
|
$rte-quick-tb-border: 1px solid $border-light !default;
|
|
125
134
|
$rte-quick-pop-bg: $content-bg-color-alt2 !default;
|
|
126
135
|
$rte-quick-vr-line-color: $border-light !default;
|
|
127
|
-
$rte-quick-pop-shadow:
|
|
136
|
+
$rte-quick-pop-shadow: level3 !default;
|
|
128
137
|
$rte-quick-pop-item-focus-bg: $secondary-bg-color-pressed !default;
|
|
129
138
|
$rte-quick-tb-btn-hover: $secondary-bg-color-pressed !default;
|
|
130
139
|
$rte-tb-item-active-bg: $secondary-bg-color-pressed !default;
|
|
@@ -139,15 +148,15 @@ $rte-split-btn-active-hover-font-color: $icon-color !default;
|
|
|
139
148
|
$rte-split-btn-color: $secondary-bg-color-pressed !default;
|
|
140
149
|
$rte-tb-hover-font-color: $icon-color !default;
|
|
141
150
|
$rte-split-btn-active-color: $icon-color !default;
|
|
142
|
-
$rte-split-btn-hover-bg: $
|
|
151
|
+
$rte-split-btn-hover-bg: $content-bg-color-alt1 !default;
|
|
143
152
|
$rte-split-btn-active-bg: $secondary-bg-color-pressed !default;
|
|
144
|
-
$rte-split-btn-span-hover-bg: $
|
|
153
|
+
$rte-split-btn-span-hover-bg: $content-bg-color-alt3 !default;
|
|
145
154
|
$rte-split-btn-span-focus-bg: $secondary-bg-color-hover !default;
|
|
146
155
|
$rte-split-btn-span-active-bg: $secondary-bg-color-pressed !default;
|
|
147
|
-
$rte-split-btn-bar-bg: $
|
|
156
|
+
$rte-split-btn-bar-bg: $content-bg-color-alt1 !default;
|
|
148
157
|
$rte-split-btn-active-bar-bg: $content-bg-color !default;
|
|
149
158
|
$rte-split-btn-bar-size: 0 !default;
|
|
150
|
-
$rte-split-btn-active-border:
|
|
159
|
+
$rte-split-btn-active-border: 1px solid $secondary-border-color-hover !default;
|
|
151
160
|
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
152
161
|
$rte-big-split-btn-active-color-icon-line-height: 38px !default;
|
|
153
162
|
|
|
@@ -189,6 +198,8 @@ $rte-border-top-right-radius: 0;
|
|
|
189
198
|
$rte-border-bottom-right-radius: 0;
|
|
190
199
|
$rte-border-bottom-left-radius: 0;
|
|
191
200
|
$rte-big-border-radius: 0;
|
|
201
|
+
$rte-extended-toolbar-items-padding: 0;
|
|
202
|
+
$rte-expand-tbar-hover-bg: $content-bg-color-alt3 !default;
|
|
192
203
|
|
|
193
204
|
//Theme Variables End
|
|
194
205
|
|
|
@@ -202,7 +213,10 @@ $rte-link-dlg-max-height: 331px !default;
|
|
|
202
213
|
$rte-file-browser-dlg-max-height: 557px !default;
|
|
203
214
|
$rte-table-dlg-max-height: 232px !default;
|
|
204
215
|
$rte-edit-table-dlg-max-height: 340px !default;
|
|
205
|
-
|
|
216
|
+
$rte-quick-toolbar-item-margin: 0 6px !default;
|
|
217
|
+
$rte-big-quick-toolbar-item-margin: 0 6px !default;
|
|
218
|
+
$rte-big-quick-toolbar-items-margin : 0 6px !default;
|
|
219
|
+
$rte-big-quick-toolbar-item-btn-padding: 0 !default;
|
|
206
220
|
$rte-big-img-dlg-max-height: 397px !default;
|
|
207
221
|
$rte-big-img-alt-dlg-max-height: 397px !default;
|
|
208
222
|
$rte-big-img-link-dlg-max-height: 211px !default;
|
|
@@ -215,3 +229,29 @@ $rte-drop-text-width: 300px !default;
|
|
|
215
229
|
$rte-drop-text-height: 185px !default;
|
|
216
230
|
$rte-drop-text-mobile-width: 250px !default;
|
|
217
231
|
$rte-tbar-default-bg: $content-bg-color-alt2;
|
|
232
|
+
$rte-big-insert-dialog-label-padding-top: 12px;
|
|
233
|
+
$rte-tbar-icon-size: 20px;
|
|
234
|
+
$rte-dropdown-btn-color-content-padding: 1px !default;
|
|
235
|
+
$rte-big-dropdown-btn-color-content-padding: 1px !default;
|
|
236
|
+
$rte-tb-expended-min-height: 40px !default;
|
|
237
|
+
$rte-big-tb-expended-min-height: 48px !default;
|
|
238
|
+
$rte-tb-expended-padding-left: 1px !default;
|
|
239
|
+
$rte-tb-expended-hover-padding-left: 1px !default;
|
|
240
|
+
$rte-toolbar-expaned-minwidth: 18px !default;
|
|
241
|
+
|
|
242
|
+
$rte-emoji-pop-background: $flyout-bg-color;
|
|
243
|
+
$rte-emoji-pop-box-shadow: none;
|
|
244
|
+
$rte-emoji-pop-border-radius: 4px;
|
|
245
|
+
$rte-emoji-pop-border:1px solid $cool-gray-200;
|
|
246
|
+
$rte-emoji-tbar-btn-bg: transparent;
|
|
247
|
+
$rte-emoji-tbar-btn-select-bg : $secondary-border-color-hover;
|
|
248
|
+
$rte-emoji-tbar-btn-hover: $secondary-border-color-hover;
|
|
249
|
+
$rte-emoji-btn-height: 249px;
|
|
250
|
+
$rte-emoji-grp-btn-line-height: 1px;
|
|
251
|
+
$rte-emoji-headname-font-weight: 400;
|
|
252
|
+
$rte-emoji-headname-color:$content-text-color-alt2;
|
|
253
|
+
$rte-big-emoji-btn-height: 254px;
|
|
254
|
+
$rte-background-color-icon-fontsize: 20px;
|
|
255
|
+
$rte-big-background-color-icon-fontsize: 20px;
|
|
256
|
+
|
|
257
|
+
$rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAzMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMi41QzQuNDQ3NzIgMi41IDQgMi45NDc3MiA0IDMuNUM0IDQuMDUyMjggNC40NDc3MiA0LjUgNSA0LjVINi42OTcyMkw3LjUgNS4wMzUxOFYxNi45NjQ4TDYuNjk3MjIgMTcuNUg1QzQuNDQ3NzIgMTcuNSA0IDE3Ljk0NzcgNCAxOC41QzQgMTkuMDUyMyA0LjQ0NzcyIDE5LjUgNSAxOS41SDYuNjk3MjJDNy4wOTIwNyAxOS41IDcuNDc4MDkgMTkuMzgzMSA3LjgwNjYyIDE5LjE2NDFMOC41IDE4LjcwMTlMOS4xOTMzOCAxOS4xNjQxQzkuNTIxOTEgMTkuMzgzMSA5LjkwNzkzIDE5LjUgMTAuMzAyOCAxOS41SDEyQzEyLjU1MjMgMTkuNSAxMyAxOS4wNTIzIDEzIDE4LjVDMTMgMTcuOTQ3NyAxMi41NTIzIDE3LjUgMTIgMTcuNUwxMC4zMDI4IDE3LjVMOS41IDE2Ljk2NDhWNS4wMzUxOEwxMC4zMDI4IDQuNUgxMkMxMi41NTIzIDQuNSAxMyA0LjA1MjI4IDEzIDMuNUMxMyAyLjk0NzcyIDEyLjU1MjMgMi41IDEyIDIuNUgxMC4zMDI4QzkuOTA3OTMgMi41IDkuNTIxOTEgMi42MTY4OCA5LjE5MzM4IDIuODM1OUw4LjUgMy4yOTgxNUw3LjgwNjYyIDIuODM1OUM3LjQ3ODA5IDIuNjE2ODggNy4wOTIwNyAyLjUgNi42OTcyMiAyLjVINVoiIGZpbGw9ImJsYWNrIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIzLjUgNFY4LjVIMjVDMjUuODI4NCA4LjUgMjYuNSA5LjE3MTU3IDI2LjUgMTBWMTEuNVYxNy41SDIzLjVIMjAuNUgxNi41QzE3LjUgMTUgMTcuNSAxMS41IDE3LjUgMTEuNVYxMEMxNy41IDkuMTcxNTcgMTguMTcxNiA4LjUgMTkgOC41SDIwLjVWNEMyMC41IDMuMTcxNTcgMjEuMTcxNiAyLjUgMjIgMi41QzIyLjgyODQgMi41IDIzLjUgMy4xNzE1NyAyMy41IDRaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMjMuNSA4LjVWNEMyMy41IDMuMTcxNTcgMjIuODI4NCAyLjUgMjIgMi41VjIuNUMyMS4xNzE2IDIuNSAyMC41IDMuMTcxNTcgMjAuNSA0VjguNU0yMy41IDguNUgyNUMyNS44Mjg0IDguNSAyNi41IDkuMTcxNTcgMjYuNSAxMFYxMS41TTIzLjUgOC41SDIwLjVNMjAuNSA4LjVIMTlDMTguMTcxNiA4LjUgMTcuNSA5LjE3MTU3IDE3LjUgMTBWMTEuNU0yNi41IDExLjVWMTcuNUgyMy41TTI2LjUgMTEuNUgxNy41TTE3LjUgMTEuNUMxNy41IDExLjUgMTcuNSAxNSAxNi41IDE3LjVIMjAuNU0yMy41IDE3LjVWMTQuNU0yMy41IDE3LjVIMjAuNU0yMC41IDE3LjVWMTUuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=') 8 1, auto;
|
|
@@ -160,7 +160,9 @@
|
|
|
160
160
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
161
161
|
color: $rte-hover-icons-color;
|
|
162
162
|
}
|
|
163
|
-
|
|
163
|
+
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
164
|
+
color: $rte-hover-icons-color;
|
|
165
|
+
}
|
|
164
166
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
165
167
|
color: $rte-tb-active-font-color;
|
|
166
168
|
}
|
|
@@ -191,7 +193,13 @@
|
|
|
191
193
|
border-bottom: 1px solid $rte-border-color;
|
|
192
194
|
}
|
|
193
195
|
}
|
|
194
|
-
|
|
196
|
+
.e-rte-tb-expand .e-rte-content:not(e-toolbar-wrapper) {
|
|
197
|
+
border-top: 0 solid $rte-border-color;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.e-toolbar-wrapper .e-rte-toolbar:not(.e-rte-tb-float) {
|
|
201
|
+
border-bottom: 1px solid $rte-border-color;
|
|
202
|
+
}
|
|
195
203
|
.e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
|
|
196
204
|
border: 0;
|
|
197
205
|
}
|
|
@@ -208,8 +216,8 @@
|
|
|
208
216
|
}
|
|
209
217
|
@if $skin-name == 'Material3' {
|
|
210
218
|
::selection {
|
|
211
|
-
color: $
|
|
212
|
-
background: $
|
|
219
|
+
color: $rte-selection-color;
|
|
220
|
+
background: $rte-selection-bg;
|
|
213
221
|
}
|
|
214
222
|
}
|
|
215
223
|
.e-rte-content,
|
|
@@ -288,7 +296,7 @@
|
|
|
288
296
|
border-bottom: 0;
|
|
289
297
|
|
|
290
298
|
&.e-popup-open {
|
|
291
|
-
border-bottom:
|
|
299
|
+
border-bottom: 1px solid $rte-border-color;
|
|
292
300
|
}
|
|
293
301
|
}
|
|
294
302
|
|
|
@@ -298,7 +306,7 @@
|
|
|
298
306
|
|
|
299
307
|
&.e-rte-tb-float {
|
|
300
308
|
border-bottom: 1px solid $rte-border-color;
|
|
301
|
-
border-right:
|
|
309
|
+
border-right: 0 solid $rte-border-color;
|
|
302
310
|
border-top: 1px solid $rte-border-color;
|
|
303
311
|
|
|
304
312
|
&.e-expand-open {
|
|
@@ -306,7 +314,7 @@
|
|
|
306
314
|
|
|
307
315
|
.e-toolbar-extended {
|
|
308
316
|
border-bottom: 1px solid $rte-border-color;
|
|
309
|
-
border-right:
|
|
317
|
+
border-right: 0 solid $rte-border-color;
|
|
310
318
|
}
|
|
311
319
|
}
|
|
312
320
|
}
|
|
@@ -319,6 +327,10 @@
|
|
|
319
327
|
border-top: 1px solid $rte-border-color;
|
|
320
328
|
}
|
|
321
329
|
|
|
330
|
+
.e-toolbar-wrapper + .e-rte-content{
|
|
331
|
+
border-top: 0 solid $rte-border-color;
|
|
332
|
+
}
|
|
333
|
+
|
|
322
334
|
.e-toolbar-extended.e-popup-open {
|
|
323
335
|
border-bottom: 1px solid $rte-border-color;
|
|
324
336
|
}
|
|
@@ -480,7 +492,7 @@
|
|
|
480
492
|
height: $rte-drop-text-height;
|
|
481
493
|
margin: 0 auto;
|
|
482
494
|
text-align: center;
|
|
483
|
-
width:
|
|
495
|
+
width: auto;
|
|
484
496
|
}
|
|
485
497
|
|
|
486
498
|
.e-dialog .e-vid-uploadwrap .e-droptext {
|
|
@@ -585,6 +597,7 @@
|
|
|
585
597
|
.e-richtexteditor .e-rte-toolbar .e-hor-nav:hover{
|
|
586
598
|
border: solid rgba(0, 0, 0, .12);
|
|
587
599
|
border-width: $rte-toolbar-hor-nav-border-width;
|
|
600
|
+
padding-left: $rte-tb-expended-hover-padding-left;
|
|
588
601
|
}
|
|
589
602
|
|
|
590
603
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -602,12 +615,6 @@
|
|
|
602
615
|
margin-top: 12px;
|
|
603
616
|
}
|
|
604
617
|
|
|
605
|
-
@if $skin-name == 'FluentUI' {
|
|
606
|
-
.e-rte-table-popup .e-span-border {
|
|
607
|
-
display: none;
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
|
-
|
|
611
618
|
.e-rte-table-popup .e-rte-popup-header {
|
|
612
619
|
color: $rte-table-header-color;
|
|
613
620
|
font-family: $rte-font-family;
|
|
@@ -632,7 +639,7 @@
|
|
|
632
639
|
}
|
|
633
640
|
|
|
634
641
|
.e-rte-table th {
|
|
635
|
-
background
|
|
642
|
+
background: $rte-table-header-bg;
|
|
636
643
|
}
|
|
637
644
|
|
|
638
645
|
.e-rte-table-popup.e-popup.e-popup-open {
|
|
@@ -669,6 +676,82 @@
|
|
|
669
676
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
670
677
|
color: $rte-tlbar-expand-active;
|
|
671
678
|
}
|
|
679
|
+
|
|
680
|
+
.e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
681
|
+
background: $rte-emoji-pop-background;
|
|
682
|
+
box-shadow: $rte-emoji-pop-box-shadow;
|
|
683
|
+
border: $rte-emoji-pop-border;
|
|
684
|
+
|
|
685
|
+
@if $skin-name =='bootstrap5' or $skin-name =='botstrap5-dark' or $skin-name =='bootstrap' or $skin-name =='bootstrap-dark' or $skin-name =='bootstrap4' {
|
|
686
|
+
filter: drop-shadow(0 0 6px rgba(0, 0, 0, .25));
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
@if $skin-name =='bootstrap5' or $skin-name =='botstrap5-dark' or $skin-name =='bootstrap4' {
|
|
690
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn.e-selected .e-icons {
|
|
691
|
+
color: $rte-emoji-tbar-btn-selected-font-color;
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
696
|
+
background: $rte-emoji-tbar-btn-bg;
|
|
697
|
+
|
|
698
|
+
@if $skin-name =='bootstrap5' {
|
|
699
|
+
&:focus{
|
|
700
|
+
background: $rte-tbar-default-bg;
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
&.e-selected {
|
|
704
|
+
background: $rte-emoji-tbar-btn-select-bg;
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
709
|
+
background: $rte-emoji-tbar-btn-hover;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
.e-rte-emojipicker-toolbar {
|
|
713
|
+
background: transparent;
|
|
714
|
+
border: none;
|
|
715
|
+
box-shadow: none;
|
|
716
|
+
|
|
717
|
+
& .e-toolbar-items {
|
|
718
|
+
background: transparent;
|
|
719
|
+
|
|
720
|
+
& .e-scroll-nav {
|
|
721
|
+
border: none;
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.e-rte-emojipicker-btn {
|
|
727
|
+
.e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
|
|
728
|
+
.e-btn.e-control {
|
|
729
|
+
@if $skin-name =='bootstrap4' {
|
|
730
|
+
color: inherit;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
&:not(:hover):not(:focus):not(:active) {
|
|
734
|
+
background: transparent;
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
.e-rte-emojisearch-btn {
|
|
740
|
+
.e-btn.e-control {
|
|
741
|
+
@if $skin-name =='bootstrap4' {
|
|
742
|
+
color: inherit;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
&:not(:hover):not(:focus):not(:active) {
|
|
746
|
+
background: transparent;
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
.e-rte-emojipicker-group .e-rte-emojipicker-name {
|
|
751
|
+
color: $rte-emoji-headname-color;
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
}
|
|
672
755
|
@if $skin-name == 'tailwind' {
|
|
673
756
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended {
|
|
674
757
|
background: $rte-extended-toolbar-background;
|
|
@@ -722,17 +805,17 @@
|
|
|
722
805
|
border-top-left-radius: $rte-border-top-left-radius;
|
|
723
806
|
border-top-right-radius: $rte-border-top-right-radius;
|
|
724
807
|
}
|
|
725
|
-
.e-bigger .e-toolbar .e-toolbar-items {
|
|
808
|
+
.e-bigger .e-rte-toolbar .e-toolbar-items {
|
|
726
809
|
border-top-left-radius: $rte-border-top-left-radius;
|
|
727
810
|
}
|
|
728
|
-
.e-bigger .e-toolbar .e-hor-nav {
|
|
811
|
+
.e-bigger .e-rte-toolbar .e-hor-nav {
|
|
729
812
|
border-top-right-radius: $rte-border-top-right-radius;
|
|
730
813
|
}
|
|
731
|
-
.e-bigger .e-rtl .e-toolbar .e-hor-nav {
|
|
814
|
+
.e-bigger .e-rtl .e-rte-toolbar .e-hor-nav {
|
|
732
815
|
border-top-left-radius: $rte-border-top-left-radius;
|
|
733
816
|
border-top-right-radius: 0;
|
|
734
817
|
}
|
|
735
|
-
.e-bigger .e-rtl .e-toolbar .e-toolbar-items {
|
|
818
|
+
.e-bigger .e-rtl .e-rte-toolbar .e-toolbar-items {
|
|
736
819
|
border-top-right-radius: $rte-border-top-right-radius;
|
|
737
820
|
}
|
|
738
821
|
}
|
|
@@ -749,5 +832,6 @@
|
|
|
749
832
|
color: $rte-quick-item-active-font-color;
|
|
750
833
|
}
|
|
751
834
|
}
|
|
835
|
+
|
|
752
836
|
// Blazor styles end
|
|
753
837
|
}
|