@syncfusion/ej2-react-richtexteditor 18.4.34 → 18.4.42-70943

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/CHANGELOG.md CHANGED
@@ -6,6 +6,25 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `F160581` - The issue with "The RichTextEditor table toolbar popup is hidden inside the higher Z-Index elements" has been resolved.
10
+
11
+ - `#309809` - Resolved the script issue that occurs when resizing the table in the editor
12
+
13
+ ## 18.4.39 (2021-01-28)
14
+
15
+ ### RichTextEditor
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#296208` - Resolved the issue with the Placeholder blinks when pressing the enter key in the editor.
20
+ - `#310044` - The issue with the resize grip alignment when the toolbar is disabled state has been resolved.
21
+
22
+ ## 18.4.34 (2021-01-12)
23
+
24
+ ### RichTextEditor
25
+
26
+ #### Bug Fixes
27
+
9
28
  `#305379` - The issue with "Images getting removed when pasting images along with contents from the MS Word in the Rich Text Editor" has been resolved.
10
29
 
11
30
 
@@ -667,3 +686,11 @@ The rich text editor component is WYSIWYG ("what you see is what you get") edito
667
686
  - Creates bulleted and numbered lists.
668
687
 
669
688
 
689
+ ## 18.4.35 (2021-01-19)
690
+
691
+ ### RichTextEditor
692
+
693
+ #### Bug Fixes
694
+
695
+ - `#310679` - The issue with "Script error occurs when press the escape key if the quick toolbar module not injected" has been resolved.
696
+
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.umd.min.js
3
- * version : 18.4.34
3
+ * version : 18.4.42
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-richtexteditor@*",
3
- "_id": "@syncfusion/ej2-react-richtexteditor@18.4.33",
3
+ "_id": "@syncfusion/ej2-react-richtexteditor@18.4.39",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-qo95pnej5FW5L5wVdvOt9dHAzL3PnW6QUPpYi1ylUlt8O0/GZCbU6Pxs50cvUAbSDJT2Y+1maO2QEsHb2KsPjw==",
5
+ "_integrity": "sha512-DIgo82uTFzNpoSYH+VSiwWINC9hDpsxbIsEK4zhQeZvxRTc8GiIJOh4aJZjZe+RC8vKmAupUNvfL9sH8rgHZRQ==",
6
6
  "_location": "/@syncfusion/ej2-react-richtexteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-18.4.33.tgz",
23
- "_shasum": "f3ba95102dba7f19ba20e7e852723aee9a6aa6f7",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-18.4.39.tgz",
23
+ "_shasum": "0c6085565fa87cbf9b76f343be76a50657732c9b",
24
24
  "_spec": "@syncfusion/ej2-react-richtexteditor@*",
25
25
  "_where": "/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~18.4.34",
35
- "@syncfusion/ej2-react-base": "~18.4.34",
36
- "@syncfusion/ej2-richtexteditor": "18.4.34"
34
+ "@syncfusion/ej2-base": "~18.4.42",
35
+ "@syncfusion/ej2-react-base": "~18.4.41",
36
+ "@syncfusion/ej2-richtexteditor": "18.4.42-70943"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 RichTextEditor component for React",
@@ -59,6 +59,6 @@
59
59
  "type": "git",
60
60
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
61
61
  },
62
- "version": "18.4.34",
62
+ "version": "18.4.42-70943",
63
63
  "sideEffects": false
64
64
  }
@@ -526,6 +526,10 @@
526
526
  margin-left: 6px;
527
527
  }
528
528
 
529
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
530
+ height: auto;
531
+ }
532
+
529
533
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
530
534
  margin-left: 0;
531
535
  margin-right: 6px;
@@ -2231,6 +2235,16 @@
2231
2235
  border: 0;
2232
2236
  }
2233
2237
 
2238
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2239
+ border: 1px solid #505050;
2240
+ }
2241
+
2242
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2243
+ border: 0;
2244
+ border-bottom: 0;
2245
+ border-top: 0;
2246
+ }
2247
+
2234
2248
  .e-richtexteditor.e-rte-tb-expand {
2235
2249
  border: 1px solid #505050;
2236
2250
  }
@@ -544,6 +544,10 @@
544
544
  margin-left: 6px;
545
545
  }
546
546
 
547
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
548
+ height: auto;
549
+ }
550
+
547
551
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
548
552
  margin-left: 0;
549
553
  margin-right: 6px;
@@ -2249,6 +2253,16 @@
2249
2253
  border: 0;
2250
2254
  }
2251
2255
 
2256
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2257
+ border: 1px solid #ddd;
2258
+ }
2259
+
2260
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2261
+ border: 0;
2262
+ border-bottom: 0;
2263
+ border-top: 0;
2264
+ }
2265
+
2252
2266
  .e-richtexteditor.e-rte-tb-expand {
2253
2267
  border: 1px solid #ddd;
2254
2268
  }
@@ -665,6 +665,10 @@
665
665
  margin-left: 6px;
666
666
  }
667
667
 
668
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
669
+ height: auto;
670
+ }
671
+
668
672
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
669
673
  margin-left: 0;
670
674
  margin-right: 6px;
@@ -2370,6 +2374,16 @@
2370
2374
  border: 0;
2371
2375
  }
2372
2376
 
2377
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2378
+ border: 1px solid #dee2e6;
2379
+ }
2380
+
2381
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2382
+ border: 0;
2383
+ border-bottom: 0;
2384
+ border-top: 0;
2385
+ }
2386
+
2373
2387
  .e-richtexteditor.e-rte-tb-expand {
2374
2388
  border: 1px solid #dee2e6;
2375
2389
  }
@@ -526,6 +526,10 @@
526
526
  margin-left: 4px;
527
527
  }
528
528
 
529
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
530
+ height: auto;
531
+ }
532
+
529
533
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
530
534
  margin-left: 0;
531
535
  margin-right: 4px;
@@ -2231,6 +2235,16 @@
2231
2235
  border: 0;
2232
2236
  }
2233
2237
 
2238
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2239
+ border: 1px solid #414040;
2240
+ }
2241
+
2242
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2243
+ border: 0;
2244
+ border-bottom: 0;
2245
+ border-top: 0;
2246
+ }
2247
+
2234
2248
  .e-richtexteditor.e-rte-tb-expand {
2235
2249
  border: 1px solid #414040;
2236
2250
  }
package/styles/fabric.css CHANGED
@@ -526,6 +526,10 @@
526
526
  margin-left: 4px;
527
527
  }
528
528
 
529
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
530
+ height: auto;
531
+ }
532
+
529
533
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
530
534
  margin-left: 0;
531
535
  margin-right: 4px;
@@ -2231,6 +2235,16 @@
2231
2235
  border: 0;
2232
2236
  }
2233
2237
 
2238
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2239
+ border: 1px solid #dadada;
2240
+ }
2241
+
2242
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2243
+ border: 0;
2244
+ border-bottom: 0;
2245
+ border-top: 0;
2246
+ }
2247
+
2234
2248
  .e-richtexteditor.e-rte-tb-expand {
2235
2249
  border: 1px solid #dadada;
2236
2250
  }
@@ -526,6 +526,10 @@
526
526
  margin-left: 5px;
527
527
  }
528
528
 
529
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
530
+ height: auto;
531
+ }
532
+
529
533
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
530
534
  margin-left: 0;
531
535
  margin-right: 5px;
@@ -2231,6 +2235,16 @@
2231
2235
  border: 0;
2232
2236
  }
2233
2237
 
2238
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2239
+ border: 1px solid #000;
2240
+ }
2241
+
2242
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2243
+ border: 0;
2244
+ border-bottom: 0;
2245
+ border-top: 0;
2246
+ }
2247
+
2234
2248
  .e-richtexteditor.e-rte-tb-expand {
2235
2249
  border: 1px solid #000;
2236
2250
  }
@@ -526,6 +526,10 @@
526
526
  margin-left: 5px;
527
527
  }
528
528
 
529
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
530
+ height: auto;
531
+ }
532
+
529
533
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
530
534
  margin-left: 0;
531
535
  margin-right: 5px;
@@ -2231,6 +2235,16 @@
2231
2235
  border: 0;
2232
2236
  }
2233
2237
 
2238
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2239
+ border: 1px solid #fff;
2240
+ }
2241
+
2242
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2243
+ border: 0;
2244
+ border-bottom: 0;
2245
+ border-top: 0;
2246
+ }
2247
+
2234
2248
  .e-richtexteditor.e-rte-tb-expand {
2235
2249
  border: 1px solid #fff;
2236
2250
  }
@@ -527,6 +527,10 @@
527
527
  margin-left: 7px;
528
528
  }
529
529
 
530
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
531
+ height: auto;
532
+ }
533
+
530
534
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
531
535
  margin-left: 0;
532
536
  margin-right: 7px;
@@ -2232,6 +2236,16 @@
2232
2236
  border: 0;
2233
2237
  }
2234
2238
 
2239
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2240
+ border: 1px solid #616161;
2241
+ }
2242
+
2243
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2244
+ border: 0;
2245
+ border-bottom: 0;
2246
+ border-top: 0;
2247
+ }
2248
+
2235
2249
  .e-richtexteditor.e-rte-tb-expand {
2236
2250
  border: 1px solid #616161;
2237
2251
  }
@@ -527,6 +527,10 @@
527
527
  margin-left: 7px;
528
528
  }
529
529
 
530
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
531
+ height: auto;
532
+ }
533
+
530
534
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
531
535
  margin-left: 0;
532
536
  margin-right: 7px;
@@ -2232,6 +2236,16 @@
2232
2236
  border: 0;
2233
2237
  }
2234
2238
 
2239
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2240
+ border: 1px solid rgba(0, 0, 0, 0.12);
2241
+ }
2242
+
2243
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2244
+ border: 0;
2245
+ border-bottom: 0;
2246
+ border-top: 0;
2247
+ }
2248
+
2235
2249
  .e-richtexteditor.e-rte-tb-expand {
2236
2250
  border: 1px solid rgba(0, 0, 0, 0.12);
2237
2251
  }
@@ -526,6 +526,10 @@
526
526
  margin-left: 6px;
527
527
  }
528
528
 
529
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
530
+ height: auto;
531
+ }
532
+
529
533
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
530
534
  margin-left: 0;
531
535
  margin-right: 6px;
@@ -2231,6 +2235,16 @@
2231
2235
  border: 0;
2232
2236
  }
2233
2237
 
2238
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2239
+ border: 1px solid #505050;
2240
+ }
2241
+
2242
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2243
+ border: 0;
2244
+ border-bottom: 0;
2245
+ border-top: 0;
2246
+ }
2247
+
2234
2248
  .e-richtexteditor.e-rte-tb-expand {
2235
2249
  border: 1px solid #505050;
2236
2250
  }
@@ -544,6 +544,10 @@
544
544
  margin-left: 6px;
545
545
  }
546
546
 
547
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
548
+ height: auto;
549
+ }
550
+
547
551
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
548
552
  margin-left: 0;
549
553
  margin-right: 6px;
@@ -2249,6 +2253,16 @@
2249
2253
  border: 0;
2250
2254
  }
2251
2255
 
2256
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2257
+ border: 1px solid #ddd;
2258
+ }
2259
+
2260
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2261
+ border: 0;
2262
+ border-bottom: 0;
2263
+ border-top: 0;
2264
+ }
2265
+
2252
2266
  .e-richtexteditor.e-rte-tb-expand {
2253
2267
  border: 1px solid #ddd;
2254
2268
  }
@@ -665,6 +665,10 @@
665
665
  margin-left: 6px;
666
666
  }
667
667
 
668
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
669
+ height: auto;
670
+ }
671
+
668
672
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
669
673
  margin-left: 0;
670
674
  margin-right: 6px;
@@ -2370,6 +2374,16 @@
2370
2374
  border: 0;
2371
2375
  }
2372
2376
 
2377
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2378
+ border: 1px solid #dee2e6;
2379
+ }
2380
+
2381
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2382
+ border: 0;
2383
+ border-bottom: 0;
2384
+ border-top: 0;
2385
+ }
2386
+
2373
2387
  .e-richtexteditor.e-rte-tb-expand {
2374
2388
  border: 1px solid #dee2e6;
2375
2389
  }
@@ -526,6 +526,10 @@
526
526
  margin-left: 4px;
527
527
  }
528
528
 
529
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
530
+ height: auto;
531
+ }
532
+
529
533
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
530
534
  margin-left: 0;
531
535
  margin-right: 4px;
@@ -2231,6 +2235,16 @@
2231
2235
  border: 0;
2232
2236
  }
2233
2237
 
2238
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2239
+ border: 1px solid #414040;
2240
+ }
2241
+
2242
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2243
+ border: 0;
2244
+ border-bottom: 0;
2245
+ border-top: 0;
2246
+ }
2247
+
2234
2248
  .e-richtexteditor.e-rte-tb-expand {
2235
2249
  border: 1px solid #414040;
2236
2250
  }
@@ -526,6 +526,10 @@
526
526
  margin-left: 4px;
527
527
  }
528
528
 
529
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
530
+ height: auto;
531
+ }
532
+
529
533
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
530
534
  margin-left: 0;
531
535
  margin-right: 4px;
@@ -2231,6 +2235,16 @@
2231
2235
  border: 0;
2232
2236
  }
2233
2237
 
2238
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2239
+ border: 1px solid #dadada;
2240
+ }
2241
+
2242
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2243
+ border: 0;
2244
+ border-bottom: 0;
2245
+ border-top: 0;
2246
+ }
2247
+
2234
2248
  .e-richtexteditor.e-rte-tb-expand {
2235
2249
  border: 1px solid #dadada;
2236
2250
  }
@@ -526,6 +526,10 @@
526
526
  margin-left: 5px;
527
527
  }
528
528
 
529
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
530
+ height: auto;
531
+ }
532
+
529
533
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
530
534
  margin-left: 0;
531
535
  margin-right: 5px;
@@ -2231,6 +2235,16 @@
2231
2235
  border: 0;
2232
2236
  }
2233
2237
 
2238
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2239
+ border: 1px solid #000;
2240
+ }
2241
+
2242
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2243
+ border: 0;
2244
+ border-bottom: 0;
2245
+ border-top: 0;
2246
+ }
2247
+
2234
2248
  .e-richtexteditor.e-rte-tb-expand {
2235
2249
  border: 1px solid #000;
2236
2250
  }
@@ -526,6 +526,10 @@
526
526
  margin-left: 5px;
527
527
  }
528
528
 
529
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
530
+ height: auto;
531
+ }
532
+
529
533
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
530
534
  margin-left: 0;
531
535
  margin-right: 5px;
@@ -2231,6 +2235,16 @@
2231
2235
  border: 0;
2232
2236
  }
2233
2237
 
2238
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2239
+ border: 1px solid #fff;
2240
+ }
2241
+
2242
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2243
+ border: 0;
2244
+ border-bottom: 0;
2245
+ border-top: 0;
2246
+ }
2247
+
2234
2248
  .e-richtexteditor.e-rte-tb-expand {
2235
2249
  border: 1px solid #fff;
2236
2250
  }
@@ -527,6 +527,10 @@
527
527
  margin-left: 7px;
528
528
  }
529
529
 
530
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
531
+ height: auto;
532
+ }
533
+
530
534
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
531
535
  margin-left: 0;
532
536
  margin-right: 7px;
@@ -2232,6 +2236,16 @@
2232
2236
  border: 0;
2233
2237
  }
2234
2238
 
2239
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2240
+ border: 1px solid #616161;
2241
+ }
2242
+
2243
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2244
+ border: 0;
2245
+ border-bottom: 0;
2246
+ border-top: 0;
2247
+ }
2248
+
2235
2249
  .e-richtexteditor.e-rte-tb-expand {
2236
2250
  border: 1px solid #616161;
2237
2251
  }
@@ -527,6 +527,10 @@
527
527
  margin-left: 7px;
528
528
  }
529
529
 
530
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
531
+ height: auto;
532
+ }
533
+
530
534
  .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
531
535
  margin-left: 0;
532
536
  margin-right: 7px;
@@ -2232,6 +2236,16 @@
2232
2236
  border: 0;
2233
2237
  }
2234
2238
 
2239
+ .e-richtexteditor:not(.e-rte-tb-expand) {
2240
+ border: 1px solid rgba(0, 0, 0, 0.12);
2241
+ }
2242
+
2243
+ .e-richtexteditor:not(.e-rte-tb-expand) .e-rte-content {
2244
+ border: 0;
2245
+ border-bottom: 0;
2246
+ border-top: 0;
2247
+ }
2248
+
2235
2249
  .e-richtexteditor.e-rte-tb-expand {
2236
2250
  border: 1px solid rgba(0, 0, 0, 0.12);
2237
2251
  }