@syncfusion/ej2-vue-documenteditor 20.4.54 → 21.1.36

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.
Files changed (71) hide show
  1. package/CHANGELOG.md +208 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
  4. package/dist/ej2-vue-documenteditor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-documenteditor.es2015.js +240 -282
  6. package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-documenteditor.es5.js +261 -313
  8. package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  10. package/package.json +11 -10
  11. package/src/document-editor/documenteditor.component.d.ts +3 -50
  12. package/src/document-editor/documenteditor.component.js +168 -197
  13. package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -26
  14. package/src/document-editor-container/documenteditorcontainer.component.js +96 -125
  15. package/styles/bootstrap-dark.css +167 -58
  16. package/styles/bootstrap.css +167 -54
  17. package/styles/bootstrap4.css +185 -65
  18. package/styles/bootstrap5-dark.css +187 -74
  19. package/styles/bootstrap5.css +187 -74
  20. package/styles/document-editor/bootstrap-dark.css +13 -2
  21. package/styles/document-editor/bootstrap.css +17 -2
  22. package/styles/document-editor/bootstrap4.css +23 -4
  23. package/styles/document-editor/bootstrap5-dark.css +32 -17
  24. package/styles/document-editor/bootstrap5.css +32 -17
  25. package/styles/document-editor/fabric-dark.css +13 -2
  26. package/styles/document-editor/fabric.css +17 -2
  27. package/styles/document-editor/fluent-dark.css +47 -27
  28. package/styles/document-editor/fluent.css +47 -27
  29. package/styles/document-editor/highcontrast-light.css +5 -0
  30. package/styles/document-editor/highcontrast.css +13 -2
  31. package/styles/document-editor/material-dark.css +13 -2
  32. package/styles/document-editor/material.css +13 -2
  33. package/styles/document-editor/material3-dark.css +3971 -0
  34. package/styles/document-editor/material3-dark.scss +2 -0
  35. package/styles/document-editor/material3.css +4027 -0
  36. package/styles/document-editor/material3.scss +2 -0
  37. package/styles/document-editor/tailwind-dark.css +29 -17
  38. package/styles/document-editor/tailwind.css +32 -17
  39. package/styles/document-editor-container/bootstrap-dark.css +154 -56
  40. package/styles/document-editor-container/bootstrap.css +150 -52
  41. package/styles/document-editor-container/bootstrap4.css +162 -61
  42. package/styles/document-editor-container/bootstrap5-dark.css +155 -57
  43. package/styles/document-editor-container/bootstrap5.css +155 -57
  44. package/styles/document-editor-container/fabric-dark.css +154 -56
  45. package/styles/document-editor-container/fabric.css +154 -56
  46. package/styles/document-editor-container/fluent-dark.css +159 -64
  47. package/styles/document-editor-container/fluent.css +159 -64
  48. package/styles/document-editor-container/highcontrast-light.css +154 -56
  49. package/styles/document-editor-container/highcontrast.css +154 -56
  50. package/styles/document-editor-container/material-dark.css +159 -61
  51. package/styles/document-editor-container/material.css +154 -55
  52. package/styles/document-editor-container/material3-dark.css +2178 -0
  53. package/styles/document-editor-container/material3-dark.scss +2 -0
  54. package/styles/document-editor-container/material3.css +2234 -0
  55. package/styles/document-editor-container/material3.scss +2 -0
  56. package/styles/document-editor-container/tailwind-dark.css +153 -55
  57. package/styles/document-editor-container/tailwind.css +153 -55
  58. package/styles/fabric-dark.css +167 -58
  59. package/styles/fabric.css +171 -58
  60. package/styles/fluent-dark.css +206 -91
  61. package/styles/fluent.css +206 -91
  62. package/styles/highcontrast-light.css +159 -56
  63. package/styles/highcontrast.css +167 -58
  64. package/styles/material-dark.css +172 -63
  65. package/styles/material.css +167 -57
  66. package/styles/material3-dark.css +6150 -0
  67. package/styles/material3-dark.scss +3 -0
  68. package/styles/material3.css +6261 -0
  69. package/styles/material3.scss +3 -0
  70. package/styles/tailwind-dark.css +182 -72
  71. package/styles/tailwind.css +185 -72
@@ -44,6 +44,12 @@
44
44
  font-family: "e-icons";
45
45
  font-size: 13px;
46
46
  }
47
+ .e-documenteditor .e-de-multi-cmt-mark::before {
48
+ color: #6b7280;
49
+ content: "\e8bc";
50
+ font-family: "e-icons";
51
+ font-size: 14px;
52
+ }
47
53
  .e-documenteditor .e-de-cmt-post::before {
48
54
  content: "\e71d";
49
55
  font-family: "e-icons";
@@ -125,40 +131,43 @@
125
131
  .e-de-table-left-alignment::before {
126
132
  color: #6b7280;
127
133
  content: "\e7f6";
128
- font-size: 46px;
134
+ font-size: 48px;
129
135
  }
130
136
 
131
137
  .e-de-table-center-alignment::before {
132
138
  color: #6b7280;
133
139
  content: "\e7f1";
134
- font-size: 46px;
140
+ font-size: 48px;
135
141
  }
136
142
 
137
143
  .e-de-table-right-alignment::before {
138
144
  color: #6b7280;
139
145
  content: "\e703";
140
- font-size: 46px;
146
+ font-size: 48px;
141
147
  }
142
148
 
143
149
  .e-de-tablecell-top-alignment::before {
144
150
  color: #6b7280;
145
151
  content: "\e775";
146
152
  font-family: "e-icons";
147
- font-size: 51px;
153
+ font-size: 48px;
154
+ margin: 2px;
148
155
  }
149
156
 
150
157
  .e-de-tablecell-center-alignment::before {
151
158
  color: #6b7280;
152
159
  content: "\e7e5";
153
160
  font-family: "e-icons";
154
- font-size: 51px;
161
+ font-size: 48px;
162
+ margin: 2px;
155
163
  }
156
164
 
157
165
  .e-de-tablecell-bottom-alignment::before {
158
166
  color: #6b7280;
159
167
  content: "\e7d9";
160
168
  font-family: "e-icons";
161
- font-size: 51px;
169
+ font-size: 48px;
170
+ margin: 2px;
162
171
  }
163
172
 
164
173
  .e-de-table-border-setting {
@@ -206,14 +215,14 @@
206
215
  .e-de-table-border-none-setting::before {
207
216
  color: #6b7280;
208
217
  content: "\e7eb";
209
- font-size: 38px;
218
+ font-size: 36px;
210
219
  position: absolute;
211
220
  }
212
221
 
213
222
  .e-de-table-border-box-setting::before {
214
223
  color: #6b7280;
215
224
  content: "\e834";
216
- font-size: 34px;
225
+ font-size: 36px;
217
226
  left: 2px;
218
227
  position: absolute;
219
228
  top: 2px;
@@ -223,7 +232,7 @@
223
232
  color: #6b7280;
224
233
  content: "\e7e8";
225
234
  font-family: "e-icons";
226
- font-size: 34px;
235
+ font-size: 36px;
227
236
  left: 2px;
228
237
  position: absolute;
229
238
  top: 2px;
@@ -232,7 +241,7 @@
232
241
  .e-de-table-border-custom-setting::before {
233
242
  color: #6b7280;
234
243
  content: "\e7d5";
235
- font-size: 34px;
244
+ font-size: 36px;
236
245
  left: 2px;
237
246
  position: absolute;
238
247
  top: 2px;
@@ -241,14 +250,14 @@
241
250
  .e-de-para-border-none-setting::before {
242
251
  color: #6b7280;
243
252
  content: "\e890";
244
- font-size: 38px;
253
+ font-size: 36px;
245
254
  position: absolute;
246
255
  }
247
256
 
248
257
  .e-de-para-border-box-setting::before {
249
258
  color: #6b7280;
250
259
  content: "\e891";
251
- font-size: 34px;
260
+ font-size: 36px;
252
261
  left: 2px;
253
262
  position: absolute;
254
263
  top: 2px;
@@ -257,7 +266,7 @@
257
266
  .e-de-para-border-shadow-setting::before {
258
267
  color: #6b7280;
259
268
  content: "\e892";
260
- font-size: 34px;
269
+ font-size: 36px;
261
270
  left: 2px;
262
271
  position: absolute;
263
272
  top: 2px;
@@ -266,7 +275,7 @@
266
275
  .e-de-para-border-custom-setting::before {
267
276
  color: #6b7280;
268
277
  content: "\e88f";
269
- font-size: 34px;
278
+ font-size: 36px;
270
279
  left: 2px;
271
280
  position: absolute;
272
281
  top: 2px;
@@ -2064,7 +2073,7 @@ label[for*=_wholeWord_e-de-rtl] {
2064
2073
 
2065
2074
  .e-de-restrict-pane,
2066
2075
  .e-de-op {
2067
- background-color: #f9fafb;
2076
+ background: #f9fafb;
2068
2077
  }
2069
2078
 
2070
2079
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2694,6 +2703,11 @@ label[for*=_wholeWord_e-de-rtl] {
2694
2703
  margin-left: 12px;
2695
2704
  }
2696
2705
 
2706
+ .e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
2707
+ height: 40px !important;
2708
+ width: auto !important;
2709
+ }
2710
+
2697
2711
  .e-de-style-bold-button-size {
2698
2712
  margin-left: 12px;
2699
2713
  }
@@ -2723,7 +2737,7 @@ label[for*=_wholeWord_e-de-rtl] {
2723
2737
  margin-right: 20px;
2724
2738
  }
2725
2739
 
2726
- .e-de-style-left-div .e-de-style-dlg-name-input {
2740
+ .e-de-style-dlg-name-input {
2727
2741
  height: 31px;
2728
2742
  }
2729
2743
 
@@ -3601,6 +3615,7 @@ label[for*=_wholeWord_e-de-rtl] {
3601
3615
 
3602
3616
  .e-de-cp-option.e-btn.e-icon-btn span {
3603
3617
  margin-top: 0px;
3618
+ background: #f9fafb;
3604
3619
  }
3605
3620
 
3606
3621
  .e-de-cmt-view:hover .e-de-cp-option {
@@ -3632,7 +3647,7 @@ label[for*=_wholeWord_e-de-rtl] {
3632
3647
 
3633
3648
  .e-de-cmt-textarea.e-input {
3634
3649
  color: #374151;
3635
- font-size: 13px;
3650
+ font-size: 14px;
3636
3651
  line-height: normal;
3637
3652
  min-height: 30px;
3638
3653
  overflow: hidden;
@@ -4547,6 +4562,21 @@ label[for*=_wholeWord_e-de-rtl] {
4547
4562
  font-family: "e-icons";
4548
4563
  }
4549
4564
 
4565
+ .e-de-e-paragraph-style-mark::before {
4566
+ content: "\e844";
4567
+ font-family: "e-icons";
4568
+ }
4569
+
4570
+ .e-de-e-character-style-mark::before {
4571
+ content: "\e8bf";
4572
+ font-family: "e-icons";
4573
+ }
4574
+
4575
+ .e-de-e-linked-style-mark::before {
4576
+ content: "\e8c0";
4577
+ font-family: "e-icons";
4578
+ }
4579
+
4550
4580
  .e-de-ctnr-columns::before {
4551
4581
  content: "\e89d";
4552
4582
  font-family: "e-icons";
@@ -4679,8 +4709,48 @@ label[for*=_wholeWord_e-de-rtl] {
4679
4709
  height: 100%;
4680
4710
  }
4681
4711
 
4712
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
4713
+ box-shadow: none;
4714
+ height: 31px;
4715
+ }
4716
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
4717
+ box-shadow: none;
4718
+ }
4719
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
4720
+ box-shadow: none;
4721
+ }
4722
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
4723
+ box-shadow: none;
4724
+ }
4725
+
4726
+ .e-de-ctnr-group-btn-middle button {
4727
+ border-radius: 0px;
4728
+ }
4729
+
4730
+ .de-tbl-fill-clr .e-dropdown-btn.e-btn {
4731
+ box-shadow: none;
4732
+ }
4733
+
4734
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
4735
+ .e-de-ctn .e-de-status-bar button {
4736
+ box-shadow: none;
4737
+ height: 31px;
4738
+ }
4739
+ .e-de-prop-pane .e-de-ctnr-group-btn button:focus,
4740
+ .e-de-ctn .e-de-status-bar button:focus {
4741
+ box-shadow: none;
4742
+ }
4743
+ .e-de-prop-pane .e-de-ctnr-group-btn button:active,
4744
+ .e-de-ctn .e-de-status-bar button:active {
4745
+ box-shadow: none;
4746
+ }
4747
+ .e-de-prop-pane .e-de-ctnr-group-btn button:hover,
4748
+ .e-de-ctn .e-de-status-bar button:hover {
4749
+ box-shadow: none;
4750
+ }
4751
+
4682
4752
  .e-de-statusbar-pageweb {
4683
- background-color: #f3f4f6;
4753
+ background: #f3f4f6;
4684
4754
  border: 0;
4685
4755
  box-shadow: none;
4686
4756
  float: right;
@@ -4704,12 +4774,25 @@ label[for*=_wholeWord_e-de-rtl] {
4704
4774
  font-size: 18px;
4705
4775
  }
4706
4776
 
4777
+ .e-listview .e-list-icon {
4778
+ height: 24px;
4779
+ width: 16px;
4780
+ margin-right: 10px;
4781
+ }
4782
+
4783
+ .e-de-listview-icon {
4784
+ height: auto;
4785
+ width: auto;
4786
+ line-height: 22px;
4787
+ margin-right: 10px;
4788
+ }
4789
+
4707
4790
  .e-de-linespacing {
4708
4791
  margin-top: 8px;
4709
4792
  }
4710
4793
 
4711
4794
  .e-de-statusbar-zoom {
4712
- background-color: #f3f4f6;
4795
+ background: #f3f4f6;
4713
4796
  border: 0;
4714
4797
  color: #6b7280;
4715
4798
  float: right;
@@ -4798,14 +4881,22 @@ label[for*=_wholeWord_e-de-rtl] {
4798
4881
  .e-de-statusbar-separator {
4799
4882
  border-left: 1px solid #e5e7eb;
4800
4883
  height: 16px;
4801
- margin-left: 0;
4884
+ margin-left: 7.5px;
4885
+ margin-right: 7.5px;
4886
+ margin-top: 6px;
4887
+ }
4888
+
4889
+ .e-bigger .e-de-statusbar-separator {
4890
+ border-left: 1px solid #e5e7eb;
4891
+ height: 16px;
4892
+ margin-left: 7.5px;
4893
+ margin-right: 7.5px;
4802
4894
  margin-top: 6px;
4803
4895
  }
4804
4896
 
4805
4897
  .e-de-statusbar-spellcheck {
4806
4898
  border-radius: 2px;
4807
4899
  font-weight: 400;
4808
- margin-left: 7.5px;
4809
4900
  }
4810
4901
 
4811
4902
  .e-de-ctn {
@@ -4818,7 +4909,6 @@ label[for*=_wholeWord_e-de-rtl] {
4818
4909
 
4819
4910
  .e-bigger .e-de-statusbar-spellcheck {
4820
4911
  border-radius: 2px;
4821
- margin-left: 7.5px;
4822
4912
  }
4823
4913
 
4824
4914
  .e-de-ctnr-toolbar {
@@ -4843,7 +4933,7 @@ label[for*=_wholeWord_e-de-rtl] {
4843
4933
 
4844
4934
  .e-de-tool-ctnr-properties-pane,
4845
4935
  .e-de-ctnr-properties-pane {
4846
- background-color: #f9fafb;
4936
+ background: #f9fafb;
4847
4937
  border-bottom: 1px solid #e5e7eb;
4848
4938
  border-top: 1px solid #e5e7eb;
4849
4939
  }
@@ -4991,7 +5081,7 @@ label[for*=_wholeWord_e-de-rtl] {
4991
5081
  margin: 0 8px;
4992
5082
  }
4993
5083
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4994
- margin-left: 8px;
5084
+ margin-left: 8px !important;
4995
5085
  margin-right: 8px;
4996
5086
  }
4997
5087
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5007,20 +5097,23 @@ label[for*=_wholeWord_e-de-rtl] {
5007
5097
  }
5008
5098
 
5009
5099
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
5100
+ -ms-flex-direction: column;
5101
+ flex-direction: column;
5102
+ height: calc(100% - 10px);
5010
5103
  padding: 0;
5011
- padding-bottom: 14px;
5104
+ padding-bottom: 10px;
5012
5105
  }
5013
5106
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
5014
5107
  padding: 0;
5015
- padding-bottom: 14px;
5108
+ padding-bottom: 10px;
5016
5109
  }
5017
5110
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
5018
5111
  padding: 0;
5019
- padding-bottom: 14px;
5112
+ padding-bottom: 10px;
5020
5113
  }
5021
5114
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
5022
5115
  padding: 0;
5023
- padding-bottom: 14px;
5116
+ padding-bottom: 10px;
5024
5117
  }
5025
5118
 
5026
5119
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -5049,7 +5142,7 @@ label[for*=_wholeWord_e-de-rtl] {
5049
5142
  }
5050
5143
 
5051
5144
  .e-de-ctnr-properties-pane-btn .e-btn {
5052
- background-color: #f3f4f6;
5145
+ background: #f3f4f6;
5053
5146
  border-radius: 0;
5054
5147
  box-shadow: none;
5055
5148
  color: #4f46e5;
@@ -5091,6 +5184,7 @@ label[for*=_wholeWord_e-de-rtl] {
5091
5184
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
5092
5185
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
5093
5186
  padding: 0 !important;
5187
+ min-height: 16px;
5094
5188
  }
5095
5189
 
5096
5190
  .e-de-hdr-ftr-frst-div {
@@ -5113,6 +5207,7 @@ label[for*=_wholeWord_e-de-rtl] {
5113
5207
  }
5114
5208
 
5115
5209
  .e-de-review-pane {
5210
+ background: #f9fafb;
5116
5211
  border-left: 1px solid #d1d5db;
5117
5212
  height: 100%;
5118
5213
  min-height: 200px;
@@ -5137,34 +5232,6 @@ label[for*=_wholeWord_e-de-rtl] {
5137
5232
  margin-bottom: 16px;
5138
5233
  }
5139
5234
 
5140
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
5141
- box-shadow: none;
5142
- height: 31px;
5143
- }
5144
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
5145
- box-shadow: none;
5146
- }
5147
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
5148
- box-shadow: none;
5149
- }
5150
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
5151
- box-shadow: none;
5152
- }
5153
-
5154
- .e-de-ctnr-group-btn button {
5155
- box-shadow: none;
5156
- height: 31px;
5157
- }
5158
- .e-de-ctnr-group-btn button:focus {
5159
- box-shadow: none;
5160
- }
5161
- .e-de-ctnr-group-btn button:active {
5162
- box-shadow: none;
5163
- }
5164
- .e-de-ctnr-group-btn button:hover {
5165
- box-shadow: none;
5166
- }
5167
-
5168
5235
  .e-de-property-div-padding {
5169
5236
  border-bottom: 0.5px solid #e5e7eb;
5170
5237
  padding: 12px;
@@ -5206,7 +5273,7 @@ label[for*=_wholeWord_e-de-rtl] {
5206
5273
  }
5207
5274
 
5208
5275
  .e-bigger .e-de-panel-right-width {
5209
- width: 86px;
5276
+ width: 96px;
5210
5277
  }
5211
5278
  .e-bigger .e-de-char-fmt-btn-left > button,
5212
5279
  .e-bigger .e-de-char-fmt-btn-right > button {
@@ -5298,7 +5365,7 @@ label[for*=_wholeWord_e-de-rtl] {
5298
5365
  }
5299
5366
 
5300
5367
  .e-de-list-header-presetmenu .e-de-list-line {
5301
- border-bottom: 1px solid #6b7280;
5368
+ border-bottom: 1px solid #6b7280 !important;
5302
5369
  margin-left: 5px;
5303
5370
  width: 100%;
5304
5371
  }
@@ -5444,8 +5511,8 @@ label[for*=_wholeWord_e-de-rtl] {
5444
5511
  border: 1px solid #e5e7eb;
5445
5512
  color: #6b7280;
5446
5513
  height: 129px;
5447
- margin-left: 78px;
5448
5514
  width: 94px;
5515
+ margin-left: 78px;
5449
5516
  }
5450
5517
 
5451
5518
  .e-de-toc-template1.e-de-rtl {
@@ -5501,7 +5568,7 @@ label[for*=_wholeWord_e-de-rtl] {
5501
5568
  }
5502
5569
 
5503
5570
  .e-de-status-bar {
5504
- background-color: #f3f4f6;
5571
+ background: #f3f4f6;
5505
5572
  display: -ms-flexbox;
5506
5573
  display: flex;
5507
5574
  padding-top: 0;
@@ -5626,7 +5693,7 @@ label[for*=_wholeWord_e-de-rtl] {
5626
5693
  }
5627
5694
 
5628
5695
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
5629
- height: 38px !important;
5696
+ height: 36px !important;
5630
5697
  }
5631
5698
 
5632
5699
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -5634,8 +5701,8 @@ label[for*=_wholeWord_e-de-rtl] {
5634
5701
  }
5635
5702
 
5636
5703
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5637
- height: 38px;
5638
5704
  width: 38px;
5705
+ height: 38px;
5639
5706
  }
5640
5707
 
5641
5708
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5657,6 +5724,18 @@ label[for*=_wholeWord_e-de-rtl] {
5657
5724
  padding: 0;
5658
5725
  }
5659
5726
 
5727
+ .e-rtl .e-listview .e-list-icon {
5728
+ height: 24px;
5729
+ width: 16px;
5730
+ margin-left: 10px;
5731
+ }
5732
+ .e-rtl .e-de-listview-icon {
5733
+ height: auto;
5734
+ width: auto;
5735
+ line-height: 22px;
5736
+ margin-left: 10px;
5737
+ }
5738
+
5660
5739
  .e-bigger .de-split-button > div:first-child {
5661
5740
  margin-right: 0;
5662
5741
  }
@@ -5775,11 +5854,10 @@ label[for*=_wholeWord_e-de-rtl] {
5775
5854
  height: 81px;
5776
5855
  }
5777
5856
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
5778
- height: 25px;
5779
5857
  margin: 0 12px;
5780
5858
  }
5781
5859
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5782
- margin-left: 12px;
5860
+ margin-left: 12px !important;
5783
5861
  margin-right: 12px;
5784
5862
  }
5785
5863
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5796,22 +5874,22 @@ label[for*=_wholeWord_e-de-rtl] {
5796
5874
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5797
5875
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5798
5876
  padding: 0;
5799
- padding-bottom: 14px;
5877
+ padding-bottom: 10px;
5800
5878
  }
5801
5879
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5802
5880
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5803
5881
  padding: 0;
5804
- padding-bottom: 14px;
5882
+ padding-bottom: 10px;
5805
5883
  }
5806
5884
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5807
5885
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5808
5886
  padding: 0;
5809
- padding-bottom: 14px;
5887
+ padding-bottom: 10px;
5810
5888
  }
5811
5889
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5812
5890
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5813
5891
  padding: 0;
5814
- padding-bottom: 14px;
5892
+ padding-bottom: 10px;
5815
5893
  }
5816
5894
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5817
5895
  padding: 0 !important;
@@ -5827,7 +5905,7 @@ label[for*=_wholeWord_e-de-rtl] {
5827
5905
  width: 75px;
5828
5906
  }
5829
5907
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5830
- background-color: #f3f4f6;
5908
+ background: #f3f4f6;
5831
5909
  border-radius: 0;
5832
5910
  box-shadow: none;
5833
5911
  min-height: 100%;
@@ -5878,6 +5956,19 @@ label[for*=_wholeWord_e-de-rtl] {
5878
5956
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
5879
5957
  box-shadow: none;
5880
5958
  }
5959
+ .e-bigger .e-de-status-bar button {
5960
+ height: 38px;
5961
+ box-shadow: none;
5962
+ }
5963
+ .e-bigger .e-de-status-bar button:focus {
5964
+ box-shadow: none;
5965
+ }
5966
+ .e-bigger .e-de-status-bar button:active {
5967
+ box-shadow: none;
5968
+ }
5969
+ .e-bigger .e-de-status-bar button:hover {
5970
+ box-shadow: none;
5971
+ }
5881
5972
  .e-bigger .e-de-ctnr-group-btn button {
5882
5973
  box-shadow: none;
5883
5974
  height: 38px;
@@ -5983,18 +6074,40 @@ label[for*=_wholeWord_e-de-rtl] {
5983
6074
  margin-left: 10px;
5984
6075
  }
5985
6076
  .e-bigger .e-de-status-bar {
5986
- background-color: #f3f4f6;
6077
+ background: #f3f4f6;
5987
6078
  display: -ms-flexbox;
5988
6079
  display: flex;
5989
6080
  padding-top: 6px;
5990
6081
  width: 100%;
5991
6082
  }
5992
6083
  .e-bigger .e-de-statusbar-zoom {
5993
- background-color: #f3f4f6;
5994
6084
  border: 0;
5995
6085
  color: #6b7280;
5996
6086
  float: right;
5997
6087
  height: 34px;
6088
+ background-color: #f3f4f6;
6089
+ }
6090
+ .e-bigger .e-listview .e-list-icon {
6091
+ height: 24px;
6092
+ width: 16px;
6093
+ margin-right: 16px;
6094
+ }
6095
+ .e-bigger .e-de-listview-icon {
6096
+ height: auto;
6097
+ width: auto;
6098
+ line-height: 22px;
6099
+ margin-right: 16px;
6100
+ }
6101
+ .e-bigger .e-rtl .e-listview .e-list-icon {
6102
+ height: 24px;
6103
+ width: 16px;
6104
+ margin-left: 16px;
6105
+ }
6106
+ .e-bigger .e-rtl .e-de-listview-icon {
6107
+ height: auto;
6108
+ width: auto;
6109
+ line-height: 22px;
6110
+ margin-left: 16px;
5998
6111
  }
5999
6112
 
6000
6113
  .e-de-ctn .e-de-bzr-button {