@syncfusion/ej2-vue-documenteditor 21.1.35 → 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.
- package/CHANGELOG.md +186 -0
- package/README.md +1 -1
- package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
- package/dist/ej2-vue-documenteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js +4 -4
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +4 -4
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +10 -9
- package/src/document-editor/documenteditor.component.js +2 -2
- package/src/document-editor-container/documenteditorcontainer.component.js +2 -2
- package/styles/bootstrap-dark.css +103 -37
- package/styles/bootstrap.css +107 -37
- package/styles/bootstrap4.css +111 -37
- package/styles/bootstrap5-dark.css +103 -37
- package/styles/bootstrap5.css +103 -37
- package/styles/document-editor/bootstrap-dark.css +7 -0
- package/styles/document-editor/bootstrap.css +11 -0
- package/styles/document-editor/bootstrap4.css +15 -0
- package/styles/document-editor/bootstrap5-dark.css +7 -0
- package/styles/document-editor/bootstrap5.css +7 -0
- package/styles/document-editor/fabric-dark.css +7 -0
- package/styles/document-editor/fabric.css +11 -0
- package/styles/document-editor/fluent-dark.css +7 -0
- package/styles/document-editor/fluent.css +7 -0
- package/styles/document-editor/highcontrast-light.css +1 -0
- package/styles/document-editor/highcontrast.css +7 -0
- package/styles/document-editor/material-dark.css +7 -0
- package/styles/document-editor/material.css +7 -0
- package/styles/document-editor/material3-dark.css +3971 -0
- package/styles/document-editor/material3-dark.scss +2 -0
- package/styles/document-editor/material3.css +4027 -0
- package/styles/document-editor/material3.scss +2 -0
- package/styles/document-editor/tailwind-dark.css +7 -0
- package/styles/document-editor/tailwind.css +7 -0
- package/styles/document-editor-container/bootstrap-dark.css +96 -37
- package/styles/document-editor-container/bootstrap.css +96 -37
- package/styles/document-editor-container/bootstrap4.css +96 -37
- package/styles/document-editor-container/bootstrap5-dark.css +96 -37
- package/styles/document-editor-container/bootstrap5.css +96 -37
- package/styles/document-editor-container/fabric-dark.css +96 -37
- package/styles/document-editor-container/fabric.css +96 -37
- package/styles/document-editor-container/fluent-dark.css +96 -37
- package/styles/document-editor-container/fluent.css +96 -37
- package/styles/document-editor-container/highcontrast-light.css +96 -37
- package/styles/document-editor-container/highcontrast.css +96 -37
- package/styles/document-editor-container/material-dark.css +101 -42
- package/styles/document-editor-container/material.css +97 -37
- package/styles/document-editor-container/material3-dark.css +2178 -0
- package/styles/document-editor-container/material3-dark.scss +2 -0
- package/styles/document-editor-container/material3.css +2234 -0
- package/styles/document-editor-container/material3.scss +2 -0
- package/styles/document-editor-container/tailwind-dark.css +95 -36
- package/styles/document-editor-container/tailwind.css +95 -36
- package/styles/fabric-dark.css +103 -37
- package/styles/fabric.css +107 -37
- package/styles/fluent-dark.css +103 -37
- package/styles/fluent.css +103 -37
- package/styles/highcontrast-light.css +97 -37
- package/styles/highcontrast.css +103 -37
- package/styles/material-dark.css +108 -42
- package/styles/material.css +104 -37
- package/styles/material3-dark.css +6150 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +6261 -0
- package/styles/material3.scss +3 -0
- package/styles/tailwind-dark.css +102 -36
- package/styles/tailwind.css +102 -36
package/styles/tailwind-dark.css
CHANGED
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
color: #d1d5db;
|
|
49
49
|
content: "\e8bc";
|
|
50
50
|
font-family: "e-icons";
|
|
51
|
+
font-size: 14px;
|
|
51
52
|
}
|
|
52
53
|
.e-documenteditor .e-de-cmt-post::before {
|
|
53
54
|
content: "\e71d";
|
|
@@ -2699,6 +2700,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2699
2700
|
margin-left: 12px;
|
|
2700
2701
|
}
|
|
2701
2702
|
|
|
2703
|
+
.e-bigger .e-dlg-container .e-de-dlg-target .e-de-style-dialog .e-de-style-font-color-picker button {
|
|
2704
|
+
height: 40px !important;
|
|
2705
|
+
width: auto !important;
|
|
2706
|
+
}
|
|
2707
|
+
|
|
2702
2708
|
.e-de-style-bold-button-size {
|
|
2703
2709
|
margin-left: 12px;
|
|
2704
2710
|
}
|
|
@@ -3606,6 +3612,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3606
3612
|
|
|
3607
3613
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3608
3614
|
margin-top: 0px;
|
|
3615
|
+
background: #232e3e;
|
|
3609
3616
|
}
|
|
3610
3617
|
|
|
3611
3618
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -4552,6 +4559,21 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4552
4559
|
font-family: "e-icons";
|
|
4553
4560
|
}
|
|
4554
4561
|
|
|
4562
|
+
.e-de-e-paragraph-style-mark::before {
|
|
4563
|
+
content: "\e844";
|
|
4564
|
+
font-family: "e-icons";
|
|
4565
|
+
}
|
|
4566
|
+
|
|
4567
|
+
.e-de-e-character-style-mark::before {
|
|
4568
|
+
content: "\e8bf";
|
|
4569
|
+
font-family: "e-icons";
|
|
4570
|
+
}
|
|
4571
|
+
|
|
4572
|
+
.e-de-e-linked-style-mark::before {
|
|
4573
|
+
content: "\e8c0";
|
|
4574
|
+
font-family: "e-icons";
|
|
4575
|
+
}
|
|
4576
|
+
|
|
4555
4577
|
.e-de-ctnr-columns::before {
|
|
4556
4578
|
content: "\e89d";
|
|
4557
4579
|
font-family: "e-icons";
|
|
@@ -4684,6 +4706,46 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4684
4706
|
height: 100%;
|
|
4685
4707
|
}
|
|
4686
4708
|
|
|
4709
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
4710
|
+
box-shadow: none;
|
|
4711
|
+
height: 31px;
|
|
4712
|
+
}
|
|
4713
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
4714
|
+
box-shadow: none;
|
|
4715
|
+
}
|
|
4716
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
4717
|
+
box-shadow: none;
|
|
4718
|
+
}
|
|
4719
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
4720
|
+
box-shadow: none;
|
|
4721
|
+
}
|
|
4722
|
+
|
|
4723
|
+
.e-de-ctnr-group-btn-middle button {
|
|
4724
|
+
border-radius: 0px;
|
|
4725
|
+
}
|
|
4726
|
+
|
|
4727
|
+
.de-tbl-fill-clr .e-dropdown-btn.e-btn {
|
|
4728
|
+
box-shadow: none;
|
|
4729
|
+
}
|
|
4730
|
+
|
|
4731
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button,
|
|
4732
|
+
.e-de-ctn .e-de-status-bar button {
|
|
4733
|
+
box-shadow: none;
|
|
4734
|
+
height: 31px;
|
|
4735
|
+
}
|
|
4736
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:focus,
|
|
4737
|
+
.e-de-ctn .e-de-status-bar button:focus {
|
|
4738
|
+
box-shadow: none;
|
|
4739
|
+
}
|
|
4740
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:active,
|
|
4741
|
+
.e-de-ctn .e-de-status-bar button:active {
|
|
4742
|
+
box-shadow: none;
|
|
4743
|
+
}
|
|
4744
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:hover,
|
|
4745
|
+
.e-de-ctn .e-de-status-bar button:hover {
|
|
4746
|
+
box-shadow: none;
|
|
4747
|
+
}
|
|
4748
|
+
|
|
4687
4749
|
.e-de-statusbar-pageweb {
|
|
4688
4750
|
background: #374151;
|
|
4689
4751
|
border: 0;
|
|
@@ -4716,7 +4778,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4716
4778
|
}
|
|
4717
4779
|
|
|
4718
4780
|
.e-de-listview-icon {
|
|
4781
|
+
height: auto;
|
|
4782
|
+
width: auto;
|
|
4719
4783
|
line-height: 22px;
|
|
4784
|
+
margin-right: 10px;
|
|
4720
4785
|
}
|
|
4721
4786
|
|
|
4722
4787
|
.e-de-linespacing {
|
|
@@ -4813,14 +4878,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4813
4878
|
.e-de-statusbar-separator {
|
|
4814
4879
|
border-left: 1px solid #4b5563;
|
|
4815
4880
|
height: 16px;
|
|
4816
|
-
margin-left:
|
|
4881
|
+
margin-left: 7.5px;
|
|
4882
|
+
margin-right: 7.5px;
|
|
4883
|
+
margin-top: 6px;
|
|
4884
|
+
}
|
|
4885
|
+
|
|
4886
|
+
.e-bigger .e-de-statusbar-separator {
|
|
4887
|
+
border-left: 1px solid #4b5563;
|
|
4888
|
+
height: 16px;
|
|
4889
|
+
margin-left: 7.5px;
|
|
4890
|
+
margin-right: 7.5px;
|
|
4817
4891
|
margin-top: 6px;
|
|
4818
4892
|
}
|
|
4819
4893
|
|
|
4820
4894
|
.e-de-statusbar-spellcheck {
|
|
4821
4895
|
border-radius: 2px;
|
|
4822
4896
|
font-weight: 400;
|
|
4823
|
-
margin-left: 7.5px;
|
|
4824
4897
|
}
|
|
4825
4898
|
|
|
4826
4899
|
.e-de-ctn {
|
|
@@ -4833,7 +4906,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4833
4906
|
|
|
4834
4907
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
4835
4908
|
border-radius: 2px;
|
|
4836
|
-
margin-left: 7.5px;
|
|
4837
4909
|
}
|
|
4838
4910
|
|
|
4839
4911
|
.e-de-ctnr-toolbar {
|
|
@@ -5132,6 +5204,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5132
5204
|
}
|
|
5133
5205
|
|
|
5134
5206
|
.e-de-review-pane {
|
|
5207
|
+
background: #232e3e;
|
|
5135
5208
|
border-left: 1px solid #6b7280;
|
|
5136
5209
|
height: 100%;
|
|
5137
5210
|
min-height: 200px;
|
|
@@ -5156,34 +5229,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5156
5229
|
margin-bottom: 16px;
|
|
5157
5230
|
}
|
|
5158
5231
|
|
|
5159
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
5160
|
-
box-shadow: none;
|
|
5161
|
-
height: 31px;
|
|
5162
|
-
}
|
|
5163
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
5164
|
-
box-shadow: none;
|
|
5165
|
-
}
|
|
5166
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
5167
|
-
box-shadow: none;
|
|
5168
|
-
}
|
|
5169
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5170
|
-
box-shadow: none;
|
|
5171
|
-
}
|
|
5172
|
-
|
|
5173
|
-
.e-de-ctnr-group-btn button {
|
|
5174
|
-
box-shadow: none;
|
|
5175
|
-
height: 31px;
|
|
5176
|
-
}
|
|
5177
|
-
.e-de-ctnr-group-btn button:focus {
|
|
5178
|
-
box-shadow: none;
|
|
5179
|
-
}
|
|
5180
|
-
.e-de-ctnr-group-btn button:active {
|
|
5181
|
-
box-shadow: none;
|
|
5182
|
-
}
|
|
5183
|
-
.e-de-ctnr-group-btn button:hover {
|
|
5184
|
-
box-shadow: none;
|
|
5185
|
-
}
|
|
5186
|
-
|
|
5187
5232
|
.e-de-property-div-padding {
|
|
5188
5233
|
border-bottom: 0.5px solid #4b5563;
|
|
5189
5234
|
padding: 12px;
|
|
@@ -5317,7 +5362,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5317
5362
|
}
|
|
5318
5363
|
|
|
5319
5364
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
5320
|
-
border-bottom: 1px solid #d1d5db;
|
|
5365
|
+
border-bottom: 1px solid #d1d5db !important;
|
|
5321
5366
|
margin-left: 5px;
|
|
5322
5367
|
width: 100%;
|
|
5323
5368
|
}
|
|
@@ -5645,7 +5690,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5645
5690
|
}
|
|
5646
5691
|
|
|
5647
5692
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
5648
|
-
height:
|
|
5693
|
+
height: 36px !important;
|
|
5649
5694
|
}
|
|
5650
5695
|
|
|
5651
5696
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -5682,7 +5727,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5682
5727
|
margin-left: 10px;
|
|
5683
5728
|
}
|
|
5684
5729
|
.e-rtl .e-de-listview-icon {
|
|
5730
|
+
height: auto;
|
|
5731
|
+
width: auto;
|
|
5685
5732
|
line-height: 22px;
|
|
5733
|
+
margin-left: 10px;
|
|
5686
5734
|
}
|
|
5687
5735
|
|
|
5688
5736
|
.e-bigger .de-split-button > div:first-child {
|
|
@@ -5803,7 +5851,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5803
5851
|
height: 81px;
|
|
5804
5852
|
}
|
|
5805
5853
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
5806
|
-
height: 25px;
|
|
5807
5854
|
margin: 0 12px;
|
|
5808
5855
|
}
|
|
5809
5856
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
@@ -5906,6 +5953,19 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5906
5953
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5907
5954
|
box-shadow: none;
|
|
5908
5955
|
}
|
|
5956
|
+
.e-bigger .e-de-status-bar button {
|
|
5957
|
+
height: 38px;
|
|
5958
|
+
box-shadow: none;
|
|
5959
|
+
}
|
|
5960
|
+
.e-bigger .e-de-status-bar button:focus {
|
|
5961
|
+
box-shadow: none;
|
|
5962
|
+
}
|
|
5963
|
+
.e-bigger .e-de-status-bar button:active {
|
|
5964
|
+
box-shadow: none;
|
|
5965
|
+
}
|
|
5966
|
+
.e-bigger .e-de-status-bar button:hover {
|
|
5967
|
+
box-shadow: none;
|
|
5968
|
+
}
|
|
5909
5969
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
5910
5970
|
box-shadow: none;
|
|
5911
5971
|
height: 38px;
|
|
@@ -6011,18 +6071,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
6011
6071
|
margin-left: 10px;
|
|
6012
6072
|
}
|
|
6013
6073
|
.e-bigger .e-de-status-bar {
|
|
6014
|
-
background
|
|
6074
|
+
background: #374151;
|
|
6015
6075
|
display: -ms-flexbox;
|
|
6016
6076
|
display: flex;
|
|
6017
6077
|
padding-top: 6px;
|
|
6018
6078
|
width: 100%;
|
|
6019
6079
|
}
|
|
6020
6080
|
.e-bigger .e-de-statusbar-zoom {
|
|
6021
|
-
background-color: #374151;
|
|
6022
6081
|
border: 0;
|
|
6023
6082
|
color: #9ca3af;
|
|
6024
6083
|
float: right;
|
|
6025
6084
|
height: 34px;
|
|
6085
|
+
background-color: #374151;
|
|
6026
6086
|
}
|
|
6027
6087
|
.e-bigger .e-listview .e-list-icon {
|
|
6028
6088
|
height: 24px;
|
|
@@ -6030,7 +6090,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
6030
6090
|
margin-right: 16px;
|
|
6031
6091
|
}
|
|
6032
6092
|
.e-bigger .e-de-listview-icon {
|
|
6093
|
+
height: auto;
|
|
6094
|
+
width: auto;
|
|
6033
6095
|
line-height: 22px;
|
|
6096
|
+
margin-right: 16px;
|
|
6034
6097
|
}
|
|
6035
6098
|
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
6036
6099
|
height: 24px;
|
|
@@ -6038,7 +6101,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
6038
6101
|
margin-left: 16px;
|
|
6039
6102
|
}
|
|
6040
6103
|
.e-bigger .e-rtl .e-de-listview-icon {
|
|
6104
|
+
height: auto;
|
|
6105
|
+
width: auto;
|
|
6041
6106
|
line-height: 22px;
|
|
6107
|
+
margin-left: 16px;
|
|
6042
6108
|
}
|
|
6043
6109
|
|
|
6044
6110
|
.e-de-ctn .e-de-bzr-button {
|
package/styles/tailwind.css
CHANGED
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
color: #6b7280;
|
|
49
49
|
content: "\e8bc";
|
|
50
50
|
font-family: "e-icons";
|
|
51
|
+
font-size: 14px;
|
|
51
52
|
}
|
|
52
53
|
.e-documenteditor .e-de-cmt-post::before {
|
|
53
54
|
content: "\e71d";
|
|
@@ -2702,6 +2703,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2702
2703
|
margin-left: 12px;
|
|
2703
2704
|
}
|
|
2704
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
|
+
|
|
2705
2711
|
.e-de-style-bold-button-size {
|
|
2706
2712
|
margin-left: 12px;
|
|
2707
2713
|
}
|
|
@@ -3609,6 +3615,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3609
3615
|
|
|
3610
3616
|
.e-de-cp-option.e-btn.e-icon-btn span {
|
|
3611
3617
|
margin-top: 0px;
|
|
3618
|
+
background: #f9fafb;
|
|
3612
3619
|
}
|
|
3613
3620
|
|
|
3614
3621
|
.e-de-cmt-view:hover .e-de-cp-option {
|
|
@@ -4555,6 +4562,21 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4555
4562
|
font-family: "e-icons";
|
|
4556
4563
|
}
|
|
4557
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
|
+
|
|
4558
4580
|
.e-de-ctnr-columns::before {
|
|
4559
4581
|
content: "\e89d";
|
|
4560
4582
|
font-family: "e-icons";
|
|
@@ -4687,6 +4709,46 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4687
4709
|
height: 100%;
|
|
4688
4710
|
}
|
|
4689
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
|
+
|
|
4690
4752
|
.e-de-statusbar-pageweb {
|
|
4691
4753
|
background: #f3f4f6;
|
|
4692
4754
|
border: 0;
|
|
@@ -4719,7 +4781,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4719
4781
|
}
|
|
4720
4782
|
|
|
4721
4783
|
.e-de-listview-icon {
|
|
4784
|
+
height: auto;
|
|
4785
|
+
width: auto;
|
|
4722
4786
|
line-height: 22px;
|
|
4787
|
+
margin-right: 10px;
|
|
4723
4788
|
}
|
|
4724
4789
|
|
|
4725
4790
|
.e-de-linespacing {
|
|
@@ -4816,14 +4881,22 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4816
4881
|
.e-de-statusbar-separator {
|
|
4817
4882
|
border-left: 1px solid #e5e7eb;
|
|
4818
4883
|
height: 16px;
|
|
4819
|
-
margin-left:
|
|
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;
|
|
4820
4894
|
margin-top: 6px;
|
|
4821
4895
|
}
|
|
4822
4896
|
|
|
4823
4897
|
.e-de-statusbar-spellcheck {
|
|
4824
4898
|
border-radius: 2px;
|
|
4825
4899
|
font-weight: 400;
|
|
4826
|
-
margin-left: 7.5px;
|
|
4827
4900
|
}
|
|
4828
4901
|
|
|
4829
4902
|
.e-de-ctn {
|
|
@@ -4836,7 +4909,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4836
4909
|
|
|
4837
4910
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
4838
4911
|
border-radius: 2px;
|
|
4839
|
-
margin-left: 7.5px;
|
|
4840
4912
|
}
|
|
4841
4913
|
|
|
4842
4914
|
.e-de-ctnr-toolbar {
|
|
@@ -5135,6 +5207,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5135
5207
|
}
|
|
5136
5208
|
|
|
5137
5209
|
.e-de-review-pane {
|
|
5210
|
+
background: #f9fafb;
|
|
5138
5211
|
border-left: 1px solid #d1d5db;
|
|
5139
5212
|
height: 100%;
|
|
5140
5213
|
min-height: 200px;
|
|
@@ -5159,34 +5232,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5159
5232
|
margin-bottom: 16px;
|
|
5160
5233
|
}
|
|
5161
5234
|
|
|
5162
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
5163
|
-
box-shadow: none;
|
|
5164
|
-
height: 31px;
|
|
5165
|
-
}
|
|
5166
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
5167
|
-
box-shadow: none;
|
|
5168
|
-
}
|
|
5169
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
5170
|
-
box-shadow: none;
|
|
5171
|
-
}
|
|
5172
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5173
|
-
box-shadow: none;
|
|
5174
|
-
}
|
|
5175
|
-
|
|
5176
|
-
.e-de-ctnr-group-btn button {
|
|
5177
|
-
box-shadow: none;
|
|
5178
|
-
height: 31px;
|
|
5179
|
-
}
|
|
5180
|
-
.e-de-ctnr-group-btn button:focus {
|
|
5181
|
-
box-shadow: none;
|
|
5182
|
-
}
|
|
5183
|
-
.e-de-ctnr-group-btn button:active {
|
|
5184
|
-
box-shadow: none;
|
|
5185
|
-
}
|
|
5186
|
-
.e-de-ctnr-group-btn button:hover {
|
|
5187
|
-
box-shadow: none;
|
|
5188
|
-
}
|
|
5189
|
-
|
|
5190
5235
|
.e-de-property-div-padding {
|
|
5191
5236
|
border-bottom: 0.5px solid #e5e7eb;
|
|
5192
5237
|
padding: 12px;
|
|
@@ -5320,7 +5365,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5320
5365
|
}
|
|
5321
5366
|
|
|
5322
5367
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
5323
|
-
border-bottom: 1px solid #6b7280;
|
|
5368
|
+
border-bottom: 1px solid #6b7280 !important;
|
|
5324
5369
|
margin-left: 5px;
|
|
5325
5370
|
width: 100%;
|
|
5326
5371
|
}
|
|
@@ -5648,7 +5693,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5648
5693
|
}
|
|
5649
5694
|
|
|
5650
5695
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
5651
|
-
height:
|
|
5696
|
+
height: 36px !important;
|
|
5652
5697
|
}
|
|
5653
5698
|
|
|
5654
5699
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -5685,7 +5730,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5685
5730
|
margin-left: 10px;
|
|
5686
5731
|
}
|
|
5687
5732
|
.e-rtl .e-de-listview-icon {
|
|
5733
|
+
height: auto;
|
|
5734
|
+
width: auto;
|
|
5688
5735
|
line-height: 22px;
|
|
5736
|
+
margin-left: 10px;
|
|
5689
5737
|
}
|
|
5690
5738
|
|
|
5691
5739
|
.e-bigger .de-split-button > div:first-child {
|
|
@@ -5806,7 +5854,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5806
5854
|
height: 81px;
|
|
5807
5855
|
}
|
|
5808
5856
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
5809
|
-
height: 25px;
|
|
5810
5857
|
margin: 0 12px;
|
|
5811
5858
|
}
|
|
5812
5859
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
@@ -5909,6 +5956,19 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5909
5956
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
5910
5957
|
box-shadow: none;
|
|
5911
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
|
+
}
|
|
5912
5972
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
5913
5973
|
box-shadow: none;
|
|
5914
5974
|
height: 38px;
|
|
@@ -6014,18 +6074,18 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
6014
6074
|
margin-left: 10px;
|
|
6015
6075
|
}
|
|
6016
6076
|
.e-bigger .e-de-status-bar {
|
|
6017
|
-
background
|
|
6077
|
+
background: #f3f4f6;
|
|
6018
6078
|
display: -ms-flexbox;
|
|
6019
6079
|
display: flex;
|
|
6020
6080
|
padding-top: 6px;
|
|
6021
6081
|
width: 100%;
|
|
6022
6082
|
}
|
|
6023
6083
|
.e-bigger .e-de-statusbar-zoom {
|
|
6024
|
-
background-color: #f3f4f6;
|
|
6025
6084
|
border: 0;
|
|
6026
6085
|
color: #6b7280;
|
|
6027
6086
|
float: right;
|
|
6028
6087
|
height: 34px;
|
|
6088
|
+
background-color: #f3f4f6;
|
|
6029
6089
|
}
|
|
6030
6090
|
.e-bigger .e-listview .e-list-icon {
|
|
6031
6091
|
height: 24px;
|
|
@@ -6033,7 +6093,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
6033
6093
|
margin-right: 16px;
|
|
6034
6094
|
}
|
|
6035
6095
|
.e-bigger .e-de-listview-icon {
|
|
6096
|
+
height: auto;
|
|
6097
|
+
width: auto;
|
|
6036
6098
|
line-height: 22px;
|
|
6099
|
+
margin-right: 16px;
|
|
6037
6100
|
}
|
|
6038
6101
|
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
6039
6102
|
height: 24px;
|
|
@@ -6041,7 +6104,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
6041
6104
|
margin-left: 16px;
|
|
6042
6105
|
}
|
|
6043
6106
|
.e-bigger .e-rtl .e-de-listview-icon {
|
|
6107
|
+
height: auto;
|
|
6108
|
+
width: auto;
|
|
6044
6109
|
line-height: 22px;
|
|
6110
|
+
margin-left: 16px;
|
|
6045
6111
|
}
|
|
6046
6112
|
|
|
6047
6113
|
.e-de-ctn .e-de-bzr-button {
|