@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.
- package/CHANGELOG.md +208 -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 +240 -282
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +261 -313
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +11 -10
- package/src/document-editor/documenteditor.component.d.ts +3 -50
- package/src/document-editor/documenteditor.component.js +168 -197
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -26
- package/src/document-editor-container/documenteditorcontainer.component.js +96 -125
- package/styles/bootstrap-dark.css +167 -58
- package/styles/bootstrap.css +167 -54
- package/styles/bootstrap4.css +185 -65
- package/styles/bootstrap5-dark.css +187 -74
- package/styles/bootstrap5.css +187 -74
- package/styles/document-editor/bootstrap-dark.css +13 -2
- package/styles/document-editor/bootstrap.css +17 -2
- package/styles/document-editor/bootstrap4.css +23 -4
- package/styles/document-editor/bootstrap5-dark.css +32 -17
- package/styles/document-editor/bootstrap5.css +32 -17
- package/styles/document-editor/fabric-dark.css +13 -2
- package/styles/document-editor/fabric.css +17 -2
- package/styles/document-editor/fluent-dark.css +47 -27
- package/styles/document-editor/fluent.css +47 -27
- package/styles/document-editor/highcontrast-light.css +5 -0
- package/styles/document-editor/highcontrast.css +13 -2
- package/styles/document-editor/material-dark.css +13 -2
- package/styles/document-editor/material.css +13 -2
- 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 +29 -17
- package/styles/document-editor/tailwind.css +32 -17
- package/styles/document-editor-container/bootstrap-dark.css +154 -56
- package/styles/document-editor-container/bootstrap.css +150 -52
- package/styles/document-editor-container/bootstrap4.css +162 -61
- package/styles/document-editor-container/bootstrap5-dark.css +155 -57
- package/styles/document-editor-container/bootstrap5.css +155 -57
- package/styles/document-editor-container/fabric-dark.css +154 -56
- package/styles/document-editor-container/fabric.css +154 -56
- package/styles/document-editor-container/fluent-dark.css +159 -64
- package/styles/document-editor-container/fluent.css +159 -64
- package/styles/document-editor-container/highcontrast-light.css +154 -56
- package/styles/document-editor-container/highcontrast.css +154 -56
- package/styles/document-editor-container/material-dark.css +159 -61
- package/styles/document-editor-container/material.css +154 -55
- 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 +153 -55
- package/styles/document-editor-container/tailwind.css +153 -55
- package/styles/fabric-dark.css +167 -58
- package/styles/fabric.css +171 -58
- package/styles/fluent-dark.css +206 -91
- package/styles/fluent.css +206 -91
- package/styles/highcontrast-light.css +159 -56
- package/styles/highcontrast.css +167 -58
- package/styles/material-dark.css +172 -63
- package/styles/material.css +167 -57
- 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 +182 -72
- package/styles/tailwind.css +185 -72
|
@@ -2089,6 +2089,11 @@ label[for=container_wholeWord] {
|
|
|
2089
2089
|
font-family: "e-icons";
|
|
2090
2090
|
font-size: 13px;
|
|
2091
2091
|
}
|
|
2092
|
+
.e-documenteditor .e-de-multi-cmt-mark::before {
|
|
2093
|
+
content: "\e97a";
|
|
2094
|
+
font-family: "e-icons";
|
|
2095
|
+
font-size: 14px;
|
|
2096
|
+
}
|
|
2092
2097
|
.e-documenteditor .e-de-cmt-post::before {
|
|
2093
2098
|
content: "\e816";
|
|
2094
2099
|
font-family: "e-icons";
|
|
@@ -3189,6 +3194,21 @@ label[for=container_wholeWord] {
|
|
|
3189
3194
|
font-family: "e-icons";
|
|
3190
3195
|
}
|
|
3191
3196
|
|
|
3197
|
+
.e-de-e-paragraph-style-mark::before {
|
|
3198
|
+
content: "\e353";
|
|
3199
|
+
font-family: "e-icons";
|
|
3200
|
+
}
|
|
3201
|
+
|
|
3202
|
+
.e-de-e-character-style-mark::before {
|
|
3203
|
+
content: "\e980";
|
|
3204
|
+
font-family: "e-icons";
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3207
|
+
.e-de-e-linked-style-mark::before {
|
|
3208
|
+
content: "\e981";
|
|
3209
|
+
font-family: "e-icons";
|
|
3210
|
+
}
|
|
3211
|
+
|
|
3192
3212
|
.e-de-ctnr-columns::before {
|
|
3193
3213
|
content: "\e968";
|
|
3194
3214
|
font-family: "e-icons";
|
|
@@ -3321,8 +3341,48 @@ label[for=container_wholeWord] {
|
|
|
3321
3341
|
height: 100%;
|
|
3322
3342
|
}
|
|
3323
3343
|
|
|
3344
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
3345
|
+
box-shadow: none;
|
|
3346
|
+
height: 32px;
|
|
3347
|
+
}
|
|
3348
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
3349
|
+
box-shadow: none;
|
|
3350
|
+
}
|
|
3351
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
3352
|
+
box-shadow: none;
|
|
3353
|
+
}
|
|
3354
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
3355
|
+
box-shadow: none;
|
|
3356
|
+
}
|
|
3357
|
+
|
|
3358
|
+
.e-de-ctnr-group-btn-middle button {
|
|
3359
|
+
border-radius: 0px;
|
|
3360
|
+
}
|
|
3361
|
+
|
|
3362
|
+
.de-tbl-fill-clr .e-dropdown-btn.e-btn {
|
|
3363
|
+
box-shadow: none;
|
|
3364
|
+
}
|
|
3365
|
+
|
|
3366
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button,
|
|
3367
|
+
.e-de-ctn .e-de-status-bar button {
|
|
3368
|
+
box-shadow: none;
|
|
3369
|
+
height: 32px;
|
|
3370
|
+
}
|
|
3371
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:focus,
|
|
3372
|
+
.e-de-ctn .e-de-status-bar button:focus {
|
|
3373
|
+
box-shadow: none;
|
|
3374
|
+
}
|
|
3375
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:active,
|
|
3376
|
+
.e-de-ctn .e-de-status-bar button:active {
|
|
3377
|
+
box-shadow: none;
|
|
3378
|
+
}
|
|
3379
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:hover,
|
|
3380
|
+
.e-de-ctn .e-de-status-bar button:hover {
|
|
3381
|
+
box-shadow: none;
|
|
3382
|
+
}
|
|
3383
|
+
|
|
3324
3384
|
.e-de-statusbar-pageweb {
|
|
3325
|
-
background
|
|
3385
|
+
background: #fff;
|
|
3326
3386
|
border: 0;
|
|
3327
3387
|
box-shadow: none;
|
|
3328
3388
|
float: right;
|
|
@@ -3351,12 +3411,25 @@ label[for=container_wholeWord] {
|
|
|
3351
3411
|
font-size: 16px;
|
|
3352
3412
|
}
|
|
3353
3413
|
|
|
3414
|
+
.e-listview .e-list-icon {
|
|
3415
|
+
height: 24px;
|
|
3416
|
+
width: 16px;
|
|
3417
|
+
margin-right: 12px;
|
|
3418
|
+
}
|
|
3419
|
+
|
|
3420
|
+
.e-de-listview-icon {
|
|
3421
|
+
height: auto;
|
|
3422
|
+
width: auto;
|
|
3423
|
+
line-height: 22px;
|
|
3424
|
+
margin-right: 12px;
|
|
3425
|
+
}
|
|
3426
|
+
|
|
3354
3427
|
.e-de-linespacing {
|
|
3355
3428
|
margin-top: 11px;
|
|
3356
3429
|
}
|
|
3357
3430
|
|
|
3358
3431
|
.e-de-statusbar-zoom {
|
|
3359
|
-
background
|
|
3432
|
+
background: #fff;
|
|
3360
3433
|
border: 0;
|
|
3361
3434
|
color: #000;
|
|
3362
3435
|
float: right;
|
|
@@ -3419,14 +3492,22 @@ label[for=container_wholeWord] {
|
|
|
3419
3492
|
.e-de-statusbar-separator {
|
|
3420
3493
|
border-left: 1px solid #dadada;
|
|
3421
3494
|
height: 16px;
|
|
3422
|
-
margin-left:
|
|
3495
|
+
margin-left: 7.5px;
|
|
3496
|
+
margin-right: 7.5px;
|
|
3497
|
+
margin-top: 10px;
|
|
3498
|
+
}
|
|
3499
|
+
|
|
3500
|
+
.e-bigger .e-de-statusbar-separator {
|
|
3501
|
+
border-left: 1px solid #dadada;
|
|
3502
|
+
height: 16px;
|
|
3503
|
+
margin-left: 7.5px;
|
|
3504
|
+
margin-right: 7.5px;
|
|
3423
3505
|
margin-top: 10px;
|
|
3424
3506
|
}
|
|
3425
3507
|
|
|
3426
3508
|
.e-de-statusbar-spellcheck {
|
|
3427
3509
|
border-radius: 2px;
|
|
3428
3510
|
font-weight: 400;
|
|
3429
|
-
margin-left: 7.5px;
|
|
3430
3511
|
}
|
|
3431
3512
|
|
|
3432
3513
|
.e-de-ctn {
|
|
@@ -3439,7 +3520,6 @@ label[for=container_wholeWord] {
|
|
|
3439
3520
|
|
|
3440
3521
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
3441
3522
|
border-radius: 2px;
|
|
3442
|
-
margin-left: 7.5px;
|
|
3443
3523
|
}
|
|
3444
3524
|
|
|
3445
3525
|
.e-de-ctnr-toolbar {
|
|
@@ -3464,7 +3544,7 @@ label[for=container_wholeWord] {
|
|
|
3464
3544
|
|
|
3465
3545
|
.e-de-tool-ctnr-properties-pane,
|
|
3466
3546
|
.e-de-ctnr-properties-pane {
|
|
3467
|
-
background
|
|
3547
|
+
background: #fff;
|
|
3468
3548
|
border-bottom: 1px solid #000;
|
|
3469
3549
|
border-top: 1px solid #000;
|
|
3470
3550
|
}
|
|
@@ -3563,7 +3643,7 @@ label[for=container_wholeWord] {
|
|
|
3563
3643
|
margin: 0 5.5px;
|
|
3564
3644
|
}
|
|
3565
3645
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
3566
|
-
margin-left: 12px;
|
|
3646
|
+
margin-left: 12px !important;
|
|
3567
3647
|
margin-right: 6px;
|
|
3568
3648
|
}
|
|
3569
3649
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -3579,20 +3659,23 @@ label[for=container_wholeWord] {
|
|
|
3579
3659
|
}
|
|
3580
3660
|
|
|
3581
3661
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
3662
|
+
-ms-flex-direction: column;
|
|
3663
|
+
flex-direction: column;
|
|
3664
|
+
height: calc(100% - 10px);
|
|
3582
3665
|
padding: 0;
|
|
3583
|
-
padding-bottom:
|
|
3666
|
+
padding-bottom: 5px;
|
|
3584
3667
|
}
|
|
3585
3668
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
3586
3669
|
padding: 0;
|
|
3587
|
-
padding-bottom:
|
|
3670
|
+
padding-bottom: 5px;
|
|
3588
3671
|
}
|
|
3589
3672
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
3590
3673
|
padding: 0;
|
|
3591
|
-
padding-bottom:
|
|
3674
|
+
padding-bottom: 5px;
|
|
3592
3675
|
}
|
|
3593
3676
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
3594
3677
|
padding: 0;
|
|
3595
|
-
padding-bottom:
|
|
3678
|
+
padding-bottom: 5px;
|
|
3596
3679
|
}
|
|
3597
3680
|
|
|
3598
3681
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -3621,7 +3704,7 @@ label[for=container_wholeWord] {
|
|
|
3621
3704
|
}
|
|
3622
3705
|
|
|
3623
3706
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
3624
|
-
background
|
|
3707
|
+
background: #fff;
|
|
3625
3708
|
border-radius: 0;
|
|
3626
3709
|
box-shadow: none;
|
|
3627
3710
|
color: #35363b;
|
|
@@ -3663,6 +3746,7 @@ label[for=container_wholeWord] {
|
|
|
3663
3746
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
3664
3747
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
3665
3748
|
padding: 0 !important;
|
|
3749
|
+
min-height: 16px;
|
|
3666
3750
|
}
|
|
3667
3751
|
|
|
3668
3752
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -3685,6 +3769,7 @@ label[for=container_wholeWord] {
|
|
|
3685
3769
|
}
|
|
3686
3770
|
|
|
3687
3771
|
.e-de-review-pane {
|
|
3772
|
+
background: #fff;
|
|
3688
3773
|
border-left: 1px solid #e1e1e1;
|
|
3689
3774
|
height: 100%;
|
|
3690
3775
|
min-height: 200px;
|
|
@@ -3702,34 +3787,6 @@ label[for=container_wholeWord] {
|
|
|
3702
3787
|
width: 272px;
|
|
3703
3788
|
}
|
|
3704
3789
|
|
|
3705
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
3706
|
-
box-shadow: none;
|
|
3707
|
-
height: 32px;
|
|
3708
|
-
}
|
|
3709
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
3710
|
-
box-shadow: none;
|
|
3711
|
-
}
|
|
3712
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
3713
|
-
box-shadow: none;
|
|
3714
|
-
}
|
|
3715
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
3716
|
-
box-shadow: none;
|
|
3717
|
-
}
|
|
3718
|
-
|
|
3719
|
-
.e-de-ctnr-group-btn button {
|
|
3720
|
-
box-shadow: none;
|
|
3721
|
-
height: 32px;
|
|
3722
|
-
}
|
|
3723
|
-
.e-de-ctnr-group-btn button:focus {
|
|
3724
|
-
box-shadow: none;
|
|
3725
|
-
}
|
|
3726
|
-
.e-de-ctnr-group-btn button:active {
|
|
3727
|
-
box-shadow: none;
|
|
3728
|
-
}
|
|
3729
|
-
.e-de-ctnr-group-btn button:hover {
|
|
3730
|
-
box-shadow: none;
|
|
3731
|
-
}
|
|
3732
|
-
|
|
3733
3790
|
.e-de-property-div-padding {
|
|
3734
3791
|
border-bottom: 0.5px solid #e0e0e0;
|
|
3735
3792
|
padding: 12.5px;
|
|
@@ -3853,7 +3910,7 @@ label[for=container_wholeWord] {
|
|
|
3853
3910
|
}
|
|
3854
3911
|
|
|
3855
3912
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
3856
|
-
border-bottom: 1px solid #ccc;
|
|
3913
|
+
border-bottom: 1px solid #ccc !important;
|
|
3857
3914
|
margin-left: 5px;
|
|
3858
3915
|
width: 100%;
|
|
3859
3916
|
}
|
|
@@ -3922,10 +3979,10 @@ label[for=container_wholeWord] {
|
|
|
3922
3979
|
}
|
|
3923
3980
|
|
|
3924
3981
|
.e-de-list-container {
|
|
3925
|
-
background: #fff;
|
|
3926
3982
|
border: 1px solid #ccc;
|
|
3927
3983
|
border-radius: 2px;
|
|
3928
3984
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
|
|
3985
|
+
background: #fff;
|
|
3929
3986
|
box-sizing: border-box;
|
|
3930
3987
|
display: inline-block;
|
|
3931
3988
|
line-height: normal;
|
|
@@ -4017,8 +4074,8 @@ label[for=container_wholeWord] {
|
|
|
4017
4074
|
border: 1px solid #000;
|
|
4018
4075
|
color: #000;
|
|
4019
4076
|
height: 129px;
|
|
4020
|
-
margin-left: 78px;
|
|
4021
4077
|
width: 94px;
|
|
4078
|
+
margin-left: 78px;
|
|
4022
4079
|
}
|
|
4023
4080
|
|
|
4024
4081
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -4073,7 +4130,7 @@ label[for=container_wholeWord] {
|
|
|
4073
4130
|
}
|
|
4074
4131
|
|
|
4075
4132
|
.e-de-status-bar {
|
|
4076
|
-
background
|
|
4133
|
+
background: #fff;
|
|
4077
4134
|
display: -ms-flexbox;
|
|
4078
4135
|
display: flex;
|
|
4079
4136
|
padding-top: 1.5px;
|
|
@@ -4198,7 +4255,7 @@ label[for=container_wholeWord] {
|
|
|
4198
4255
|
}
|
|
4199
4256
|
|
|
4200
4257
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
4201
|
-
height:
|
|
4258
|
+
height: 36px !important;
|
|
4202
4259
|
}
|
|
4203
4260
|
|
|
4204
4261
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -4206,8 +4263,8 @@ label[for=container_wholeWord] {
|
|
|
4206
4263
|
}
|
|
4207
4264
|
|
|
4208
4265
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
4209
|
-
height: 38px;
|
|
4210
4266
|
width: 38px;
|
|
4267
|
+
height: 38px;
|
|
4211
4268
|
}
|
|
4212
4269
|
|
|
4213
4270
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -4219,6 +4276,18 @@ label[for=container_wholeWord] {
|
|
|
4219
4276
|
width: 70px;
|
|
4220
4277
|
}
|
|
4221
4278
|
|
|
4279
|
+
.e-rtl .e-listview .e-list-icon {
|
|
4280
|
+
height: 24px;
|
|
4281
|
+
width: 16px;
|
|
4282
|
+
margin-left: 12px;
|
|
4283
|
+
}
|
|
4284
|
+
.e-rtl .e-de-listview-icon {
|
|
4285
|
+
height: auto;
|
|
4286
|
+
width: auto;
|
|
4287
|
+
line-height: 22px;
|
|
4288
|
+
margin-left: 12px;
|
|
4289
|
+
}
|
|
4290
|
+
|
|
4222
4291
|
.e-bigger .de-split-button > div:first-child {
|
|
4223
4292
|
margin-right: 0;
|
|
4224
4293
|
}
|
|
@@ -4327,11 +4396,10 @@ label[for=container_wholeWord] {
|
|
|
4327
4396
|
height: 82px;
|
|
4328
4397
|
}
|
|
4329
4398
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
4330
|
-
height: 25px;
|
|
4331
4399
|
margin: 0 7.5px;
|
|
4332
4400
|
}
|
|
4333
4401
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
4334
|
-
margin-left: 16px;
|
|
4402
|
+
margin-left: 16px !important;
|
|
4335
4403
|
margin-right: 8px;
|
|
4336
4404
|
}
|
|
4337
4405
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -4348,22 +4416,22 @@ label[for=container_wholeWord] {
|
|
|
4348
4416
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
4349
4417
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
4350
4418
|
padding: 0;
|
|
4351
|
-
padding-bottom:
|
|
4419
|
+
padding-bottom: 5px;
|
|
4352
4420
|
}
|
|
4353
4421
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
4354
4422
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
4355
4423
|
padding: 0;
|
|
4356
|
-
padding-bottom:
|
|
4424
|
+
padding-bottom: 5px;
|
|
4357
4425
|
}
|
|
4358
4426
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
4359
4427
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
4360
4428
|
padding: 0;
|
|
4361
|
-
padding-bottom:
|
|
4429
|
+
padding-bottom: 5px;
|
|
4362
4430
|
}
|
|
4363
4431
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
4364
4432
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
4365
4433
|
padding: 0;
|
|
4366
|
-
padding-bottom:
|
|
4434
|
+
padding-bottom: 5px;
|
|
4367
4435
|
}
|
|
4368
4436
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
4369
4437
|
padding: 0 !important;
|
|
@@ -4379,7 +4447,7 @@ label[for=container_wholeWord] {
|
|
|
4379
4447
|
width: 75px;
|
|
4380
4448
|
}
|
|
4381
4449
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
4382
|
-
background
|
|
4450
|
+
background: #fff;
|
|
4383
4451
|
border-radius: 0;
|
|
4384
4452
|
box-shadow: none;
|
|
4385
4453
|
min-height: 100%;
|
|
@@ -4407,7 +4475,7 @@ label[for=container_wholeWord] {
|
|
|
4407
4475
|
}
|
|
4408
4476
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
4409
4477
|
display: table;
|
|
4410
|
-
font-size: 12px;
|
|
4478
|
+
font-size: 12px !important;
|
|
4411
4479
|
margin: 0 6px;
|
|
4412
4480
|
padding: 0;
|
|
4413
4481
|
white-space: normal;
|
|
@@ -4429,6 +4497,19 @@ label[for=container_wholeWord] {
|
|
|
4429
4497
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
4430
4498
|
box-shadow: none;
|
|
4431
4499
|
}
|
|
4500
|
+
.e-bigger .e-de-status-bar button {
|
|
4501
|
+
height: 38px;
|
|
4502
|
+
box-shadow: none;
|
|
4503
|
+
}
|
|
4504
|
+
.e-bigger .e-de-status-bar button:focus {
|
|
4505
|
+
box-shadow: none;
|
|
4506
|
+
}
|
|
4507
|
+
.e-bigger .e-de-status-bar button:active {
|
|
4508
|
+
box-shadow: none;
|
|
4509
|
+
}
|
|
4510
|
+
.e-bigger .e-de-status-bar button:hover {
|
|
4511
|
+
box-shadow: none;
|
|
4512
|
+
}
|
|
4432
4513
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
4433
4514
|
box-shadow: none;
|
|
4434
4515
|
height: 38px;
|
|
@@ -4542,18 +4623,18 @@ label[for=container_wholeWord] {
|
|
|
4542
4623
|
margin-left: 10px;
|
|
4543
4624
|
}
|
|
4544
4625
|
.e-bigger .e-de-status-bar {
|
|
4545
|
-
background
|
|
4626
|
+
background: #fff;
|
|
4546
4627
|
display: -ms-flexbox;
|
|
4547
4628
|
display: flex;
|
|
4548
4629
|
padding-top: 1.5px;
|
|
4549
4630
|
width: 100%;
|
|
4550
4631
|
}
|
|
4551
4632
|
.e-bigger .e-de-statusbar-zoom {
|
|
4552
|
-
background-color: #fff;
|
|
4553
4633
|
border: 0;
|
|
4554
4634
|
color: #000;
|
|
4555
4635
|
float: right;
|
|
4556
4636
|
height: 34px;
|
|
4637
|
+
background-color: #fff;
|
|
4557
4638
|
}
|
|
4558
4639
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
4559
4640
|
line-height: 25px;
|
|
@@ -4563,6 +4644,28 @@ label[for=container_wholeWord] {
|
|
|
4563
4644
|
height: 0;
|
|
4564
4645
|
line-height: 0;
|
|
4565
4646
|
}
|
|
4647
|
+
.e-bigger .e-listview .e-list-icon {
|
|
4648
|
+
height: 24px;
|
|
4649
|
+
width: 16px;
|
|
4650
|
+
margin-right: 16px;
|
|
4651
|
+
}
|
|
4652
|
+
.e-bigger .e-de-listview-icon {
|
|
4653
|
+
height: auto;
|
|
4654
|
+
width: auto;
|
|
4655
|
+
line-height: 22px;
|
|
4656
|
+
margin-right: 16px;
|
|
4657
|
+
}
|
|
4658
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
4659
|
+
height: 24px;
|
|
4660
|
+
width: 16px;
|
|
4661
|
+
margin-left: 16px;
|
|
4662
|
+
}
|
|
4663
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
4664
|
+
height: auto;
|
|
4665
|
+
width: auto;
|
|
4666
|
+
line-height: 22px;
|
|
4667
|
+
margin-left: 16px;
|
|
4668
|
+
}
|
|
4566
4669
|
|
|
4567
4670
|
.e-de-ctn .e-de-bzr-button {
|
|
4568
4671
|
font-size: 12px;
|