@syncfusion/ej2-vue-documenteditor 20.4.54 → 21.1.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/CHANGELOG.md +208 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
  4. package/dist/ej2-vue-documenteditor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-documenteditor.es2015.js +240 -282
  6. package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-documenteditor.es5.js +261 -313
  8. package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  10. package/package.json +11 -10
  11. package/src/document-editor/documenteditor.component.d.ts +3 -50
  12. package/src/document-editor/documenteditor.component.js +168 -197
  13. package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -26
  14. package/src/document-editor-container/documenteditorcontainer.component.js +96 -125
  15. package/styles/bootstrap-dark.css +167 -58
  16. package/styles/bootstrap.css +167 -54
  17. package/styles/bootstrap4.css +185 -65
  18. package/styles/bootstrap5-dark.css +187 -74
  19. package/styles/bootstrap5.css +187 -74
  20. package/styles/document-editor/bootstrap-dark.css +13 -2
  21. package/styles/document-editor/bootstrap.css +17 -2
  22. package/styles/document-editor/bootstrap4.css +23 -4
  23. package/styles/document-editor/bootstrap5-dark.css +32 -17
  24. package/styles/document-editor/bootstrap5.css +32 -17
  25. package/styles/document-editor/fabric-dark.css +13 -2
  26. package/styles/document-editor/fabric.css +17 -2
  27. package/styles/document-editor/fluent-dark.css +47 -27
  28. package/styles/document-editor/fluent.css +47 -27
  29. package/styles/document-editor/highcontrast-light.css +5 -0
  30. package/styles/document-editor/highcontrast.css +13 -2
  31. package/styles/document-editor/material-dark.css +13 -2
  32. package/styles/document-editor/material.css +13 -2
  33. package/styles/document-editor/material3-dark.css +3971 -0
  34. package/styles/document-editor/material3-dark.scss +2 -0
  35. package/styles/document-editor/material3.css +4027 -0
  36. package/styles/document-editor/material3.scss +2 -0
  37. package/styles/document-editor/tailwind-dark.css +29 -17
  38. package/styles/document-editor/tailwind.css +32 -17
  39. package/styles/document-editor-container/bootstrap-dark.css +154 -56
  40. package/styles/document-editor-container/bootstrap.css +150 -52
  41. package/styles/document-editor-container/bootstrap4.css +162 -61
  42. package/styles/document-editor-container/bootstrap5-dark.css +155 -57
  43. package/styles/document-editor-container/bootstrap5.css +155 -57
  44. package/styles/document-editor-container/fabric-dark.css +154 -56
  45. package/styles/document-editor-container/fabric.css +154 -56
  46. package/styles/document-editor-container/fluent-dark.css +159 -64
  47. package/styles/document-editor-container/fluent.css +159 -64
  48. package/styles/document-editor-container/highcontrast-light.css +154 -56
  49. package/styles/document-editor-container/highcontrast.css +154 -56
  50. package/styles/document-editor-container/material-dark.css +159 -61
  51. package/styles/document-editor-container/material.css +154 -55
  52. package/styles/document-editor-container/material3-dark.css +2178 -0
  53. package/styles/document-editor-container/material3-dark.scss +2 -0
  54. package/styles/document-editor-container/material3.css +2234 -0
  55. package/styles/document-editor-container/material3.scss +2 -0
  56. package/styles/document-editor-container/tailwind-dark.css +153 -55
  57. package/styles/document-editor-container/tailwind.css +153 -55
  58. package/styles/fabric-dark.css +167 -58
  59. package/styles/fabric.css +171 -58
  60. package/styles/fluent-dark.css +206 -91
  61. package/styles/fluent.css +206 -91
  62. package/styles/highcontrast-light.css +159 -56
  63. package/styles/highcontrast.css +167 -58
  64. package/styles/material-dark.css +172 -63
  65. package/styles/material.css +167 -57
  66. package/styles/material3-dark.css +6150 -0
  67. package/styles/material3-dark.scss +3 -0
  68. package/styles/material3.css +6261 -0
  69. package/styles/material3.scss +3 -0
  70. package/styles/tailwind-dark.css +182 -72
  71. package/styles/tailwind.css +185 -72
@@ -2437,6 +2437,21 @@ label[for=container_wholeWord] {
2437
2437
  font-family: "e-icons";
2438
2438
  }
2439
2439
 
2440
+ .e-de-e-paragraph-style-mark::before {
2441
+ content: "\e353";
2442
+ font-family: "e-icons";
2443
+ }
2444
+
2445
+ .e-de-e-character-style-mark::before {
2446
+ content: "\e980";
2447
+ font-family: "e-icons";
2448
+ }
2449
+
2450
+ .e-de-e-linked-style-mark::before {
2451
+ content: "\e981";
2452
+ font-family: "e-icons";
2453
+ }
2454
+
2440
2455
  .e-de-ctnr-columns::before {
2441
2456
  content: "\e968";
2442
2457
  font-family: "e-icons";
@@ -2569,8 +2584,48 @@ label[for=container_wholeWord] {
2569
2584
  height: 100%;
2570
2585
  }
2571
2586
 
2587
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
2588
+ box-shadow: none;
2589
+ height: 32px;
2590
+ }
2591
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
2592
+ box-shadow: none;
2593
+ }
2594
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
2595
+ box-shadow: none;
2596
+ }
2597
+ .e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
2598
+ box-shadow: none;
2599
+ }
2600
+
2601
+ .e-de-ctnr-group-btn-middle button {
2602
+ border-radius: 0px;
2603
+ }
2604
+
2605
+ .de-tbl-fill-clr .e-dropdown-btn.e-btn {
2606
+ box-shadow: none;
2607
+ }
2608
+
2609
+ .e-de-prop-pane .e-de-ctnr-group-btn button,
2610
+ .e-de-ctn .e-de-status-bar button {
2611
+ box-shadow: none;
2612
+ height: 32px;
2613
+ }
2614
+ .e-de-prop-pane .e-de-ctnr-group-btn button:focus,
2615
+ .e-de-ctn .e-de-status-bar button:focus {
2616
+ box-shadow: none;
2617
+ }
2618
+ .e-de-prop-pane .e-de-ctnr-group-btn button:active,
2619
+ .e-de-ctn .e-de-status-bar button:active {
2620
+ box-shadow: none;
2621
+ }
2622
+ .e-de-prop-pane .e-de-ctnr-group-btn button:hover,
2623
+ .e-de-ctn .e-de-status-bar button:hover {
2624
+ box-shadow: none;
2625
+ }
2626
+
2572
2627
  .e-de-statusbar-pageweb {
2573
- background-color: #fff;
2628
+ background: #fff;
2574
2629
  border: 0;
2575
2630
  box-shadow: none;
2576
2631
  float: right;
@@ -2599,12 +2654,25 @@ label[for=container_wholeWord] {
2599
2654
  font-size: 16px;
2600
2655
  }
2601
2656
 
2657
+ .e-listview .e-list-icon {
2658
+ height: 24px;
2659
+ width: 16px;
2660
+ margin-right: 12px;
2661
+ }
2662
+
2663
+ .e-de-listview-icon {
2664
+ height: auto;
2665
+ width: auto;
2666
+ line-height: 22px;
2667
+ margin-right: 12px;
2668
+ }
2669
+
2602
2670
  .e-de-linespacing {
2603
2671
  margin-top: 11px;
2604
2672
  }
2605
2673
 
2606
2674
  .e-de-statusbar-zoom {
2607
- background-color: #fff;
2675
+ background: #fff;
2608
2676
  border: 0;
2609
2677
  color: #000;
2610
2678
  float: right;
@@ -2667,14 +2735,22 @@ label[for=container_wholeWord] {
2667
2735
  .e-de-statusbar-separator {
2668
2736
  border-left: 1px solid #dadada;
2669
2737
  height: 16px;
2670
- margin-left: 15.5;
2738
+ margin-left: 7.5px;
2739
+ margin-right: 7.5px;
2740
+ margin-top: 10px;
2741
+ }
2742
+
2743
+ .e-bigger .e-de-statusbar-separator {
2744
+ border-left: 1px solid #dadada;
2745
+ height: 16px;
2746
+ margin-left: 7.5px;
2747
+ margin-right: 7.5px;
2671
2748
  margin-top: 10px;
2672
2749
  }
2673
2750
 
2674
2751
  .e-de-statusbar-spellcheck {
2675
2752
  border-radius: 2px;
2676
2753
  font-weight: 400;
2677
- margin-left: 7.5px;
2678
2754
  }
2679
2755
 
2680
2756
  .e-de-ctn {
@@ -2687,7 +2763,6 @@ label[for=container_wholeWord] {
2687
2763
 
2688
2764
  .e-bigger .e-de-statusbar-spellcheck {
2689
2765
  border-radius: 2px;
2690
- margin-left: 7.5px;
2691
2766
  }
2692
2767
 
2693
2768
  .e-de-ctnr-toolbar {
@@ -2712,7 +2787,7 @@ label[for=container_wholeWord] {
2712
2787
 
2713
2788
  .e-de-tool-ctnr-properties-pane,
2714
2789
  .e-de-ctnr-properties-pane {
2715
- background-color: #fff;
2790
+ background: #fff;
2716
2791
  border-bottom: 1px solid #000;
2717
2792
  border-top: 1px solid #000;
2718
2793
  }
@@ -2811,7 +2886,7 @@ label[for=container_wholeWord] {
2811
2886
  margin: 0 5.5px;
2812
2887
  }
2813
2888
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
2814
- margin-left: 12px;
2889
+ margin-left: 12px !important;
2815
2890
  margin-right: 6px;
2816
2891
  }
2817
2892
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -2827,20 +2902,23 @@ label[for=container_wholeWord] {
2827
2902
  }
2828
2903
 
2829
2904
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2905
+ -ms-flex-direction: column;
2906
+ flex-direction: column;
2907
+ height: calc(100% - 10px);
2830
2908
  padding: 0;
2831
- padding-bottom: 6px;
2909
+ padding-bottom: 5px;
2832
2910
  }
2833
2911
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
2834
2912
  padding: 0;
2835
- padding-bottom: 6px;
2913
+ padding-bottom: 5px;
2836
2914
  }
2837
2915
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
2838
2916
  padding: 0;
2839
- padding-bottom: 6px;
2917
+ padding-bottom: 5px;
2840
2918
  }
2841
2919
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
2842
2920
  padding: 0;
2843
- padding-bottom: 6px;
2921
+ padding-bottom: 5px;
2844
2922
  }
2845
2923
 
2846
2924
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -2869,7 +2947,7 @@ label[for=container_wholeWord] {
2869
2947
  }
2870
2948
 
2871
2949
  .e-de-ctnr-properties-pane-btn .e-btn {
2872
- background-color: #fff;
2950
+ background: #fff;
2873
2951
  border-radius: 0;
2874
2952
  box-shadow: none;
2875
2953
  color: #35363b;
@@ -2911,6 +2989,7 @@ label[for=container_wholeWord] {
2911
2989
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
2912
2990
  .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
2991
  padding: 0 !important;
2992
+ min-height: 16px;
2914
2993
  }
2915
2994
 
2916
2995
  .e-de-hdr-ftr-frst-div {
@@ -2933,6 +3012,7 @@ label[for=container_wholeWord] {
2933
3012
  }
2934
3013
 
2935
3014
  .e-de-review-pane {
3015
+ background: #fff;
2936
3016
  border-left: 1px solid #e1e1e1;
2937
3017
  height: 100%;
2938
3018
  min-height: 200px;
@@ -2950,34 +3030,6 @@ label[for=container_wholeWord] {
2950
3030
  width: 272px;
2951
3031
  }
2952
3032
 
2953
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
2954
- box-shadow: none;
2955
- height: 32px;
2956
- }
2957
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
2958
- box-shadow: none;
2959
- }
2960
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
2961
- box-shadow: none;
2962
- }
2963
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
2964
- box-shadow: none;
2965
- }
2966
-
2967
- .e-de-ctnr-group-btn button {
2968
- box-shadow: none;
2969
- height: 32px;
2970
- }
2971
- .e-de-ctnr-group-btn button:focus {
2972
- box-shadow: none;
2973
- }
2974
- .e-de-ctnr-group-btn button:active {
2975
- box-shadow: none;
2976
- }
2977
- .e-de-ctnr-group-btn button:hover {
2978
- box-shadow: none;
2979
- }
2980
-
2981
3033
  .e-de-property-div-padding {
2982
3034
  border-bottom: 0.5px solid #e0e0e0;
2983
3035
  padding: 12.5px;
@@ -3101,7 +3153,7 @@ label[for=container_wholeWord] {
3101
3153
  }
3102
3154
 
3103
3155
  .e-de-list-header-presetmenu .e-de-list-line {
3104
- border-bottom: 1px solid #ccc;
3156
+ border-bottom: 1px solid #ccc !important;
3105
3157
  margin-left: 5px;
3106
3158
  width: 100%;
3107
3159
  }
@@ -3170,10 +3222,10 @@ label[for=container_wholeWord] {
3170
3222
  }
3171
3223
 
3172
3224
  .e-de-list-container {
3173
- background: #fff;
3174
3225
  border: 1px solid #ccc;
3175
3226
  border-radius: 2px;
3176
3227
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
3228
+ background: #fff;
3177
3229
  box-sizing: border-box;
3178
3230
  display: inline-block;
3179
3231
  line-height: normal;
@@ -3265,8 +3317,8 @@ label[for=container_wholeWord] {
3265
3317
  border: 1px solid #000;
3266
3318
  color: #000;
3267
3319
  height: 129px;
3268
- margin-left: 78px;
3269
3320
  width: 94px;
3321
+ margin-left: 78px;
3270
3322
  }
3271
3323
 
3272
3324
  .e-de-toc-template1.e-de-rtl {
@@ -3321,7 +3373,7 @@ label[for=container_wholeWord] {
3321
3373
  }
3322
3374
 
3323
3375
  .e-de-status-bar {
3324
- background-color: #fff;
3376
+ background: #fff;
3325
3377
  display: -ms-flexbox;
3326
3378
  display: flex;
3327
3379
  padding-top: 1.5px;
@@ -3446,7 +3498,7 @@ label[for=container_wholeWord] {
3446
3498
  }
3447
3499
 
3448
3500
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
3449
- height: 38px !important;
3501
+ height: 36px !important;
3450
3502
  }
3451
3503
 
3452
3504
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -3454,8 +3506,8 @@ label[for=container_wholeWord] {
3454
3506
  }
3455
3507
 
3456
3508
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
3457
- height: 38px;
3458
3509
  width: 38px;
3510
+ height: 38px;
3459
3511
  }
3460
3512
 
3461
3513
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -3467,6 +3519,18 @@ label[for=container_wholeWord] {
3467
3519
  width: 70px;
3468
3520
  }
3469
3521
 
3522
+ .e-rtl .e-listview .e-list-icon {
3523
+ height: 24px;
3524
+ width: 16px;
3525
+ margin-left: 12px;
3526
+ }
3527
+ .e-rtl .e-de-listview-icon {
3528
+ height: auto;
3529
+ width: auto;
3530
+ line-height: 22px;
3531
+ margin-left: 12px;
3532
+ }
3533
+
3470
3534
  .e-bigger .de-split-button > div:first-child {
3471
3535
  margin-right: 0;
3472
3536
  }
@@ -3575,11 +3639,10 @@ label[for=container_wholeWord] {
3575
3639
  height: 82px;
3576
3640
  }
3577
3641
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
3578
- height: 25px;
3579
3642
  margin: 0 7.5px;
3580
3643
  }
3581
3644
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
3582
- margin-left: 16px;
3645
+ margin-left: 16px !important;
3583
3646
  margin-right: 8px;
3584
3647
  }
3585
3648
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -3596,22 +3659,22 @@ label[for=container_wholeWord] {
3596
3659
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
3597
3660
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
3598
3661
  padding: 0;
3599
- padding-bottom: 6px;
3662
+ padding-bottom: 5px;
3600
3663
  }
3601
3664
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
3602
3665
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
3603
3666
  padding: 0;
3604
- padding-bottom: 6px;
3667
+ padding-bottom: 5px;
3605
3668
  }
3606
3669
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
3607
3670
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
3608
3671
  padding: 0;
3609
- padding-bottom: 6px;
3672
+ padding-bottom: 5px;
3610
3673
  }
3611
3674
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
3612
3675
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
3613
3676
  padding: 0;
3614
- padding-bottom: 6px;
3677
+ padding-bottom: 5px;
3615
3678
  }
3616
3679
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
3617
3680
  padding: 0 !important;
@@ -3627,7 +3690,7 @@ label[for=container_wholeWord] {
3627
3690
  width: 75px;
3628
3691
  }
3629
3692
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
3630
- background-color: #fff;
3693
+ background: #fff;
3631
3694
  border-radius: 0;
3632
3695
  box-shadow: none;
3633
3696
  min-height: 100%;
@@ -3655,7 +3718,7 @@ label[for=container_wholeWord] {
3655
3718
  }
3656
3719
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
3657
3720
  display: table;
3658
- font-size: 12px;
3721
+ font-size: 12px !important;
3659
3722
  margin: 0 6px;
3660
3723
  padding: 0;
3661
3724
  white-space: normal;
@@ -3677,6 +3740,19 @@ label[for=container_wholeWord] {
3677
3740
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
3678
3741
  box-shadow: none;
3679
3742
  }
3743
+ .e-bigger .e-de-status-bar button {
3744
+ height: 38px;
3745
+ box-shadow: none;
3746
+ }
3747
+ .e-bigger .e-de-status-bar button:focus {
3748
+ box-shadow: none;
3749
+ }
3750
+ .e-bigger .e-de-status-bar button:active {
3751
+ box-shadow: none;
3752
+ }
3753
+ .e-bigger .e-de-status-bar button:hover {
3754
+ box-shadow: none;
3755
+ }
3680
3756
  .e-bigger .e-de-ctnr-group-btn button {
3681
3757
  box-shadow: none;
3682
3758
  height: 38px;
@@ -3790,18 +3866,18 @@ label[for=container_wholeWord] {
3790
3866
  margin-left: 10px;
3791
3867
  }
3792
3868
  .e-bigger .e-de-status-bar {
3793
- background-color: #fff;
3869
+ background: #fff;
3794
3870
  display: -ms-flexbox;
3795
3871
  display: flex;
3796
3872
  padding-top: 1.5px;
3797
3873
  width: 100%;
3798
3874
  }
3799
3875
  .e-bigger .e-de-statusbar-zoom {
3800
- background-color: #fff;
3801
3876
  border: 0;
3802
3877
  color: #000;
3803
3878
  float: right;
3804
3879
  height: 34px;
3880
+ background-color: #fff;
3805
3881
  }
3806
3882
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
3807
3883
  line-height: 25px;
@@ -3811,6 +3887,28 @@ label[for=container_wholeWord] {
3811
3887
  height: 0;
3812
3888
  line-height: 0;
3813
3889
  }
3890
+ .e-bigger .e-listview .e-list-icon {
3891
+ height: 24px;
3892
+ width: 16px;
3893
+ margin-right: 16px;
3894
+ }
3895
+ .e-bigger .e-de-listview-icon {
3896
+ height: auto;
3897
+ width: auto;
3898
+ line-height: 22px;
3899
+ margin-right: 16px;
3900
+ }
3901
+ .e-bigger .e-rtl .e-listview .e-list-icon {
3902
+ height: 24px;
3903
+ width: 16px;
3904
+ margin-left: 16px;
3905
+ }
3906
+ .e-bigger .e-rtl .e-de-listview-icon {
3907
+ height: auto;
3908
+ width: auto;
3909
+ line-height: 22px;
3910
+ margin-left: 16px;
3911
+ }
3814
3912
 
3815
3913
  .e-de-ctn .e-de-bzr-button {
3816
3914
  font-size: 12px;