@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/material.css
CHANGED
|
@@ -663,16 +663,6 @@
|
|
|
663
663
|
display: block;
|
|
664
664
|
}
|
|
665
665
|
|
|
666
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
667
|
-
height: 14px;
|
|
668
|
-
line-height: 6px;
|
|
669
|
-
width: 14px;
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
673
|
-
font-size: 12px;
|
|
674
|
-
}
|
|
675
|
-
|
|
676
666
|
.e-documenteditor .e-de-op-close-button {
|
|
677
667
|
left: 267px;
|
|
678
668
|
position: absolute;
|
|
@@ -707,7 +697,6 @@
|
|
|
707
697
|
|
|
708
698
|
.e-de-ff-dlg-heading-small {
|
|
709
699
|
display: block;
|
|
710
|
-
font-size: 14px;
|
|
711
700
|
font-weight: 400;
|
|
712
701
|
margin-bottom: 4px;
|
|
713
702
|
}
|
|
@@ -1346,10 +1335,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1346
1335
|
.e-de-row-ht-top,
|
|
1347
1336
|
.e-de-cell-ht-top {
|
|
1348
1337
|
padding: 0 20px;
|
|
1338
|
+
width: 160px;
|
|
1349
1339
|
}
|
|
1350
1340
|
|
|
1351
1341
|
.e-de-ht-wdth-type {
|
|
1352
1342
|
margin-top: -22px;
|
|
1343
|
+
width: 120px;
|
|
1353
1344
|
}
|
|
1354
1345
|
|
|
1355
1346
|
.e-de-row-ht-top.e-de-rtl,
|
|
@@ -1498,6 +1489,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1498
1489
|
top: 18px;
|
|
1499
1490
|
}
|
|
1500
1491
|
|
|
1492
|
+
.e-de-restrict-pane {
|
|
1493
|
+
color: #000;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1501
1496
|
.e-de-op.e-de-rtl .e-de-search-tab-content {
|
|
1502
1497
|
margin-left: 1px;
|
|
1503
1498
|
margin-right: 0;
|
|
@@ -1542,7 +1537,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1542
1537
|
}
|
|
1543
1538
|
|
|
1544
1539
|
.e-documenteditor .e-input {
|
|
1545
|
-
color: #000;
|
|
1546
1540
|
font-size: 14px;
|
|
1547
1541
|
}
|
|
1548
1542
|
|
|
@@ -1925,7 +1919,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1925
1919
|
}
|
|
1926
1920
|
|
|
1927
1921
|
.e-de-spellcheck-btn {
|
|
1928
|
-
height: 36px;
|
|
1929
1922
|
margin-bottom: 8px;
|
|
1930
1923
|
width: 154px;
|
|
1931
1924
|
}
|
|
@@ -1992,10 +1985,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1992
1985
|
top: 385px;
|
|
1993
1986
|
}
|
|
1994
1987
|
|
|
1995
|
-
.e-de-font-content-label span.e-label {
|
|
1996
|
-
color: rgba(0, 0, 0, 0.87);
|
|
1997
|
-
}
|
|
1998
|
-
|
|
1999
1988
|
.e-de-font-label span.e-label {
|
|
2000
1989
|
color: rgba(0, 0, 0, 0.87);
|
|
2001
1990
|
}
|
|
@@ -2010,17 +1999,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2010
1999
|
color: rgba(0, 0, 0, 0.87);
|
|
2011
2000
|
}
|
|
2012
2001
|
|
|
2013
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
2014
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2015
|
-
font-size: 14px;
|
|
2016
|
-
}
|
|
2017
|
-
|
|
2018
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
2019
|
-
height: 18px;
|
|
2020
|
-
line-height: 10px;
|
|
2021
|
-
width: 18px;
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
2002
|
.e-de-op-dlg-footer {
|
|
2025
2003
|
margin-top: 15px;
|
|
2026
2004
|
}
|
|
@@ -2042,62 +2020,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2042
2020
|
border: 0;
|
|
2043
2021
|
}
|
|
2044
2022
|
|
|
2045
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2046
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2047
|
-
}
|
|
2048
|
-
|
|
2049
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2050
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2051
|
-
}
|
|
2052
|
-
|
|
2053
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2054
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2055
|
-
}
|
|
2056
|
-
|
|
2057
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2058
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2059
|
-
}
|
|
2060
|
-
|
|
2061
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2062
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2063
|
-
}
|
|
2064
|
-
|
|
2065
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2066
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2067
|
-
}
|
|
2068
|
-
|
|
2069
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2070
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2071
|
-
}
|
|
2072
|
-
|
|
2073
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2074
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2075
|
-
}
|
|
2076
|
-
|
|
2077
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2078
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2079
|
-
}
|
|
2080
|
-
|
|
2081
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2082
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2086
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2087
|
-
}
|
|
2088
|
-
|
|
2089
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2090
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2091
|
-
}
|
|
2092
|
-
|
|
2093
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2094
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2095
|
-
}
|
|
2096
|
-
|
|
2097
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2098
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2099
|
-
}
|
|
2100
|
-
|
|
2101
2023
|
.e-de-list-format-info {
|
|
2102
2024
|
border-radius: 50% !important;
|
|
2103
2025
|
cursor: default;
|
|
@@ -2426,6 +2348,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2426
2348
|
float: right;
|
|
2427
2349
|
margin-left: 40px;
|
|
2428
2350
|
margin-top: 6px;
|
|
2351
|
+
width: 120px;
|
|
2429
2352
|
}
|
|
2430
2353
|
|
|
2431
2354
|
.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
|
|
@@ -2459,11 +2382,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2459
2382
|
float: right;
|
|
2460
2383
|
margin-left: 20px;
|
|
2461
2384
|
margin-top: 6px;
|
|
2385
|
+
width: 120px;
|
|
2462
2386
|
}
|
|
2463
2387
|
|
|
2464
2388
|
.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
|
|
2465
2389
|
margin-left: 0;
|
|
2466
2390
|
margin-right: 20px;
|
|
2391
|
+
width: 120px;
|
|
2467
2392
|
}
|
|
2468
2393
|
|
|
2469
2394
|
.e-de-table-ppty-options-break {
|
|
@@ -2851,20 +2776,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2851
2776
|
color: rgba(0, 0, 0, 0.87);
|
|
2852
2777
|
}
|
|
2853
2778
|
|
|
2854
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-label {
|
|
2855
|
-
color: rgba(0, 0, 0, 0.87);
|
|
2856
|
-
font-size: 12px;
|
|
2857
|
-
}
|
|
2858
|
-
|
|
2859
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-frame {
|
|
2860
|
-
height: 16px;
|
|
2861
|
-
width: 16px;
|
|
2862
|
-
}
|
|
2863
|
-
|
|
2864
|
-
.e-de-restrict-pane .e-checkbox-wrapper {
|
|
2865
|
-
margin-bottom: 8px;
|
|
2866
|
-
}
|
|
2867
|
-
|
|
2868
2779
|
.e-de-rp-user .e-checkbox-wrapper {
|
|
2869
2780
|
width: auto;
|
|
2870
2781
|
}
|
|
@@ -2937,7 +2848,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2937
2848
|
font-size: 14px;
|
|
2938
2849
|
font-weight: normal;
|
|
2939
2850
|
margin-bottom: 8px;
|
|
2940
|
-
margin-top: c;
|
|
2941
2851
|
}
|
|
2942
2852
|
|
|
2943
2853
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
@@ -3095,6 +3005,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3095
3005
|
}
|
|
3096
3006
|
|
|
3097
3007
|
.e-de-tc-no-chng {
|
|
3008
|
+
color: #000;
|
|
3098
3009
|
font-size: 14px;
|
|
3099
3010
|
opacity: 65%;
|
|
3100
3011
|
margin: 60px 0;
|
|
@@ -4144,13 +4055,18 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4144
4055
|
font-size: 14px;
|
|
4145
4056
|
}
|
|
4146
4057
|
|
|
4058
|
+
.e-de-statusbar-pageweb .e-de-printlayout:hover,
|
|
4059
|
+
.e-de-statusbar-pageweb .e-de-weblayout:hover {
|
|
4060
|
+
font-size: 14px;
|
|
4061
|
+
}
|
|
4062
|
+
|
|
4147
4063
|
.e-bigger .e-btn.e-de-statusbar-pageweb {
|
|
4148
4064
|
padding: 0;
|
|
4149
4065
|
}
|
|
4150
4066
|
|
|
4151
4067
|
.e-bigger .e-de-statusbar-pageweb .e-de-printlayout,
|
|
4152
4068
|
.e-bigger .e-de-statusbar-pageweb .e-de-weblayout {
|
|
4153
|
-
font-size:
|
|
4069
|
+
font-size: 16px;
|
|
4154
4070
|
}
|
|
4155
4071
|
|
|
4156
4072
|
.e-de-linespacing {
|
|
@@ -4167,8 +4083,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4167
4083
|
|
|
4168
4084
|
.e-de-pagenumber-text {
|
|
4169
4085
|
border: none !important;
|
|
4170
|
-
height: 22px !important;
|
|
4171
|
-
margin-top: -2px !important;
|
|
4172
4086
|
}
|
|
4173
4087
|
|
|
4174
4088
|
.e-de-pagenumber-input {
|
|
@@ -4176,8 +4090,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4176
4090
|
border: 1px solid #eee;
|
|
4177
4091
|
border-radius: 2px;
|
|
4178
4092
|
color: #000;
|
|
4179
|
-
|
|
4180
|
-
padding: 2px;
|
|
4093
|
+
padding: 0px;
|
|
4181
4094
|
text-align: center;
|
|
4182
4095
|
width: 22px;
|
|
4183
4096
|
}
|
|
@@ -4200,6 +4113,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4200
4113
|
|
|
4201
4114
|
.e-de-ctn-title {
|
|
4202
4115
|
background-color: #3f51b5;
|
|
4116
|
+
border-bottom: none !important;
|
|
4203
4117
|
color: #fff;
|
|
4204
4118
|
}
|
|
4205
4119
|
|
|
@@ -4423,10 +4337,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4423
4337
|
width: 100%;
|
|
4424
4338
|
}
|
|
4425
4339
|
|
|
4426
|
-
.de-split-button > div:first-child {
|
|
4427
|
-
margin-right: 0;
|
|
4428
|
-
}
|
|
4429
|
-
|
|
4430
4340
|
.e-de-ctnr-properties-pane-btn {
|
|
4431
4341
|
width: 75px;
|
|
4432
4342
|
}
|
|
@@ -4797,6 +4707,52 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4797
4707
|
box-shadow: none !important;
|
|
4798
4708
|
}
|
|
4799
4709
|
|
|
4710
|
+
.e-de-ctnr-group-btn-top > button:first-child {
|
|
4711
|
+
border-radius: 0;
|
|
4712
|
+
border-top-left-radius: 4px;
|
|
4713
|
+
}
|
|
4714
|
+
|
|
4715
|
+
.e-de-ctnr-group-btn-top.e-de-rtl > button:first-child {
|
|
4716
|
+
border-top-left-radius: 0;
|
|
4717
|
+
border-top-right-radius: 4px;
|
|
4718
|
+
}
|
|
4719
|
+
|
|
4720
|
+
.e-de-ctnr-group-btn-top > button:last-child {
|
|
4721
|
+
border-radius: 0;
|
|
4722
|
+
border-top-right-radius: 4px;
|
|
4723
|
+
}
|
|
4724
|
+
|
|
4725
|
+
.e-de-ctnr-group-btn-top.e-de-rtl > button:last-child {
|
|
4726
|
+
border-top-left-radius: 4px;
|
|
4727
|
+
border-top-right-radius: 0;
|
|
4728
|
+
}
|
|
4729
|
+
|
|
4730
|
+
.e-de-ctnr-group-btn-middle > button {
|
|
4731
|
+
border-radius: 0;
|
|
4732
|
+
border-top: 0;
|
|
4733
|
+
border-bottom: 0;
|
|
4734
|
+
}
|
|
4735
|
+
|
|
4736
|
+
.e-de-ctnr-group-btn-bottom > button:first-child {
|
|
4737
|
+
border-radius: 0;
|
|
4738
|
+
border-bottom-left-radius: 4px;
|
|
4739
|
+
}
|
|
4740
|
+
|
|
4741
|
+
.e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child {
|
|
4742
|
+
border-bottom-left-radius: 0;
|
|
4743
|
+
border-bottom-right-radius: 4px;
|
|
4744
|
+
}
|
|
4745
|
+
|
|
4746
|
+
.e-de-ctnr-group-btn-bottom > button:last-child {
|
|
4747
|
+
border-radius: 0;
|
|
4748
|
+
border-bottom-right-radius: 4px;
|
|
4749
|
+
}
|
|
4750
|
+
|
|
4751
|
+
.e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child {
|
|
4752
|
+
border-bottom-right-radius: 0;
|
|
4753
|
+
border-bottom-left-radius: 4px;
|
|
4754
|
+
}
|
|
4755
|
+
|
|
4800
4756
|
.e-de-toc-template1 {
|
|
4801
4757
|
background: #fafafa;
|
|
4802
4758
|
border: 1px solid #eee;
|
|
@@ -4875,6 +4831,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4875
4831
|
width: 100px;
|
|
4876
4832
|
}
|
|
4877
4833
|
|
|
4834
|
+
.e-de-ctnr-pg-no span {
|
|
4835
|
+
border: 1px solid transparent;
|
|
4836
|
+
}
|
|
4837
|
+
|
|
4878
4838
|
.e-de-ctnr-pg-no-spellout {
|
|
4879
4839
|
color: #000;
|
|
4880
4840
|
display: -ms-inline-flexbox;
|
|
@@ -4885,6 +4845,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4885
4845
|
width: calc(100% - 140px);
|
|
4886
4846
|
}
|
|
4887
4847
|
|
|
4848
|
+
.e-de-ctnr-pg-no-spellout span {
|
|
4849
|
+
border: 1px solid transparent;
|
|
4850
|
+
}
|
|
4851
|
+
|
|
4888
4852
|
.e-bigger .e-de-ctnr-pg-no-spellout {
|
|
4889
4853
|
color: #000;
|
|
4890
4854
|
display: -ms-inline-flexbox;
|
|
@@ -5173,8 +5137,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5173
5137
|
margin-bottom: 16px;
|
|
5174
5138
|
}
|
|
5175
5139
|
|
|
5176
|
-
.e-bigger .e-de-ctnr-segment > div:first-child,
|
|
5177
|
-
.e-bigger .e-de-ctnr-segment > button:first-child {
|
|
5140
|
+
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
5141
|
+
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
5178
5142
|
margin-right: 12px;
|
|
5179
5143
|
}
|
|
5180
5144
|
|
|
@@ -5310,7 +5274,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5310
5274
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
5311
5275
|
display: table;
|
|
5312
5276
|
font-size: 13px;
|
|
5313
|
-
font-size: 12px;
|
|
5314
5277
|
margin: 0 6px;
|
|
5315
5278
|
padding: 0;
|
|
5316
5279
|
white-space: normal;
|
|
@@ -5388,9 +5351,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5388
5351
|
.e-bigger .e-de-ctnr-hglt-color {
|
|
5389
5352
|
font-size: 12px;
|
|
5390
5353
|
font-weight: 400;
|
|
5391
|
-
height:
|
|
5392
|
-
width:
|
|
5393
|
-
border-radius: 4px;
|
|
5354
|
+
height: 22px !important;
|
|
5355
|
+
width: 22px !important;
|
|
5394
5356
|
}
|
|
5395
5357
|
|
|
5396
5358
|
.e-bigger .e-de-ctnr-list {
|
|
@@ -5504,6 +5466,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5504
5466
|
.e-de-ctn .e-de-bzr-button {
|
|
5505
5467
|
font-size: 12px;
|
|
5506
5468
|
font-weight: 400;
|
|
5469
|
+
background: #fafafa;
|
|
5507
5470
|
}
|
|
5508
5471
|
|
|
5509
5472
|
.e-de-ctn .e-de-bzr-button:active {
|