@syncfusion/ej2-angular-documenteditor 20.4.54 → 21.1.35-ngcc
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/@syncfusion/ej2-angular-documenteditor.es5.js +583 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-documenteditor.js +553 -0
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
- package/CHANGELOG.md +3267 -0
- package/dist/ej2-angular-documenteditor.umd.js +1238 -0
- package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
- package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
- package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
- package/ej2-angular-documenteditor.d.ts +6 -0
- package/ej2-angular-documenteditor.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +0 -6
- package/src/document-editor/documenteditor.component.d.ts +0 -3
- package/src/document-editor/documenteditor.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +64 -21
- package/styles/bootstrap.css +60 -17
- package/styles/bootstrap4.css +74 -28
- package/styles/bootstrap5-dark.css +84 -37
- package/styles/bootstrap5.css +84 -37
- package/styles/document-editor/bootstrap-dark.css +6 -2
- package/styles/document-editor/bootstrap-dark.scss +1 -4
- package/styles/document-editor/bootstrap.css +6 -2
- package/styles/document-editor/bootstrap.scss +1 -4
- package/styles/document-editor/bootstrap4.css +8 -4
- package/styles/document-editor/bootstrap4.scss +1 -4
- package/styles/document-editor/bootstrap5-dark.css +25 -17
- package/styles/document-editor/bootstrap5-dark.scss +1 -4
- package/styles/document-editor/bootstrap5.css +25 -17
- package/styles/document-editor/bootstrap5.scss +1 -4
- package/styles/document-editor/fabric-dark.css +6 -2
- package/styles/document-editor/fabric-dark.scss +1 -4
- package/styles/document-editor/fabric.css +6 -2
- package/styles/document-editor/fabric.scss +1 -4
- package/styles/document-editor/fluent-dark.css +40 -27
- package/styles/document-editor/fluent-dark.scss +1 -4
- package/styles/document-editor/fluent.css +40 -27
- package/styles/document-editor/fluent.scss +1 -4
- package/styles/document-editor/highcontrast-light.css +4 -0
- package/styles/document-editor/highcontrast-light.scss +1 -4
- package/styles/document-editor/highcontrast.css +6 -2
- package/styles/document-editor/highcontrast.scss +1 -4
- package/styles/document-editor/material-dark.css +6 -2
- package/styles/document-editor/material-dark.scss +1 -4
- package/styles/document-editor/material.css +6 -2
- package/styles/document-editor/material.scss +1 -4
- package/styles/document-editor/tailwind-dark.css +22 -17
- package/styles/document-editor/tailwind-dark.scss +1 -4
- package/styles/document-editor/tailwind.css +25 -17
- package/styles/document-editor/tailwind.scss +1 -4
- package/styles/document-editor-container/bootstrap-dark.css +58 -19
- package/styles/document-editor-container/bootstrap-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap.css +54 -15
- package/styles/document-editor-container/bootstrap.scss +1 -5
- package/styles/document-editor-container/bootstrap4.css +66 -24
- package/styles/document-editor-container/bootstrap4.scss +1 -5
- package/styles/document-editor-container/bootstrap5-dark.css +59 -20
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap5.css +59 -20
- package/styles/document-editor-container/bootstrap5.scss +1 -5
- package/styles/document-editor-container/fabric-dark.css +58 -19
- package/styles/document-editor-container/fabric-dark.scss +1 -5
- package/styles/document-editor-container/fabric.css +58 -19
- package/styles/document-editor-container/fabric.scss +1 -5
- package/styles/document-editor-container/fluent-dark.css +63 -27
- package/styles/document-editor-container/fluent-dark.scss +1 -5
- package/styles/document-editor-container/fluent.css +63 -27
- package/styles/document-editor-container/fluent.scss +1 -5
- package/styles/document-editor-container/highcontrast-light.css +58 -19
- package/styles/document-editor-container/highcontrast-light.scss +1 -5
- package/styles/document-editor-container/highcontrast.css +58 -19
- package/styles/document-editor-container/highcontrast.scss +1 -5
- package/styles/document-editor-container/material-dark.css +58 -19
- package/styles/document-editor-container/material-dark.scss +1 -5
- package/styles/document-editor-container/material.css +57 -18
- package/styles/document-editor-container/material.scss +1 -5
- package/styles/document-editor-container/tailwind-dark.css +58 -19
- package/styles/document-editor-container/tailwind-dark.scss +1 -5
- package/styles/document-editor-container/tailwind.css +58 -19
- package/styles/document-editor-container/tailwind.scss +1 -5
- package/styles/fabric-dark.css +64 -21
- package/styles/fabric.css +64 -21
- package/styles/fluent-dark.css +103 -54
- package/styles/fluent.css +103 -54
- package/styles/highcontrast-light.css +62 -19
- package/styles/highcontrast.css +64 -21
- package/styles/material-dark.css +64 -21
- package/styles/material.css +63 -20
- package/styles/tailwind-dark.css +80 -36
- package/styles/tailwind.css +83 -36
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -116
- package/esm2020/src/document-editor/documenteditor.component.mjs +0 -269
- package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -516
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -516
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/styles/document-editor/_all.scss +0 -3
- package/styles/document-editor/_bootstrap-dark-definition.scss +0 -547
- package/styles/document-editor/_bootstrap-definition.scss +0 -546
- package/styles/document-editor/_bootstrap4-definition.scss +0 -559
- package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor/_bootstrap5-definition.scss +0 -560
- package/styles/document-editor/_fabric-dark-definition.scss +0 -549
- package/styles/document-editor/_fabric-definition.scss +0 -548
- package/styles/document-editor/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor/_fluent-definition.scss +0 -569
- package/styles/document-editor/_fusionnew-definition.scss +0 -560
- package/styles/document-editor/_highcontrast-definition.scss +0 -548
- package/styles/document-editor/_highcontrast-light-definition.scss +0 -2988
- package/styles/document-editor/_layout.scss +0 -216
- package/styles/document-editor/_material-dark-definition.scss +0 -565
- package/styles/document-editor/_material-definition.scss +0 -565
- package/styles/document-editor/_material3-definition.scss +0 -560
- package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor/_tailwind-definition.scss +0 -557
- package/styles/document-editor/_theme.scss +0 -3404
- package/styles/document-editor/icons/_bootstrap-dark.scss +0 -654
- package/styles/document-editor/icons/_bootstrap.scss +0 -654
- package/styles/document-editor/icons/_bootstrap4.scss +0 -639
- package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor/icons/_bootstrap5.scss +0 -689
- package/styles/document-editor/icons/_fabric-dark.scss +0 -654
- package/styles/document-editor/icons/_fabric.scss +0 -654
- package/styles/document-editor/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor/icons/_fluent.scss +0 -687
- package/styles/document-editor/icons/_fusionnew.scss +0 -689
- package/styles/document-editor/icons/_highcontrast-light.scss +0 -659
- package/styles/document-editor/icons/_highcontrast.scss +0 -654
- package/styles/document-editor/icons/_material-dark.scss +0 -647
- package/styles/document-editor/icons/_material.scss +0 -647
- package/styles/document-editor/icons/_material3.scss +0 -689
- package/styles/document-editor/icons/_tailwind-dark.scss +0 -689
- package/styles/document-editor/icons/_tailwind.scss +0 -689
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
- package/styles/document-editor-container/_all.scss +0 -2
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap4-definition.scss +0 -143
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor-container/_bootstrap5-definition.scss +0 -153
- package/styles/document-editor-container/_definition.scss +0 -11
- package/styles/document-editor-container/_fabric-dark-definition.scss +0 -132
- package/styles/document-editor-container/_fabric-definition.scss +0 -129
- package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor-container/_fluent-definition.scss +0 -154
- package/styles/document-editor-container/_fusionnew-definition.scss +0 -153
- package/styles/document-editor-container/_highcontrast-definition.scss +0 -130
- package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -133
- package/styles/document-editor-container/_layout.scss +0 -87
- package/styles/document-editor-container/_material-dark-definition.scss +0 -131
- package/styles/document-editor-container/_material-definition.scss +0 -130
- package/styles/document-editor-container/_material3-definition.scss +0 -153
- package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor-container/_tailwind-definition.scss +0 -147
- package/styles/document-editor-container/_theme.scss +0 -2005
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -467
- package/styles/document-editor-container/icons/_bootstrap.scss +0 -467
- package/styles/document-editor-container/icons/_bootstrap4.scss +0 -467
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor-container/icons/_bootstrap5.scss +0 -494
- package/styles/document-editor-container/icons/_fabric-dark.scss +0 -468
- package/styles/document-editor-container/icons/_fabric.scss +0 -467
- package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor-container/icons/_fluent.scss +0 -493
- package/styles/document-editor-container/icons/_fusionnew.scss +0 -493
- package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -467
- package/styles/document-editor-container/icons/_highcontrast.scss +0 -467
- package/styles/document-editor-container/icons/_material-dark.scss +0 -469
- package/styles/document-editor-container/icons/_material.scss +0 -469
- package/styles/document-editor-container/icons/_material3.scss +0 -493
- package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -493
- package/styles/document-editor-container/icons/_tailwind.scss +0 -493
- package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
|
@@ -2570,7 +2570,7 @@ label[for=container_wholeWord] {
|
|
|
2570
2570
|
}
|
|
2571
2571
|
|
|
2572
2572
|
.e-de-statusbar-pageweb {
|
|
2573
|
-
background
|
|
2573
|
+
background: #fff;
|
|
2574
2574
|
border: 0;
|
|
2575
2575
|
box-shadow: none;
|
|
2576
2576
|
float: right;
|
|
@@ -2599,12 +2599,22 @@ label[for=container_wholeWord] {
|
|
|
2599
2599
|
font-size: 16px;
|
|
2600
2600
|
}
|
|
2601
2601
|
|
|
2602
|
+
.e-listview .e-list-icon {
|
|
2603
|
+
height: 24px;
|
|
2604
|
+
width: 16px;
|
|
2605
|
+
margin-right: 12px;
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2608
|
+
.e-de-listview-icon {
|
|
2609
|
+
line-height: 22px;
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2602
2612
|
.e-de-linespacing {
|
|
2603
2613
|
margin-top: 11px;
|
|
2604
2614
|
}
|
|
2605
2615
|
|
|
2606
2616
|
.e-de-statusbar-zoom {
|
|
2607
|
-
background
|
|
2617
|
+
background: #fff;
|
|
2608
2618
|
border: 0;
|
|
2609
2619
|
color: #000;
|
|
2610
2620
|
float: right;
|
|
@@ -2712,7 +2722,7 @@ label[for=container_wholeWord] {
|
|
|
2712
2722
|
|
|
2713
2723
|
.e-de-tool-ctnr-properties-pane,
|
|
2714
2724
|
.e-de-ctnr-properties-pane {
|
|
2715
|
-
background
|
|
2725
|
+
background: #fff;
|
|
2716
2726
|
border-bottom: 1px solid #000;
|
|
2717
2727
|
border-top: 1px solid #000;
|
|
2718
2728
|
}
|
|
@@ -2811,7 +2821,7 @@ label[for=container_wholeWord] {
|
|
|
2811
2821
|
margin: 0 5.5px;
|
|
2812
2822
|
}
|
|
2813
2823
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
2814
|
-
margin-left: 12px;
|
|
2824
|
+
margin-left: 12px !important;
|
|
2815
2825
|
margin-right: 6px;
|
|
2816
2826
|
}
|
|
2817
2827
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -2827,20 +2837,23 @@ label[for=container_wholeWord] {
|
|
|
2827
2837
|
}
|
|
2828
2838
|
|
|
2829
2839
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
2840
|
+
-ms-flex-direction: column;
|
|
2841
|
+
flex-direction: column;
|
|
2842
|
+
height: calc(100% - 10px);
|
|
2830
2843
|
padding: 0;
|
|
2831
|
-
padding-bottom:
|
|
2844
|
+
padding-bottom: 5px;
|
|
2832
2845
|
}
|
|
2833
2846
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
2834
2847
|
padding: 0;
|
|
2835
|
-
padding-bottom:
|
|
2848
|
+
padding-bottom: 5px;
|
|
2836
2849
|
}
|
|
2837
2850
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
2838
2851
|
padding: 0;
|
|
2839
|
-
padding-bottom:
|
|
2852
|
+
padding-bottom: 5px;
|
|
2840
2853
|
}
|
|
2841
2854
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
2842
2855
|
padding: 0;
|
|
2843
|
-
padding-bottom:
|
|
2856
|
+
padding-bottom: 5px;
|
|
2844
2857
|
}
|
|
2845
2858
|
|
|
2846
2859
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -2869,7 +2882,7 @@ label[for=container_wholeWord] {
|
|
|
2869
2882
|
}
|
|
2870
2883
|
|
|
2871
2884
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
2872
|
-
background
|
|
2885
|
+
background: #fff;
|
|
2873
2886
|
border-radius: 0;
|
|
2874
2887
|
box-shadow: none;
|
|
2875
2888
|
color: #35363b;
|
|
@@ -2911,6 +2924,7 @@ label[for=container_wholeWord] {
|
|
|
2911
2924
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
2912
2925
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2913
2926
|
padding: 0 !important;
|
|
2927
|
+
min-height: 16px;
|
|
2914
2928
|
}
|
|
2915
2929
|
|
|
2916
2930
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -3265,8 +3279,8 @@ label[for=container_wholeWord] {
|
|
|
3265
3279
|
border: 1px solid #000;
|
|
3266
3280
|
color: #000;
|
|
3267
3281
|
height: 129px;
|
|
3268
|
-
margin-left: 78px;
|
|
3269
3282
|
width: 94px;
|
|
3283
|
+
margin-left: 78px;
|
|
3270
3284
|
}
|
|
3271
3285
|
|
|
3272
3286
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -3321,7 +3335,7 @@ label[for=container_wholeWord] {
|
|
|
3321
3335
|
}
|
|
3322
3336
|
|
|
3323
3337
|
.e-de-status-bar {
|
|
3324
|
-
background
|
|
3338
|
+
background: #fff;
|
|
3325
3339
|
display: -ms-flexbox;
|
|
3326
3340
|
display: flex;
|
|
3327
3341
|
padding-top: 1.5px;
|
|
@@ -3454,8 +3468,8 @@ label[for=container_wholeWord] {
|
|
|
3454
3468
|
}
|
|
3455
3469
|
|
|
3456
3470
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
3457
|
-
height: 38px;
|
|
3458
3471
|
width: 38px;
|
|
3472
|
+
height: 38px;
|
|
3459
3473
|
}
|
|
3460
3474
|
|
|
3461
3475
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -3467,6 +3481,15 @@ label[for=container_wholeWord] {
|
|
|
3467
3481
|
width: 70px;
|
|
3468
3482
|
}
|
|
3469
3483
|
|
|
3484
|
+
.e-rtl .e-listview .e-list-icon {
|
|
3485
|
+
height: 24px;
|
|
3486
|
+
width: 16px;
|
|
3487
|
+
margin-left: 12px;
|
|
3488
|
+
}
|
|
3489
|
+
.e-rtl .e-de-listview-icon {
|
|
3490
|
+
line-height: 22px;
|
|
3491
|
+
}
|
|
3492
|
+
|
|
3470
3493
|
.e-bigger .de-split-button > div:first-child {
|
|
3471
3494
|
margin-right: 0;
|
|
3472
3495
|
}
|
|
@@ -3579,7 +3602,7 @@ label[for=container_wholeWord] {
|
|
|
3579
3602
|
margin: 0 7.5px;
|
|
3580
3603
|
}
|
|
3581
3604
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
3582
|
-
margin-left: 16px;
|
|
3605
|
+
margin-left: 16px !important;
|
|
3583
3606
|
margin-right: 8px;
|
|
3584
3607
|
}
|
|
3585
3608
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -3596,22 +3619,22 @@ label[for=container_wholeWord] {
|
|
|
3596
3619
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
3597
3620
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
3598
3621
|
padding: 0;
|
|
3599
|
-
padding-bottom:
|
|
3622
|
+
padding-bottom: 5px;
|
|
3600
3623
|
}
|
|
3601
3624
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
3602
3625
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
3603
3626
|
padding: 0;
|
|
3604
|
-
padding-bottom:
|
|
3627
|
+
padding-bottom: 5px;
|
|
3605
3628
|
}
|
|
3606
3629
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
3607
3630
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
3608
3631
|
padding: 0;
|
|
3609
|
-
padding-bottom:
|
|
3632
|
+
padding-bottom: 5px;
|
|
3610
3633
|
}
|
|
3611
3634
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
3612
3635
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
3613
3636
|
padding: 0;
|
|
3614
|
-
padding-bottom:
|
|
3637
|
+
padding-bottom: 5px;
|
|
3615
3638
|
}
|
|
3616
3639
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
3617
3640
|
padding: 0 !important;
|
|
@@ -3627,7 +3650,7 @@ label[for=container_wholeWord] {
|
|
|
3627
3650
|
width: 75px;
|
|
3628
3651
|
}
|
|
3629
3652
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
3630
|
-
background
|
|
3653
|
+
background: #fff;
|
|
3631
3654
|
border-radius: 0;
|
|
3632
3655
|
box-shadow: none;
|
|
3633
3656
|
min-height: 100%;
|
|
@@ -3655,7 +3678,7 @@ label[for=container_wholeWord] {
|
|
|
3655
3678
|
}
|
|
3656
3679
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
3657
3680
|
display: table;
|
|
3658
|
-
font-size: 12px;
|
|
3681
|
+
font-size: 12px !important;
|
|
3659
3682
|
margin: 0 6px;
|
|
3660
3683
|
padding: 0;
|
|
3661
3684
|
white-space: normal;
|
|
@@ -3811,6 +3834,22 @@ label[for=container_wholeWord] {
|
|
|
3811
3834
|
height: 0;
|
|
3812
3835
|
line-height: 0;
|
|
3813
3836
|
}
|
|
3837
|
+
.e-bigger .e-listview .e-list-icon {
|
|
3838
|
+
height: 24px;
|
|
3839
|
+
width: 16px;
|
|
3840
|
+
margin-right: 16px;
|
|
3841
|
+
}
|
|
3842
|
+
.e-bigger .e-de-listview-icon {
|
|
3843
|
+
line-height: 22px;
|
|
3844
|
+
}
|
|
3845
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
3846
|
+
height: 24px;
|
|
3847
|
+
width: 16px;
|
|
3848
|
+
margin-left: 16px;
|
|
3849
|
+
}
|
|
3850
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
3851
|
+
line-height: 22px;
|
|
3852
|
+
}
|
|
3814
3853
|
|
|
3815
3854
|
.e-de-ctn .e-de-bzr-button {
|
|
3816
3855
|
font-size: 12px;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/highcontrast-light.scss';
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
}
|
|
533
533
|
|
|
534
534
|
.e-de-statusbar-pageweb {
|
|
535
|
-
background
|
|
535
|
+
background: #000;
|
|
536
536
|
border: 0;
|
|
537
537
|
box-shadow: none;
|
|
538
538
|
float: right;
|
|
@@ -561,12 +561,22 @@
|
|
|
561
561
|
font-size: 16px;
|
|
562
562
|
}
|
|
563
563
|
|
|
564
|
+
.e-listview .e-list-icon {
|
|
565
|
+
height: 24px;
|
|
566
|
+
width: 16px;
|
|
567
|
+
margin-right: 12px;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.e-de-listview-icon {
|
|
571
|
+
line-height: 22px;
|
|
572
|
+
}
|
|
573
|
+
|
|
564
574
|
.e-de-linespacing {
|
|
565
575
|
margin-top: 11px;
|
|
566
576
|
}
|
|
567
577
|
|
|
568
578
|
.e-de-statusbar-zoom {
|
|
569
|
-
background
|
|
579
|
+
background: #000;
|
|
570
580
|
border: 0;
|
|
571
581
|
color: #fff;
|
|
572
582
|
float: right;
|
|
@@ -674,7 +684,7 @@
|
|
|
674
684
|
|
|
675
685
|
.e-de-tool-ctnr-properties-pane,
|
|
676
686
|
.e-de-ctnr-properties-pane {
|
|
677
|
-
background
|
|
687
|
+
background: #000;
|
|
678
688
|
border-bottom: 1px solid #fff;
|
|
679
689
|
border-top: 1px solid #fff;
|
|
680
690
|
}
|
|
@@ -773,7 +783,7 @@
|
|
|
773
783
|
margin: 0 5.5px;
|
|
774
784
|
}
|
|
775
785
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
776
|
-
margin-left: 12px;
|
|
786
|
+
margin-left: 12px !important;
|
|
777
787
|
margin-right: 6px;
|
|
778
788
|
}
|
|
779
789
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -789,20 +799,23 @@
|
|
|
789
799
|
}
|
|
790
800
|
|
|
791
801
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
802
|
+
-ms-flex-direction: column;
|
|
803
|
+
flex-direction: column;
|
|
804
|
+
height: calc(100% - 10px);
|
|
792
805
|
padding: 0;
|
|
793
|
-
padding-bottom:
|
|
806
|
+
padding-bottom: 5px;
|
|
794
807
|
}
|
|
795
808
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
796
809
|
padding: 0;
|
|
797
|
-
padding-bottom:
|
|
810
|
+
padding-bottom: 5px;
|
|
798
811
|
}
|
|
799
812
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
800
813
|
padding: 0;
|
|
801
|
-
padding-bottom:
|
|
814
|
+
padding-bottom: 5px;
|
|
802
815
|
}
|
|
803
816
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
804
817
|
padding: 0;
|
|
805
|
-
padding-bottom:
|
|
818
|
+
padding-bottom: 5px;
|
|
806
819
|
}
|
|
807
820
|
|
|
808
821
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -831,7 +844,7 @@
|
|
|
831
844
|
}
|
|
832
845
|
|
|
833
846
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
834
|
-
background
|
|
847
|
+
background: #000;
|
|
835
848
|
border-radius: 0;
|
|
836
849
|
box-shadow: none;
|
|
837
850
|
color: #ffd939;
|
|
@@ -873,6 +886,7 @@
|
|
|
873
886
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
874
887
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
875
888
|
padding: 0 !important;
|
|
889
|
+
min-height: 16px;
|
|
876
890
|
}
|
|
877
891
|
|
|
878
892
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -1236,8 +1250,8 @@
|
|
|
1236
1250
|
border: 1px solid #fff;
|
|
1237
1251
|
color: #fff;
|
|
1238
1252
|
height: 129px;
|
|
1239
|
-
margin-left: 78px;
|
|
1240
1253
|
width: 94px;
|
|
1254
|
+
margin-left: 78px;
|
|
1241
1255
|
}
|
|
1242
1256
|
|
|
1243
1257
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -1292,7 +1306,7 @@
|
|
|
1292
1306
|
}
|
|
1293
1307
|
|
|
1294
1308
|
.e-de-status-bar {
|
|
1295
|
-
background
|
|
1309
|
+
background: #000;
|
|
1296
1310
|
display: -ms-flexbox;
|
|
1297
1311
|
display: flex;
|
|
1298
1312
|
padding-top: 1.5px;
|
|
@@ -1425,8 +1439,8 @@
|
|
|
1425
1439
|
}
|
|
1426
1440
|
|
|
1427
1441
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
1428
|
-
height: 38px;
|
|
1429
1442
|
width: 38px;
|
|
1443
|
+
height: 38px;
|
|
1430
1444
|
}
|
|
1431
1445
|
|
|
1432
1446
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -1438,6 +1452,15 @@
|
|
|
1438
1452
|
width: 70px;
|
|
1439
1453
|
}
|
|
1440
1454
|
|
|
1455
|
+
.e-rtl .e-listview .e-list-icon {
|
|
1456
|
+
height: 24px;
|
|
1457
|
+
width: 16px;
|
|
1458
|
+
margin-left: 12px;
|
|
1459
|
+
}
|
|
1460
|
+
.e-rtl .e-de-listview-icon {
|
|
1461
|
+
line-height: 22px;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1441
1464
|
.e-bigger .de-split-button > div:first-child {
|
|
1442
1465
|
margin-right: 0;
|
|
1443
1466
|
}
|
|
@@ -1550,7 +1573,7 @@
|
|
|
1550
1573
|
margin: 0 7.5px;
|
|
1551
1574
|
}
|
|
1552
1575
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
1553
|
-
margin-left: 16px;
|
|
1576
|
+
margin-left: 16px !important;
|
|
1554
1577
|
margin-right: 8px;
|
|
1555
1578
|
}
|
|
1556
1579
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -1567,22 +1590,22 @@
|
|
|
1567
1590
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1568
1591
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1569
1592
|
padding: 0;
|
|
1570
|
-
padding-bottom:
|
|
1593
|
+
padding-bottom: 5px;
|
|
1571
1594
|
}
|
|
1572
1595
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1573
1596
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1574
1597
|
padding: 0;
|
|
1575
|
-
padding-bottom:
|
|
1598
|
+
padding-bottom: 5px;
|
|
1576
1599
|
}
|
|
1577
1600
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1578
1601
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1579
1602
|
padding: 0;
|
|
1580
|
-
padding-bottom:
|
|
1603
|
+
padding-bottom: 5px;
|
|
1581
1604
|
}
|
|
1582
1605
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1583
1606
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1584
1607
|
padding: 0;
|
|
1585
|
-
padding-bottom:
|
|
1608
|
+
padding-bottom: 5px;
|
|
1586
1609
|
}
|
|
1587
1610
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1588
1611
|
padding: 0 !important;
|
|
@@ -1598,7 +1621,7 @@
|
|
|
1598
1621
|
width: 75px;
|
|
1599
1622
|
}
|
|
1600
1623
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
1601
|
-
background
|
|
1624
|
+
background: #000;
|
|
1602
1625
|
border-radius: 0;
|
|
1603
1626
|
box-shadow: none;
|
|
1604
1627
|
min-height: 100%;
|
|
@@ -1626,7 +1649,7 @@
|
|
|
1626
1649
|
}
|
|
1627
1650
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1628
1651
|
display: table;
|
|
1629
|
-
font-size: 12px;
|
|
1652
|
+
font-size: 12px !important;
|
|
1630
1653
|
margin: 0 6px;
|
|
1631
1654
|
padding: 0;
|
|
1632
1655
|
white-space: normal;
|
|
@@ -1782,6 +1805,22 @@
|
|
|
1782
1805
|
height: 0;
|
|
1783
1806
|
line-height: 0;
|
|
1784
1807
|
}
|
|
1808
|
+
.e-bigger .e-listview .e-list-icon {
|
|
1809
|
+
height: 24px;
|
|
1810
|
+
width: 16px;
|
|
1811
|
+
margin-right: 16px;
|
|
1812
|
+
}
|
|
1813
|
+
.e-bigger .e-de-listview-icon {
|
|
1814
|
+
line-height: 22px;
|
|
1815
|
+
}
|
|
1816
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
1817
|
+
height: 24px;
|
|
1818
|
+
width: 16px;
|
|
1819
|
+
margin-left: 16px;
|
|
1820
|
+
}
|
|
1821
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
1822
|
+
line-height: 22px;
|
|
1823
|
+
}
|
|
1785
1824
|
|
|
1786
1825
|
.e-de-ctn .e-de-bzr-button {
|
|
1787
1826
|
font-size: 12px;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/highcontrast-definition.scss';
|
|
3
|
-
@import 'highcontrast-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/highcontrast.scss';
|
|
@@ -535,7 +535,7 @@
|
|
|
535
535
|
}
|
|
536
536
|
|
|
537
537
|
.e-de-statusbar-pageweb {
|
|
538
|
-
background
|
|
538
|
+
background: #303030;
|
|
539
539
|
border: 0;
|
|
540
540
|
box-shadow: none;
|
|
541
541
|
float: right;
|
|
@@ -564,12 +564,22 @@
|
|
|
564
564
|
font-size: 16px;
|
|
565
565
|
}
|
|
566
566
|
|
|
567
|
+
.e-listview .e-list-icon {
|
|
568
|
+
height: 24px;
|
|
569
|
+
width: 16px;
|
|
570
|
+
margin-right: 12px;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.e-de-listview-icon {
|
|
574
|
+
line-height: 22px;
|
|
575
|
+
}
|
|
576
|
+
|
|
567
577
|
.e-de-linespacing {
|
|
568
578
|
margin-top: 11px;
|
|
569
579
|
}
|
|
570
580
|
|
|
571
581
|
.e-de-statusbar-zoom {
|
|
572
|
-
background
|
|
582
|
+
background: #303030;
|
|
573
583
|
border: 0;
|
|
574
584
|
color: #fff;
|
|
575
585
|
float: right;
|
|
@@ -677,7 +687,7 @@
|
|
|
677
687
|
|
|
678
688
|
.e-de-tool-ctnr-properties-pane,
|
|
679
689
|
.e-de-ctnr-properties-pane {
|
|
680
|
-
background
|
|
690
|
+
background: #303030;
|
|
681
691
|
border-bottom: 1px solid #616161;
|
|
682
692
|
border-top: 1px solid #616161;
|
|
683
693
|
}
|
|
@@ -776,7 +786,7 @@
|
|
|
776
786
|
margin: 0 5.5px;
|
|
777
787
|
}
|
|
778
788
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
779
|
-
margin-left: 12px;
|
|
789
|
+
margin-left: 12px !important;
|
|
780
790
|
margin-right: 6px;
|
|
781
791
|
}
|
|
782
792
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -792,20 +802,23 @@
|
|
|
792
802
|
}
|
|
793
803
|
|
|
794
804
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
|
|
805
|
+
-ms-flex-direction: column;
|
|
806
|
+
flex-direction: column;
|
|
807
|
+
height: calc(100% - 10px);
|
|
795
808
|
padding: 0;
|
|
796
|
-
padding-bottom:
|
|
809
|
+
padding-bottom: 5px;
|
|
797
810
|
}
|
|
798
811
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
|
|
799
812
|
padding: 0;
|
|
800
|
-
padding-bottom:
|
|
813
|
+
padding-bottom: 5px;
|
|
801
814
|
}
|
|
802
815
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
|
|
803
816
|
padding: 0;
|
|
804
|
-
padding-bottom:
|
|
817
|
+
padding-bottom: 5px;
|
|
805
818
|
}
|
|
806
819
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
807
820
|
padding: 0;
|
|
808
|
-
padding-bottom:
|
|
821
|
+
padding-bottom: 5px;
|
|
809
822
|
}
|
|
810
823
|
|
|
811
824
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
@@ -834,7 +847,7 @@
|
|
|
834
847
|
}
|
|
835
848
|
|
|
836
849
|
.e-de-ctnr-properties-pane-btn .e-btn {
|
|
837
|
-
background
|
|
850
|
+
background: #212121;
|
|
838
851
|
border-radius: 0;
|
|
839
852
|
box-shadow: none;
|
|
840
853
|
color: #3f51b5;
|
|
@@ -876,6 +889,7 @@
|
|
|
876
889
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
877
890
|
.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
878
891
|
padding: 0 !important;
|
|
892
|
+
min-height: 16px;
|
|
879
893
|
}
|
|
880
894
|
|
|
881
895
|
.e-de-hdr-ftr-frst-div {
|
|
@@ -1230,8 +1244,8 @@
|
|
|
1230
1244
|
border: 1px solid #616161;
|
|
1231
1245
|
color: #9e9e9e;
|
|
1232
1246
|
height: 129px;
|
|
1233
|
-
margin-left: 78px;
|
|
1234
1247
|
width: 94px;
|
|
1248
|
+
margin-left: 78px;
|
|
1235
1249
|
}
|
|
1236
1250
|
|
|
1237
1251
|
.e-de-toc-template1.e-de-rtl {
|
|
@@ -1286,7 +1300,7 @@
|
|
|
1286
1300
|
}
|
|
1287
1301
|
|
|
1288
1302
|
.e-de-status-bar {
|
|
1289
|
-
background
|
|
1303
|
+
background: #303030;
|
|
1290
1304
|
display: -ms-flexbox;
|
|
1291
1305
|
display: flex;
|
|
1292
1306
|
padding-top: 2.5px;
|
|
@@ -1419,8 +1433,8 @@
|
|
|
1419
1433
|
}
|
|
1420
1434
|
|
|
1421
1435
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
1422
|
-
height: 38px;
|
|
1423
1436
|
width: 38px;
|
|
1437
|
+
height: 38px;
|
|
1424
1438
|
}
|
|
1425
1439
|
|
|
1426
1440
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
@@ -1432,6 +1446,15 @@
|
|
|
1432
1446
|
width: 70px;
|
|
1433
1447
|
}
|
|
1434
1448
|
|
|
1449
|
+
.e-rtl .e-listview .e-list-icon {
|
|
1450
|
+
height: 24px;
|
|
1451
|
+
width: 16px;
|
|
1452
|
+
margin-left: 12px;
|
|
1453
|
+
}
|
|
1454
|
+
.e-rtl .e-de-listview-icon {
|
|
1455
|
+
line-height: 22px;
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1435
1458
|
.e-bigger .de-split-button > div:first-child {
|
|
1436
1459
|
margin-right: 0;
|
|
1437
1460
|
}
|
|
@@ -1544,7 +1567,7 @@
|
|
|
1544
1567
|
margin: 0 7.5px;
|
|
1545
1568
|
}
|
|
1546
1569
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
1547
|
-
margin-left: 16px;
|
|
1570
|
+
margin-left: 16px !important;
|
|
1548
1571
|
margin-right: 8px;
|
|
1549
1572
|
}
|
|
1550
1573
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
|
|
@@ -1561,22 +1584,22 @@
|
|
|
1561
1584
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1562
1585
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1563
1586
|
padding: 0;
|
|
1564
|
-
padding-bottom:
|
|
1587
|
+
padding-bottom: 5px;
|
|
1565
1588
|
}
|
|
1566
1589
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1567
1590
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1568
1591
|
padding: 0;
|
|
1569
|
-
padding-bottom:
|
|
1592
|
+
padding-bottom: 5px;
|
|
1570
1593
|
}
|
|
1571
1594
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1572
1595
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1573
1596
|
padding: 0;
|
|
1574
|
-
padding-bottom:
|
|
1597
|
+
padding-bottom: 5px;
|
|
1575
1598
|
}
|
|
1576
1599
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1577
1600
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1578
1601
|
padding: 0;
|
|
1579
|
-
padding-bottom:
|
|
1602
|
+
padding-bottom: 5px;
|
|
1580
1603
|
}
|
|
1581
1604
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
|
|
1582
1605
|
padding: 0 !important;
|
|
@@ -1592,7 +1615,7 @@
|
|
|
1592
1615
|
width: 75px;
|
|
1593
1616
|
}
|
|
1594
1617
|
.e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
|
|
1595
|
-
background
|
|
1618
|
+
background: #212121;
|
|
1596
1619
|
border-radius: 0;
|
|
1597
1620
|
box-shadow: none;
|
|
1598
1621
|
min-height: 100%;
|
|
@@ -1620,7 +1643,7 @@
|
|
|
1620
1643
|
}
|
|
1621
1644
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1622
1645
|
display: table;
|
|
1623
|
-
font-size: 12px;
|
|
1646
|
+
font-size: 12px !important;
|
|
1624
1647
|
margin: 0 6px;
|
|
1625
1648
|
padding: 0;
|
|
1626
1649
|
white-space: normal;
|
|
@@ -1776,6 +1799,22 @@
|
|
|
1776
1799
|
height: 0;
|
|
1777
1800
|
line-height: 0;
|
|
1778
1801
|
}
|
|
1802
|
+
.e-bigger .e-listview .e-list-icon {
|
|
1803
|
+
height: 24px;
|
|
1804
|
+
width: 16px;
|
|
1805
|
+
margin-right: 12px;
|
|
1806
|
+
}
|
|
1807
|
+
.e-bigger .e-de-listview-icon {
|
|
1808
|
+
line-height: 22px;
|
|
1809
|
+
}
|
|
1810
|
+
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
1811
|
+
height: 24px;
|
|
1812
|
+
width: 16px;
|
|
1813
|
+
margin-left: 12px;
|
|
1814
|
+
}
|
|
1815
|
+
.e-bigger .e-rtl .e-de-listview-icon {
|
|
1816
|
+
line-height: 22px;
|
|
1817
|
+
}
|
|
1779
1818
|
|
|
1780
1819
|
.e-de-ctn .e-de-bzr-button {
|
|
1781
1820
|
font-size: 12px;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/material-dark-definition.scss';
|
|
3
|
-
@import 'material-dark-definition.scss';
|
|
4
|
-
@import 'icons/material-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/material-dark.scss';
|