@syncfusion/ej2-vue-documenteditor 19.2.60 → 19.3.45
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 +134 -90
- package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js +4 -2
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +4 -2
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +8 -8
- package/src/document-editor/documenteditor.component.js +2 -1
- package/src/document-editor-container/documenteditorcontainer.component.js +2 -1
- package/styles/bootstrap-dark.css +284 -302
- package/styles/bootstrap.css +30 -110
- package/styles/bootstrap4.css +56 -139
- package/styles/bootstrap5-dark.css +5866 -0
- package/styles/bootstrap5-dark.scss +2 -0
- package/styles/bootstrap5.css +5866 -0
- package/styles/bootstrap5.scss +2 -0
- package/styles/document-editor/bootstrap-dark.css +53 -142
- package/styles/document-editor/bootstrap.css +10 -99
- package/styles/document-editor/bootstrap4.css +36 -125
- package/styles/document-editor/bootstrap5-dark.css +3699 -0
- package/styles/document-editor/bootstrap5-dark.scss +1 -0
- package/styles/document-editor/bootstrap5.css +3699 -0
- package/styles/document-editor/bootstrap5.scss +1 -0
- package/styles/document-editor/fabric-dark.css +31 -120
- package/styles/document-editor/fabric.css +10 -99
- package/styles/document-editor/highcontrast.css +15 -104
- package/styles/document-editor/material-dark.css +76 -168
- package/styles/document-editor/material.css +10 -99
- package/styles/document-editor/tailwind-dark.css +63 -61
- package/styles/document-editor/tailwind.css +47 -44
- package/styles/document-editor-container/bootstrap-dark.css +231 -160
- package/styles/document-editor-container/bootstrap.css +20 -11
- package/styles/document-editor-container/bootstrap4.css +20 -14
- package/styles/document-editor-container/bootstrap5-dark.css +2166 -0
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -0
- package/styles/document-editor-container/bootstrap5.css +2166 -0
- package/styles/document-editor-container/bootstrap5.scss +1 -0
- package/styles/document-editor-container/fabric-dark.css +214 -138
- package/styles/document-editor-container/fabric.css +67 -13
- package/styles/document-editor-container/highcontrast-light.css +87 -13
- package/styles/document-editor-container/highcontrast.css +66 -13
- package/styles/document-editor-container/material-dark.css +232 -170
- package/styles/document-editor-container/material.css +67 -15
- package/styles/document-editor-container/tailwind-dark.css +132 -45
- package/styles/document-editor-container/tailwind.css +127 -40
- package/styles/fabric-dark.css +245 -258
- package/styles/fabric.css +77 -112
- package/styles/highcontrast-light.css +87 -13
- package/styles/highcontrast.css +81 -117
- package/styles/material-dark.css +308 -338
- package/styles/material.css +77 -114
- package/styles/tailwind-dark.css +195 -106
- package/styles/tailwind.css +174 -84
package/styles/fabric-dark.css
CHANGED
|
@@ -106,6 +106,11 @@
|
|
|
106
106
|
font-family: 'e-icons';
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
+
.e-de-ctn-title-download::before {
|
|
110
|
+
content: '\e603';
|
|
111
|
+
font-family: 'e-icons';
|
|
112
|
+
}
|
|
113
|
+
|
|
109
114
|
.e-de-acceptchange::before {
|
|
110
115
|
content: '\e19f';
|
|
111
116
|
font-family: 'e-icons';
|
|
@@ -116,11 +121,6 @@
|
|
|
116
121
|
font-family: 'e-icons';
|
|
117
122
|
}
|
|
118
123
|
|
|
119
|
-
.e-de-ctn-title-download::before {
|
|
120
|
-
content: '\e603';
|
|
121
|
-
font-family: 'e-icons';
|
|
122
|
-
}
|
|
123
|
-
|
|
124
124
|
.e-de-table-properties-alignment:hover {
|
|
125
125
|
border-color: #0074cc;
|
|
126
126
|
}
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
.e-de-table-border-setting {
|
|
171
|
-
border: 1px solid #
|
|
171
|
+
border: 1px solid #ddd;
|
|
172
172
|
height: 48px;
|
|
173
173
|
left: 5px;
|
|
174
174
|
position: relative;
|
|
@@ -177,14 +177,14 @@
|
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
.e-de-table-border-setting-genral {
|
|
180
|
-
border: 1px solid
|
|
180
|
+
border: 1px solid #ddd;
|
|
181
181
|
display: inline-block;
|
|
182
182
|
height: 60px;
|
|
183
183
|
width: 60px;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
.e-de-table-border-preview-genral {
|
|
187
|
-
border: 1px solid
|
|
187
|
+
border: 1px solid #ddd;
|
|
188
188
|
display: inline-block;
|
|
189
189
|
height: 25px;
|
|
190
190
|
width: 25px;
|
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
}
|
|
564
564
|
|
|
565
565
|
.e-de-blink-cursor {
|
|
566
|
-
border-left: 1px solid
|
|
566
|
+
border-left: 1px solid rgba(0, 0, 0, 0.87);
|
|
567
567
|
pointer-events: none;
|
|
568
568
|
position: absolute;
|
|
569
569
|
z-index: 3;
|
|
@@ -669,16 +669,6 @@
|
|
|
669
669
|
display: block;
|
|
670
670
|
}
|
|
671
671
|
|
|
672
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
673
|
-
height: 14px;
|
|
674
|
-
line-height: 6px;
|
|
675
|
-
width: 14px;
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
679
|
-
font-size: 12px;
|
|
680
|
-
}
|
|
681
|
-
|
|
682
672
|
.e-documenteditor .e-de-op-close-button {
|
|
683
673
|
left: 267px;
|
|
684
674
|
position: absolute;
|
|
@@ -713,7 +703,6 @@
|
|
|
713
703
|
|
|
714
704
|
.e-de-ff-dlg-heading-small {
|
|
715
705
|
display: block;
|
|
716
|
-
font-size: 14px;
|
|
717
706
|
font-weight: 600;
|
|
718
707
|
margin-bottom: 4px;
|
|
719
708
|
}
|
|
@@ -1352,10 +1341,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1352
1341
|
.e-de-row-ht-top,
|
|
1353
1342
|
.e-de-cell-ht-top {
|
|
1354
1343
|
padding: 0 20px;
|
|
1344
|
+
width: 160px;
|
|
1355
1345
|
}
|
|
1356
1346
|
|
|
1357
1347
|
.e-de-ht-wdth-type {
|
|
1358
1348
|
margin-top: -24px;
|
|
1349
|
+
width: 120px;
|
|
1359
1350
|
}
|
|
1360
1351
|
|
|
1361
1352
|
.e-de-row-ht-top.e-de-rtl,
|
|
@@ -1465,9 +1456,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1465
1456
|
}
|
|
1466
1457
|
|
|
1467
1458
|
.e-de-tooltip {
|
|
1468
|
-
background-color: #
|
|
1459
|
+
background-color: #282727;
|
|
1469
1460
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1470
|
-
color: #
|
|
1461
|
+
color: #c8c8c8;
|
|
1471
1462
|
cursor: text;
|
|
1472
1463
|
display: table;
|
|
1473
1464
|
max-width: 200px;
|
|
@@ -1476,9 +1467,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1476
1467
|
}
|
|
1477
1468
|
|
|
1478
1469
|
.e-de-form-popup {
|
|
1479
|
-
background-color: #
|
|
1470
|
+
background-color: #282727;
|
|
1480
1471
|
box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
|
|
1481
|
-
color: #
|
|
1472
|
+
color: #c8c8c8;
|
|
1482
1473
|
cursor: text;
|
|
1483
1474
|
max-width: 350px;
|
|
1484
1475
|
min-width: 300px;
|
|
@@ -1504,6 +1495,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1504
1495
|
top: 18px;
|
|
1505
1496
|
}
|
|
1506
1497
|
|
|
1498
|
+
.e-de-restrict-pane {
|
|
1499
|
+
color: #fff;
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1507
1502
|
.e-de-op.e-de-rtl .e-de-search-tab-content {
|
|
1508
1503
|
margin-left: 1px;
|
|
1509
1504
|
margin-right: 0;
|
|
@@ -1548,7 +1543,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1548
1543
|
}
|
|
1549
1544
|
|
|
1550
1545
|
.e-documenteditor .e-input {
|
|
1551
|
-
color: #000;
|
|
1552
1546
|
font-size: 14px;
|
|
1553
1547
|
}
|
|
1554
1548
|
|
|
@@ -1931,7 +1925,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1931
1925
|
}
|
|
1932
1926
|
|
|
1933
1927
|
.e-de-spellcheck-btn {
|
|
1934
|
-
height: 36px;
|
|
1935
1928
|
margin-bottom: 8px;
|
|
1936
1929
|
width: 154px;
|
|
1937
1930
|
}
|
|
@@ -1998,10 +1991,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1998
1991
|
top: 385px;
|
|
1999
1992
|
}
|
|
2000
1993
|
|
|
2001
|
-
.e-de-font-content-label span.e-label {
|
|
2002
|
-
color: #c8c8c8;
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
1994
|
.e-de-font-label span.e-label {
|
|
2006
1995
|
color: #c8c8c8;
|
|
2007
1996
|
}
|
|
@@ -2016,17 +2005,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2016
2005
|
color: #c8c8c8;
|
|
2017
2006
|
}
|
|
2018
2007
|
|
|
2019
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
2020
|
-
color: #c8c8c8;
|
|
2021
|
-
font-size: 14px;
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
2025
|
-
height: 20px;
|
|
2026
|
-
line-height: 16px;
|
|
2027
|
-
width: 20px;
|
|
2028
|
-
}
|
|
2029
|
-
|
|
2030
2008
|
.e-de-op-dlg-footer {
|
|
2031
2009
|
margin-top: 20px;
|
|
2032
2010
|
}
|
|
@@ -2048,62 +2026,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2048
2026
|
border: 0;
|
|
2049
2027
|
}
|
|
2050
2028
|
|
|
2051
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2052
|
-
color: #c8c8c8;
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2056
|
-
color: #c8c8c8;
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2060
|
-
color: #c8c8c8;
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2064
|
-
color: #c8c8c8;
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2068
|
-
color: #c8c8c8;
|
|
2069
|
-
}
|
|
2070
|
-
|
|
2071
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2072
|
-
color: #c8c8c8;
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2076
|
-
color: #c8c8c8;
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2080
|
-
color: #c8c8c8;
|
|
2081
|
-
}
|
|
2082
|
-
|
|
2083
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2084
|
-
color: #c8c8c8;
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2088
|
-
color: #c8c8c8;
|
|
2089
|
-
}
|
|
2090
|
-
|
|
2091
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2092
|
-
color: #c8c8c8;
|
|
2093
|
-
}
|
|
2094
|
-
|
|
2095
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2096
|
-
color: #c8c8c8;
|
|
2097
|
-
}
|
|
2098
|
-
|
|
2099
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2100
|
-
color: #c8c8c8;
|
|
2101
|
-
}
|
|
2102
|
-
|
|
2103
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2104
|
-
color: #c8c8c8;
|
|
2105
|
-
}
|
|
2106
|
-
|
|
2107
2029
|
.e-de-list-format-info {
|
|
2108
2030
|
border-radius: 50% !important;
|
|
2109
2031
|
cursor: default;
|
|
@@ -2337,12 +2259,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2337
2259
|
}
|
|
2338
2260
|
|
|
2339
2261
|
.e-de-style-paragraph-group-button {
|
|
2340
|
-
border-right: 2px solid
|
|
2262
|
+
border-right: 2px solid "";
|
|
2341
2263
|
}
|
|
2342
2264
|
|
|
2343
2265
|
.e-de-style-font-group-button {
|
|
2344
|
-
border-left: 2px solid
|
|
2345
|
-
border-right: 2px solid
|
|
2266
|
+
border-left: 2px solid "";
|
|
2267
|
+
border-right: 2px solid "";
|
|
2346
2268
|
}
|
|
2347
2269
|
|
|
2348
2270
|
.e-de-op-replace-messagediv {
|
|
@@ -2432,6 +2354,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2432
2354
|
float: right;
|
|
2433
2355
|
margin-left: 20px;
|
|
2434
2356
|
margin-top: 13px;
|
|
2357
|
+
width: 120px;
|
|
2435
2358
|
}
|
|
2436
2359
|
|
|
2437
2360
|
.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
|
|
@@ -2465,11 +2388,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2465
2388
|
float: right;
|
|
2466
2389
|
margin-left: 20px;
|
|
2467
2390
|
margin-top: 13px;
|
|
2391
|
+
width: 120px;
|
|
2468
2392
|
}
|
|
2469
2393
|
|
|
2470
2394
|
.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
|
|
2471
2395
|
margin-left: 0;
|
|
2472
2396
|
margin-right: 20px;
|
|
2397
|
+
width: 120px;
|
|
2473
2398
|
}
|
|
2474
2399
|
|
|
2475
2400
|
.e-de-table-ppty-options-break {
|
|
@@ -2814,12 +2739,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2814
2739
|
}
|
|
2815
2740
|
|
|
2816
2741
|
.e-bigger .e-de-toc-label {
|
|
2817
|
-
margin-left:
|
|
2742
|
+
margin-left: 4px;
|
|
2818
2743
|
}
|
|
2819
2744
|
|
|
2820
2745
|
.e-bigger .e-de-toc-label-rtl {
|
|
2821
2746
|
margin-left: 0px;
|
|
2822
|
-
margin-right:
|
|
2747
|
+
margin-right: 4px;
|
|
2823
2748
|
}
|
|
2824
2749
|
|
|
2825
2750
|
.e-bigger .e-de-outline-rtl {
|
|
@@ -2857,27 +2782,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2857
2782
|
color: #dadada;
|
|
2858
2783
|
}
|
|
2859
2784
|
|
|
2860
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-label {
|
|
2861
|
-
color: #c8c8c8;
|
|
2862
|
-
font-size: 12px;
|
|
2863
|
-
}
|
|
2864
|
-
|
|
2865
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-frame {
|
|
2866
|
-
height: 16px;
|
|
2867
|
-
width: 16px;
|
|
2868
|
-
}
|
|
2869
|
-
|
|
2870
|
-
.e-de-restrict-pane .e-checkbox-wrapper {
|
|
2871
|
-
margin-bottom: 8px;
|
|
2872
|
-
}
|
|
2873
|
-
|
|
2874
2785
|
.e-de-rp-user .e-checkbox-wrapper {
|
|
2875
2786
|
width: auto;
|
|
2876
2787
|
}
|
|
2877
2788
|
|
|
2878
2789
|
.e-de-rp-nav-btn,
|
|
2879
2790
|
.e-de-rp-btn-enforce {
|
|
2880
|
-
background:
|
|
2791
|
+
background: "";
|
|
2881
2792
|
font-size: 13px;
|
|
2882
2793
|
opacity: 0.87;
|
|
2883
2794
|
border-radius: 2px;
|
|
@@ -2899,7 +2810,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2899
2810
|
}
|
|
2900
2811
|
|
|
2901
2812
|
.e-de-rp-btn-stop-enforce {
|
|
2902
|
-
background:
|
|
2813
|
+
background: "";
|
|
2903
2814
|
font-size: 13px;
|
|
2904
2815
|
opacity: 0.87;
|
|
2905
2816
|
border-radius: 2px;
|
|
@@ -2943,7 +2854,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2943
2854
|
font-size: 14px;
|
|
2944
2855
|
font-weight: normal;
|
|
2945
2856
|
margin-bottom: 8px;
|
|
2946
|
-
margin-top: c;
|
|
2947
2857
|
}
|
|
2948
2858
|
|
|
2949
2859
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
@@ -2953,7 +2863,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2953
2863
|
}
|
|
2954
2864
|
|
|
2955
2865
|
.e-de-user-add-btn {
|
|
2956
|
-
background:
|
|
2866
|
+
background: "";
|
|
2957
2867
|
border-radius: 2px;
|
|
2958
2868
|
width: 74px;
|
|
2959
2869
|
}
|
|
@@ -3101,6 +3011,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3101
3011
|
}
|
|
3102
3012
|
|
|
3103
3013
|
.e-de-tc-no-chng {
|
|
3014
|
+
color: #fff;
|
|
3104
3015
|
font-size: 14px;
|
|
3105
3016
|
opacity: 65%;
|
|
3106
3017
|
margin: 60px 0;
|
|
@@ -3682,22 +3593,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3682
3593
|
height: 145px;
|
|
3683
3594
|
}
|
|
3684
3595
|
|
|
3685
|
-
.e-de-ctnr-close::before {
|
|
3686
|
-
content: '\eb68';
|
|
3687
|
-
}
|
|
3688
|
-
|
|
3689
3596
|
.e-de-ctnr-linespacing::before {
|
|
3690
3597
|
content: '\eb8a';
|
|
3691
3598
|
}
|
|
3692
3599
|
|
|
3693
|
-
.e-de-ctnr-undo::before {
|
|
3694
|
-
content: '\ebed';
|
|
3695
|
-
}
|
|
3696
|
-
|
|
3697
|
-
.e-de-ctnr-find::before {
|
|
3698
|
-
content: '\e275';
|
|
3699
|
-
}
|
|
3700
|
-
|
|
3701
3600
|
.e-de-ctnr-lock::before {
|
|
3702
3601
|
content: '\eb7d';
|
|
3703
3602
|
}
|
|
@@ -3706,6 +3605,19 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3706
3605
|
content: '\eb99';
|
|
3707
3606
|
}
|
|
3708
3607
|
|
|
3608
|
+
.e-de-ctnr-justify::before {
|
|
3609
|
+
content: '\eb67';
|
|
3610
|
+
}
|
|
3611
|
+
|
|
3612
|
+
.e-de-ctnr-tableofcontent::before {
|
|
3613
|
+
content: '\eb98';
|
|
3614
|
+
}
|
|
3615
|
+
|
|
3616
|
+
.e-de-cnt-track::before {
|
|
3617
|
+
content: '\e20a';
|
|
3618
|
+
font-family: 'e-icons';
|
|
3619
|
+
}
|
|
3620
|
+
|
|
3709
3621
|
.e-de-selected-spellcheck-item::before {
|
|
3710
3622
|
content: '\e935';
|
|
3711
3623
|
font-family: 'e-icons';
|
|
@@ -3718,26 +3630,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3718
3630
|
font-size: 10px;
|
|
3719
3631
|
}
|
|
3720
3632
|
|
|
3721
|
-
.e-de-ctnr-link::before {
|
|
3722
|
-
content: '\e290';
|
|
3723
|
-
}
|
|
3724
|
-
|
|
3725
|
-
.e-de-ctnr-table::before {
|
|
3726
|
-
content: '\e294';
|
|
3727
|
-
}
|
|
3728
|
-
|
|
3729
|
-
.e-de-ctnr-download::before {
|
|
3730
|
-
content: '\eb97';
|
|
3731
|
-
}
|
|
3732
|
-
|
|
3733
|
-
.e-de-ctnr-justify::before {
|
|
3734
|
-
content: '\eb67';
|
|
3735
|
-
}
|
|
3736
|
-
|
|
3737
|
-
.e-de-ctnr-tableofcontent::before {
|
|
3738
|
-
content: '\eb98';
|
|
3739
|
-
}
|
|
3740
|
-
|
|
3741
3633
|
.e-de-ctnr-pagenumber::before {
|
|
3742
3634
|
content: '\eb74';
|
|
3743
3635
|
}
|
|
@@ -3746,14 +3638,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3746
3638
|
content: '\eb6e';
|
|
3747
3639
|
}
|
|
3748
3640
|
|
|
3749
|
-
.e-de-ctnr-new::before {
|
|
3750
|
-
content: '\e7d5';
|
|
3751
|
-
}
|
|
3752
|
-
|
|
3753
|
-
.e-de-ctnr-paste::before {
|
|
3754
|
-
content: '\e601';
|
|
3755
|
-
}
|
|
3756
|
-
|
|
3757
3641
|
.e-de-ctnr-bold::before {
|
|
3758
3642
|
content: '\eb77';
|
|
3759
3643
|
}
|
|
@@ -3790,10 +3674,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3790
3674
|
content: '\eb64';
|
|
3791
3675
|
}
|
|
3792
3676
|
|
|
3793
|
-
.e-de-ctnr-redo::before {
|
|
3794
|
-
content: '\ebfa';
|
|
3795
|
-
}
|
|
3796
|
-
|
|
3797
3677
|
.e-de-ctnr-bookmark::before {
|
|
3798
3678
|
content: '\eb63';
|
|
3799
3679
|
}
|
|
@@ -3806,26 +3686,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3806
3686
|
content: '\eb7e';
|
|
3807
3687
|
}
|
|
3808
3688
|
|
|
3809
|
-
.e-de-ctnr-backgroundcolor::before {
|
|
3810
|
-
content: '\eb6b';
|
|
3811
|
-
}
|
|
3812
|
-
|
|
3813
|
-
.e-de-ctnr-open::before {
|
|
3814
|
-
content: '\ebdd';
|
|
3815
|
-
}
|
|
3816
|
-
|
|
3817
|
-
.e-de-ctnr-underline::before {
|
|
3818
|
-
content: '\ebf0';
|
|
3819
|
-
}
|
|
3820
|
-
|
|
3821
3689
|
.e-de-ctnr-superscript::before {
|
|
3822
3690
|
content: '\eb6f';
|
|
3823
3691
|
}
|
|
3824
3692
|
|
|
3825
|
-
.e-de-ctnr-alignleft::before {
|
|
3826
|
-
content: '\ebeb';
|
|
3827
|
-
}
|
|
3828
|
-
|
|
3829
3693
|
.e-de-ctnr-numbering::before {
|
|
3830
3694
|
content: '\eb9c';
|
|
3831
3695
|
}
|
|
@@ -3843,10 +3707,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3843
3707
|
font-size: 16px;
|
|
3844
3708
|
}
|
|
3845
3709
|
|
|
3846
|
-
.e-de-ctnr-print::before {
|
|
3847
|
-
content: '\eb85';
|
|
3848
|
-
}
|
|
3849
|
-
|
|
3850
3710
|
.e-de-ctnr-alignright::before {
|
|
3851
3711
|
content: '\eb82';
|
|
3852
3712
|
}
|
|
@@ -3871,128 +3731,184 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3871
3731
|
content: '\eb88';
|
|
3872
3732
|
}
|
|
3873
3733
|
|
|
3874
|
-
.e-de-ctnr-
|
|
3875
|
-
content: '\
|
|
3734
|
+
.e-de-ctnr-highlightcolor::before {
|
|
3735
|
+
content: '\eb6e';
|
|
3876
3736
|
}
|
|
3877
3737
|
|
|
3878
|
-
.e-de-ctnr-
|
|
3879
|
-
content: '\
|
|
3738
|
+
.e-de-ctnr-mergecell::before {
|
|
3739
|
+
content: '\eb93';
|
|
3880
3740
|
}
|
|
3881
3741
|
|
|
3882
|
-
.e-de-ctnr-
|
|
3883
|
-
content: '\
|
|
3742
|
+
.e-de-ctnr-bullet-none::before {
|
|
3743
|
+
content: '\e256';
|
|
3884
3744
|
}
|
|
3885
3745
|
|
|
3886
|
-
.e-de-ctnr-
|
|
3887
|
-
content: '\
|
|
3746
|
+
.e-de-ctnr-bullet-dot::before {
|
|
3747
|
+
content: '\e270';
|
|
3888
3748
|
}
|
|
3889
3749
|
|
|
3890
|
-
.e-de-ctnr-
|
|
3891
|
-
content: '\
|
|
3750
|
+
.e-de-ctnr-bullet-circle::before {
|
|
3751
|
+
content: '\e254';
|
|
3892
3752
|
}
|
|
3893
3753
|
|
|
3894
|
-
.e-de-ctnr-
|
|
3895
|
-
content: '\
|
|
3754
|
+
.e-de-ctnr-bullet-square::before {
|
|
3755
|
+
content: '\e271';
|
|
3896
3756
|
}
|
|
3897
3757
|
|
|
3898
|
-
.e-de-ctnr-
|
|
3899
|
-
content: '\
|
|
3758
|
+
.e-de-ctnr-bullet-flower::before {
|
|
3759
|
+
content: '\e267';
|
|
3900
3760
|
}
|
|
3901
3761
|
|
|
3902
|
-
.e-de-ctnr-
|
|
3903
|
-
content: '\
|
|
3762
|
+
.e-de-ctnr-bullet-arrow::before {
|
|
3763
|
+
content: '\e253';
|
|
3904
3764
|
}
|
|
3905
3765
|
|
|
3906
|
-
.e-de-ctnr-
|
|
3907
|
-
content: '\
|
|
3766
|
+
.e-de-ctnr-bullet-tick::before {
|
|
3767
|
+
content: '\e259';
|
|
3768
|
+
}
|
|
3769
|
+
|
|
3770
|
+
.e-de-selected-item::before {
|
|
3771
|
+
content: '\e935';
|
|
3772
|
+
}
|
|
3773
|
+
|
|
3774
|
+
.e-de-ctnr-break::before {
|
|
3775
|
+
content: '\e58d';
|
|
3776
|
+
}
|
|
3777
|
+
|
|
3778
|
+
.e-de-ctnr-page-break::before {
|
|
3779
|
+
content: '\e590';
|
|
3780
|
+
}
|
|
3781
|
+
|
|
3782
|
+
.e-de-ctnr-section-break::before {
|
|
3783
|
+
content: '\e58e';
|
|
3784
|
+
}
|
|
3785
|
+
|
|
3786
|
+
.e-de-ctnr-upload::before {
|
|
3787
|
+
content: '\e60f';
|
|
3788
|
+
}
|
|
3789
|
+
|
|
3790
|
+
.e-de-ctnr-leftborders::before {
|
|
3791
|
+
content: '\e291';
|
|
3792
|
+
}
|
|
3793
|
+
|
|
3794
|
+
.e-de-ctnr-topborder::before {
|
|
3795
|
+
content: '\e281';
|
|
3796
|
+
}
|
|
3797
|
+
|
|
3798
|
+
.e-de-ctnr-rightborder::before {
|
|
3799
|
+
content: '\e288';
|
|
3908
3800
|
}
|
|
3909
3801
|
|
|
3910
3802
|
.e-de-ctnr-insertleft::before {
|
|
3911
|
-
content: '\
|
|
3803
|
+
content: '\e285';
|
|
3912
3804
|
}
|
|
3913
3805
|
|
|
3914
3806
|
.e-de-ctnr-insertright::before {
|
|
3915
|
-
content: '\
|
|
3807
|
+
content: '\e284';
|
|
3916
3808
|
}
|
|
3917
3809
|
|
|
3918
3810
|
.e-de-ctnr-insertabove::before {
|
|
3919
|
-
content: '\
|
|
3811
|
+
content: '\e506';
|
|
3920
3812
|
}
|
|
3921
3813
|
|
|
3922
3814
|
.e-de-ctnr-insertbelow::before {
|
|
3923
|
-
content: '\
|
|
3815
|
+
content: '\e505';
|
|
3924
3816
|
}
|
|
3925
3817
|
|
|
3926
3818
|
.e-de-ctnr-deleterows::before {
|
|
3927
|
-
content: '\
|
|
3819
|
+
content: '\e283';
|
|
3928
3820
|
}
|
|
3929
3821
|
|
|
3930
3822
|
.e-de-ctnr-deletecolumns::before {
|
|
3931
|
-
content: '\
|
|
3823
|
+
content: '\e282';
|
|
3932
3824
|
}
|
|
3933
3825
|
|
|
3934
|
-
.e-de-ctnr-
|
|
3935
|
-
content: '\
|
|
3826
|
+
.e-de-ctnr-undo::before {
|
|
3827
|
+
content: '\ebed';
|
|
3936
3828
|
}
|
|
3937
3829
|
|
|
3938
|
-
.e-de-ctnr-
|
|
3939
|
-
content: '\
|
|
3830
|
+
.e-de-ctnr-bottomborder::before {
|
|
3831
|
+
content: '\e298';
|
|
3940
3832
|
}
|
|
3941
3833
|
|
|
3942
|
-
.e-de-ctnr-
|
|
3943
|
-
content: '\
|
|
3834
|
+
.e-de-ctnr-strokesize::before {
|
|
3835
|
+
content: '\ebfe';
|
|
3944
3836
|
}
|
|
3945
3837
|
|
|
3946
|
-
.e-de-ctnr-
|
|
3947
|
-
content: '\
|
|
3838
|
+
.e-de-ctnr-download::before {
|
|
3839
|
+
content: '\e603';
|
|
3948
3840
|
}
|
|
3949
3841
|
|
|
3950
|
-
.e-de-ctnr-
|
|
3951
|
-
content: '\
|
|
3842
|
+
.e-de-ctnr-find::before {
|
|
3843
|
+
content: '\e275';
|
|
3952
3844
|
}
|
|
3953
3845
|
|
|
3954
|
-
.e-de-ctnr-
|
|
3955
|
-
content: '\
|
|
3846
|
+
.e-de-ctnr-new::before {
|
|
3847
|
+
content: '\e7d5';
|
|
3956
3848
|
}
|
|
3957
3849
|
|
|
3958
|
-
.e-de-ctnr-
|
|
3959
|
-
content: '\
|
|
3850
|
+
.e-de-ctnr-paste::before {
|
|
3851
|
+
content: '\e601';
|
|
3960
3852
|
}
|
|
3961
3853
|
|
|
3962
|
-
.e-de-ctnr-
|
|
3963
|
-
content: '\
|
|
3854
|
+
.e-de-ctnr-redo::before {
|
|
3855
|
+
content: '\ebfa';
|
|
3964
3856
|
}
|
|
3965
3857
|
|
|
3966
|
-
.e-de-ctnr-
|
|
3967
|
-
content: '\
|
|
3858
|
+
.e-de-ctnr-open::before {
|
|
3859
|
+
content: '\ebdd';
|
|
3968
3860
|
}
|
|
3969
3861
|
|
|
3970
|
-
.e-de-ctnr-
|
|
3971
|
-
content: '\
|
|
3862
|
+
.e-de-ctnr-underline::before {
|
|
3863
|
+
content: '\ebf0';
|
|
3972
3864
|
}
|
|
3973
3865
|
|
|
3974
|
-
.e-de-ctnr-
|
|
3975
|
-
content: '\
|
|
3866
|
+
.e-de-ctnr-insideverticalborder::before {
|
|
3867
|
+
content: '\e287';
|
|
3976
3868
|
}
|
|
3977
3869
|
|
|
3978
|
-
.e-de-
|
|
3979
|
-
content: '\
|
|
3870
|
+
.e-de-ctnr-insidehorizondalborder::before {
|
|
3871
|
+
content: '\e276';
|
|
3980
3872
|
}
|
|
3981
3873
|
|
|
3982
|
-
.e-de-ctnr-
|
|
3983
|
-
content: '\
|
|
3874
|
+
.e-de-ctnr-aligncenter-table::before {
|
|
3875
|
+
content: '\ea94';
|
|
3984
3876
|
}
|
|
3985
3877
|
|
|
3986
|
-
.e-de-ctnr-
|
|
3987
|
-
content: '\
|
|
3878
|
+
.e-de-ctnr-alignleft::before {
|
|
3879
|
+
content: '\ebeb';
|
|
3988
3880
|
}
|
|
3989
3881
|
|
|
3990
|
-
.e-de-ctnr-
|
|
3991
|
-
content: '\
|
|
3882
|
+
.e-de-ctnr-close::before {
|
|
3883
|
+
content: '\ea7f';
|
|
3992
3884
|
}
|
|
3993
3885
|
|
|
3994
|
-
.e-de-ctnr-
|
|
3995
|
-
content: '\
|
|
3886
|
+
.e-de-ctnr-link::before {
|
|
3887
|
+
content: '\e290';
|
|
3888
|
+
}
|
|
3889
|
+
|
|
3890
|
+
.e-de-ctnr-table::before {
|
|
3891
|
+
content: '\e294';
|
|
3892
|
+
}
|
|
3893
|
+
|
|
3894
|
+
.e-de-ctnr-backgroundcolor::before {
|
|
3895
|
+
content: '\ebf2';
|
|
3896
|
+
}
|
|
3897
|
+
|
|
3898
|
+
.e-de-ctnr-print::before {
|
|
3899
|
+
content: '\ebf9';
|
|
3900
|
+
}
|
|
3901
|
+
|
|
3902
|
+
.e-de-ctnr-aligntop::before {
|
|
3903
|
+
content: '\ea98';
|
|
3904
|
+
}
|
|
3905
|
+
|
|
3906
|
+
.e-de-ctnr-alignbottom::before {
|
|
3907
|
+
content: '\ea91';
|
|
3908
|
+
}
|
|
3909
|
+
|
|
3910
|
+
.e-de-ctnr-cellbg-clr-picker::before {
|
|
3911
|
+
content: '\ebf2';
|
|
3996
3912
|
}
|
|
3997
3913
|
|
|
3998
3914
|
.e-de-flip {
|
|
@@ -4004,11 +3920,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4004
3920
|
font-family: 'e-icons';
|
|
4005
3921
|
}
|
|
4006
3922
|
|
|
4007
|
-
.e-de-cnt-track::before {
|
|
4008
|
-
content: '\e20a';
|
|
4009
|
-
font-family: 'e-icons';
|
|
4010
|
-
}
|
|
4011
|
-
|
|
4012
3923
|
.e-de-printlayout::before {
|
|
4013
3924
|
content: '\e257';
|
|
4014
3925
|
font-family: 'e-icons';
|
|
@@ -4145,7 +4056,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4145
4056
|
|
|
4146
4057
|
.e-de-statusbar-pageweb .e-de-printlayout,
|
|
4147
4058
|
.e-de-statusbar-pageweb .e-de-weblayout {
|
|
4148
|
-
font-size:
|
|
4059
|
+
font-size: 16px;
|
|
4060
|
+
}
|
|
4061
|
+
|
|
4062
|
+
.e-de-statusbar-pageweb .e-de-printlayout:hover,
|
|
4063
|
+
.e-de-statusbar-pageweb .e-de-weblayout:hover {
|
|
4064
|
+
font-size: 16px;
|
|
4149
4065
|
}
|
|
4150
4066
|
|
|
4151
4067
|
.e-bigger .e-btn.e-de-statusbar-pageweb {
|
|
@@ -4154,7 +4070,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4154
4070
|
|
|
4155
4071
|
.e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
|
|
4156
4072
|
.e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
|
|
4157
|
-
font-size:
|
|
4073
|
+
font-size: 16px;
|
|
4158
4074
|
}
|
|
4159
4075
|
|
|
4160
4076
|
.e-de-linespacing {
|
|
@@ -4171,8 +4087,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4171
4087
|
|
|
4172
4088
|
.e-de-pagenumber-text {
|
|
4173
4089
|
border: none !important;
|
|
4174
|
-
height: 22px !important;
|
|
4175
|
-
margin-top: -1px !important;
|
|
4176
4090
|
}
|
|
4177
4091
|
|
|
4178
4092
|
.e-de-pagenumber-input {
|
|
@@ -4180,8 +4094,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4180
4094
|
border: 1px solid #4a4848;
|
|
4181
4095
|
border-radius: 0;
|
|
4182
4096
|
color: #dadada;
|
|
4183
|
-
|
|
4184
|
-
padding: 2px;
|
|
4097
|
+
padding: 0px;
|
|
4185
4098
|
text-align: center;
|
|
4186
4099
|
width: 22px;
|
|
4187
4100
|
}
|
|
@@ -4204,6 +4117,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4204
4117
|
|
|
4205
4118
|
.e-de-ctn-title {
|
|
4206
4119
|
background-color: #0074cc;
|
|
4120
|
+
border-bottom: none !important;
|
|
4207
4121
|
color: #201f1f;
|
|
4208
4122
|
}
|
|
4209
4123
|
|
|
@@ -4422,10 +4336,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4422
4336
|
width: 100%;
|
|
4423
4337
|
}
|
|
4424
4338
|
|
|
4425
|
-
.de-split-button > div:first-child {
|
|
4426
|
-
margin-right: 0;
|
|
4427
|
-
}
|
|
4428
|
-
|
|
4429
4339
|
.e-de-ctnr-properties-pane-btn {
|
|
4430
4340
|
width: 75px;
|
|
4431
4341
|
}
|
|
@@ -4796,6 +4706,52 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4796
4706
|
box-shadow: none !important;
|
|
4797
4707
|
}
|
|
4798
4708
|
|
|
4709
|
+
.e-de-ctnr-group-btn-top > button:first-child {
|
|
4710
|
+
border-radius: 0;
|
|
4711
|
+
border-top-left-radius: 4px;
|
|
4712
|
+
}
|
|
4713
|
+
|
|
4714
|
+
.e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
|
|
4715
|
+
border-top-left-radius: 0;
|
|
4716
|
+
border-top-right-radius: 4px;
|
|
4717
|
+
}
|
|
4718
|
+
|
|
4719
|
+
.e-de-ctnr-group-btn-top > button:last-child {
|
|
4720
|
+
border-radius: 0;
|
|
4721
|
+
border-top-right-radius: 4px;
|
|
4722
|
+
}
|
|
4723
|
+
|
|
4724
|
+
.e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
|
|
4725
|
+
border-top-left-radius: 4px;
|
|
4726
|
+
border-top-right-radius: 0;
|
|
4727
|
+
}
|
|
4728
|
+
|
|
4729
|
+
.e-de-ctnr-group-btn-middle > button {
|
|
4730
|
+
border-radius: 0;
|
|
4731
|
+
border-top: 0;
|
|
4732
|
+
border-bottom: 0;
|
|
4733
|
+
}
|
|
4734
|
+
|
|
4735
|
+
.e-de-ctnr-group-btn-bottom > button:first-child {
|
|
4736
|
+
border-radius: 0;
|
|
4737
|
+
border-bottom-left-radius: 4px;
|
|
4738
|
+
}
|
|
4739
|
+
|
|
4740
|
+
.e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
|
|
4741
|
+
border-bottom-left-radius: 0;
|
|
4742
|
+
border-bottom-right-radius: 4px;
|
|
4743
|
+
}
|
|
4744
|
+
|
|
4745
|
+
.e-de-ctnr-group-btn-bottom > button:last-child {
|
|
4746
|
+
border-radius: 0;
|
|
4747
|
+
border-bottom-right-radius: 4px;
|
|
4748
|
+
}
|
|
4749
|
+
|
|
4750
|
+
.e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
|
|
4751
|
+
border-bottom-right-radius: 0;
|
|
4752
|
+
border-bottom-left-radius: 4px;
|
|
4753
|
+
}
|
|
4754
|
+
|
|
4799
4755
|
.e-de-toc-template1 {
|
|
4800
4756
|
background: #282727;
|
|
4801
4757
|
border: 1px solid #4a4848;
|
|
@@ -4874,6 +4830,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4874
4830
|
width: 100px;
|
|
4875
4831
|
}
|
|
4876
4832
|
|
|
4833
|
+
.e-de-ctnr-pg-no span {
|
|
4834
|
+
border: 1px solid transparent;
|
|
4835
|
+
}
|
|
4836
|
+
|
|
4877
4837
|
.e-de-ctnr-pg-no-spellout {
|
|
4878
4838
|
color: #dadada;
|
|
4879
4839
|
display: -ms-inline-flexbox;
|
|
@@ -4884,6 +4844,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4884
4844
|
width: calc(100% - 160px);
|
|
4885
4845
|
}
|
|
4886
4846
|
|
|
4847
|
+
.e-de-ctnr-pg-no-spellout span {
|
|
4848
|
+
border: 1px solid transparent;
|
|
4849
|
+
}
|
|
4850
|
+
|
|
4887
4851
|
.e-bigger .e-de-ctnr-pg-no-spellout {
|
|
4888
4852
|
color: #dadada;
|
|
4889
4853
|
display: -ms-inline-flexbox;
|
|
@@ -5167,8 +5131,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5167
5131
|
margin-bottom: 16px;
|
|
5168
5132
|
}
|
|
5169
5133
|
|
|
5170
|
-
.e-bigger .e-de-ctnr-segment > div:first-child,
|
|
5171
|
-
.e-bigger .e-de-ctnr-segment > button:first-child {
|
|
5134
|
+
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5135
|
+
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5172
5136
|
margin-right: 16px;
|
|
5173
5137
|
}
|
|
5174
5138
|
|
|
@@ -5382,7 +5346,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5382
5346
|
font-weight: 400;
|
|
5383
5347
|
height: 25px !important;
|
|
5384
5348
|
width: 25px !important;
|
|
5385
|
-
border-radius: 4px;
|
|
5386
5349
|
}
|
|
5387
5350
|
|
|
5388
5351
|
.e-bigger .e-de-ctnr-list {
|
|
@@ -5494,6 +5457,30 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5494
5457
|
line-height: 0;
|
|
5495
5458
|
}
|
|
5496
5459
|
|
|
5460
|
+
.e-de-ctn .e-de-bzr-button {
|
|
5461
|
+
font-size: 12px;
|
|
5462
|
+
font-weight: 400;
|
|
5463
|
+
background: #333232;
|
|
5464
|
+
height: 100%;
|
|
5465
|
+
color: default;
|
|
5466
|
+
box-shadow: none;
|
|
5467
|
+
border: none;
|
|
5468
|
+
}
|
|
5469
|
+
|
|
5470
|
+
.e-de-ctn .e-de-bzr-button:hover {
|
|
5471
|
+
background: default;
|
|
5472
|
+
border: default;
|
|
5473
|
+
border-radius: default;
|
|
5474
|
+
color: default;
|
|
5475
|
+
}
|
|
5476
|
+
|
|
5477
|
+
.e-de-ctn .e-de-bzr-button:active {
|
|
5478
|
+
box-shadow: none;
|
|
5479
|
+
background-color: default;
|
|
5480
|
+
border-color: default;
|
|
5481
|
+
color: default;
|
|
5482
|
+
}
|
|
5483
|
+
|
|
5497
5484
|
.e-de-ctn .e-de-ctnr-toolbar .e-de-bzr-button .e-btn-icon {
|
|
5498
5485
|
font-size: 16px;
|
|
5499
5486
|
}
|