@syncfusion/ej2-vue-documenteditor 19.3.55 → 19.4.41
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 +123 -0
- package/README.md +1 -1
- package/dist/ej2-vue-documenteditor.umd.min.js +1 -10
- package/dist/es6/ej2-vue-documenteditor.es2015.js +2 -2
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +2 -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 +1 -1
- package/src/document-editor-container/documenteditorcontainer.component.js +1 -1
- package/styles/bootstrap-dark.css +12 -6
- package/styles/bootstrap.css +12 -6
- package/styles/bootstrap4.css +20 -10
- package/styles/bootstrap5-dark.css +12 -6
- package/styles/bootstrap5.css +12 -6
- package/styles/document-editor/bootstrap-dark.css +4 -2
- package/styles/document-editor/bootstrap.css +4 -2
- package/styles/document-editor/bootstrap4.css +4 -2
- package/styles/document-editor/bootstrap5-dark.css +4 -2
- package/styles/document-editor/bootstrap5.css +4 -2
- package/styles/document-editor/fabric-dark.css +4 -2
- package/styles/document-editor/fabric.css +4 -2
- package/styles/document-editor/highcontrast.css +4 -2
- package/styles/document-editor/material-dark.css +4 -2
- package/styles/document-editor/material.css +4 -2
- package/styles/document-editor/tailwind-dark.css +2 -7
- package/styles/document-editor/tailwind.css +2 -7
- package/styles/document-editor-container/bootstrap-dark.css +8 -4
- package/styles/document-editor-container/bootstrap.css +8 -4
- package/styles/document-editor-container/bootstrap4.css +16 -8
- package/styles/document-editor-container/bootstrap5-dark.css +8 -4
- package/styles/document-editor-container/bootstrap5.css +8 -4
- package/styles/document-editor-container/fabric-dark.css +8 -4
- package/styles/document-editor-container/fabric.css +8 -4
- package/styles/document-editor-container/highcontrast-light.css +8 -4
- package/styles/document-editor-container/highcontrast.css +8 -4
- package/styles/document-editor-container/material-dark.css +8 -4
- package/styles/document-editor-container/material.css +8 -4
- package/styles/document-editor-container/tailwind-dark.css +8 -4
- package/styles/document-editor-container/tailwind.css +8 -4
- package/styles/fabric-dark.css +12 -6
- package/styles/fabric.css +12 -6
- package/styles/highcontrast-light.css +8 -4
- package/styles/highcontrast.css +12 -6
- package/styles/material-dark.css +12 -6
- package/styles/material.css +12 -6
- package/styles/tailwind-dark.css +10 -11
- package/styles/tailwind.css +10 -11
|
@@ -789,7 +789,6 @@
|
|
|
789
789
|
|
|
790
790
|
.e-de-ff-dlg-heading {
|
|
791
791
|
display: block;
|
|
792
|
-
font-size: 14px;
|
|
793
792
|
font-weight: 500;
|
|
794
793
|
margin-bottom: 8px;
|
|
795
794
|
color: #9ca3af;
|
|
@@ -1117,11 +1116,8 @@
|
|
|
1117
1116
|
top: 0;
|
|
1118
1117
|
}
|
|
1119
1118
|
|
|
1120
|
-
.e-de-page-setup-dlg-first-page-prop
|
|
1121
|
-
|
|
1122
|
-
height: 18px;
|
|
1123
|
-
line-height: 1.5;
|
|
1124
|
-
width: 18px;
|
|
1119
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1120
|
+
margin-bottom: 8px;
|
|
1125
1121
|
}
|
|
1126
1122
|
|
|
1127
1123
|
.e-de-page-setup-dlg-left-layout-container {
|
|
@@ -1291,7 +1287,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1291
1287
|
}
|
|
1292
1288
|
|
|
1293
1289
|
.e-de-cell-dia-options-label {
|
|
1294
|
-
font-size: 14px;
|
|
1295
1290
|
font-weight: 500;
|
|
1296
1291
|
color: #9ca3af;
|
|
1297
1292
|
}
|
|
@@ -789,7 +789,6 @@
|
|
|
789
789
|
|
|
790
790
|
.e-de-ff-dlg-heading {
|
|
791
791
|
display: block;
|
|
792
|
-
font-size: 14px;
|
|
793
792
|
font-weight: 500;
|
|
794
793
|
margin-bottom: 8px;
|
|
795
794
|
color: #6b7280;
|
|
@@ -1117,11 +1116,8 @@
|
|
|
1117
1116
|
top: 0;
|
|
1118
1117
|
}
|
|
1119
1118
|
|
|
1120
|
-
.e-de-page-setup-dlg-first-page-prop
|
|
1121
|
-
|
|
1122
|
-
height: 18px;
|
|
1123
|
-
line-height: 1.5;
|
|
1124
|
-
width: 18px;
|
|
1119
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1120
|
+
margin-bottom: 8px;
|
|
1125
1121
|
}
|
|
1126
1122
|
|
|
1127
1123
|
.e-de-page-setup-dlg-left-layout-container {
|
|
@@ -1291,7 +1287,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1291
1287
|
}
|
|
1292
1288
|
|
|
1293
1289
|
.e-de-cell-dia-options-label {
|
|
1294
|
-
font-size: 14px;
|
|
1295
1290
|
font-weight: 500;
|
|
1296
1291
|
color: #6b7280;
|
|
1297
1292
|
}
|
|
@@ -1622,22 +1622,26 @@
|
|
|
1622
1622
|
background-color: #313131;
|
|
1623
1623
|
}
|
|
1624
1624
|
|
|
1625
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
1625
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1626
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1626
1627
|
padding: 0;
|
|
1627
1628
|
padding-bottom: 6px;
|
|
1628
1629
|
}
|
|
1629
1630
|
|
|
1630
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
1631
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1632
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1631
1633
|
padding: 0;
|
|
1632
1634
|
padding-bottom: 6px;
|
|
1633
1635
|
}
|
|
1634
1636
|
|
|
1635
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
1637
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1638
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1636
1639
|
padding: 0;
|
|
1637
1640
|
padding-bottom: 6px;
|
|
1638
1641
|
}
|
|
1639
1642
|
|
|
1640
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
1643
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1644
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1641
1645
|
padding: 0;
|
|
1642
1646
|
padding-bottom: 6px;
|
|
1643
1647
|
}
|
|
@@ -1624,22 +1624,26 @@
|
|
|
1624
1624
|
background-color: #e6e6e6;
|
|
1625
1625
|
}
|
|
1626
1626
|
|
|
1627
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
1627
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1628
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1628
1629
|
padding: 0 1px;
|
|
1629
1630
|
padding-bottom: 6px;
|
|
1630
1631
|
}
|
|
1631
1632
|
|
|
1632
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
1633
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1634
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1633
1635
|
padding: 0;
|
|
1634
1636
|
padding-bottom: 6px;
|
|
1635
1637
|
}
|
|
1636
1638
|
|
|
1637
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
1639
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1640
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1638
1641
|
padding: 0;
|
|
1639
1642
|
padding-bottom: 6px;
|
|
1640
1643
|
}
|
|
1641
1644
|
|
|
1642
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
1645
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1646
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1643
1647
|
padding: 0;
|
|
1644
1648
|
padding-bottom: 6px;
|
|
1645
1649
|
}
|
|
@@ -1800,42 +1800,50 @@
|
|
|
1800
1800
|
background-color: #6c757d;
|
|
1801
1801
|
}
|
|
1802
1802
|
|
|
1803
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
1803
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1804
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1804
1805
|
padding: 0;
|
|
1805
1806
|
padding-bottom: 6px;
|
|
1806
1807
|
}
|
|
1807
1808
|
|
|
1808
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
1809
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1810
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1809
1811
|
padding: 0;
|
|
1810
1812
|
padding-bottom: 6px;
|
|
1811
1813
|
}
|
|
1812
1814
|
|
|
1813
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
1815
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1816
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1814
1817
|
padding: 0;
|
|
1815
1818
|
padding-bottom: 6px;
|
|
1816
1819
|
}
|
|
1817
1820
|
|
|
1818
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
1821
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1822
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1819
1823
|
padding: 0;
|
|
1820
1824
|
padding-bottom: 6px;
|
|
1821
1825
|
}
|
|
1822
1826
|
|
|
1823
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
1827
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1828
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1824
1829
|
padding: 0 1px;
|
|
1825
1830
|
padding-bottom: 6px;
|
|
1826
1831
|
}
|
|
1827
1832
|
|
|
1828
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
1833
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1834
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1829
1835
|
padding: 0;
|
|
1830
1836
|
padding-bottom: 6px;
|
|
1831
1837
|
}
|
|
1832
1838
|
|
|
1833
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
1839
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1840
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1834
1841
|
padding: 0;
|
|
1835
1842
|
padding-bottom: 6px;
|
|
1836
1843
|
}
|
|
1837
1844
|
|
|
1838
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
1845
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1846
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1839
1847
|
padding: 0;
|
|
1840
1848
|
padding-bottom: 6px;
|
|
1841
1849
|
}
|
|
@@ -1840,22 +1840,26 @@
|
|
|
1840
1840
|
background-color: #495057;
|
|
1841
1841
|
}
|
|
1842
1842
|
|
|
1843
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
1843
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1844
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1844
1845
|
padding: 0;
|
|
1845
1846
|
padding-bottom: 14px;
|
|
1846
1847
|
}
|
|
1847
1848
|
|
|
1848
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
1849
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1850
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1849
1851
|
padding: 0;
|
|
1850
1852
|
padding-bottom: 14px;
|
|
1851
1853
|
}
|
|
1852
1854
|
|
|
1853
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
1855
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1856
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1854
1857
|
padding: 0;
|
|
1855
1858
|
padding-bottom: 14px;
|
|
1856
1859
|
}
|
|
1857
1860
|
|
|
1858
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
1861
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1862
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1859
1863
|
padding: 0;
|
|
1860
1864
|
padding-bottom: 14px;
|
|
1861
1865
|
}
|
|
@@ -1840,22 +1840,26 @@
|
|
|
1840
1840
|
background-color: #dee2e6;
|
|
1841
1841
|
}
|
|
1842
1842
|
|
|
1843
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
1843
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1844
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1844
1845
|
padding: 0;
|
|
1845
1846
|
padding-bottom: 14px;
|
|
1846
1847
|
}
|
|
1847
1848
|
|
|
1848
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
1849
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1850
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1849
1851
|
padding: 0;
|
|
1850
1852
|
padding-bottom: 14px;
|
|
1851
1853
|
}
|
|
1852
1854
|
|
|
1853
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
1855
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1856
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1854
1857
|
padding: 0;
|
|
1855
1858
|
padding-bottom: 14px;
|
|
1856
1859
|
}
|
|
1857
1860
|
|
|
1858
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
1861
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1862
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1859
1863
|
padding: 0;
|
|
1860
1864
|
padding-bottom: 14px;
|
|
1861
1865
|
}
|
|
@@ -1600,22 +1600,26 @@
|
|
|
1600
1600
|
background-color: #514f4f;
|
|
1601
1601
|
}
|
|
1602
1602
|
|
|
1603
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
1603
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1604
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1604
1605
|
padding: 0;
|
|
1605
1606
|
padding-bottom: 6px;
|
|
1606
1607
|
}
|
|
1607
1608
|
|
|
1608
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
1609
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1610
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1609
1611
|
padding: 0;
|
|
1610
1612
|
padding-bottom: 6px;
|
|
1611
1613
|
}
|
|
1612
1614
|
|
|
1613
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
1615
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1616
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1614
1617
|
padding: 0;
|
|
1615
1618
|
padding-bottom: 6px;
|
|
1616
1619
|
}
|
|
1617
1620
|
|
|
1618
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
1621
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1622
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1619
1623
|
padding: 0;
|
|
1620
1624
|
padding-bottom: 6px;
|
|
1621
1625
|
}
|
|
@@ -1604,22 +1604,26 @@
|
|
|
1604
1604
|
background-color: #c8c8c8;
|
|
1605
1605
|
}
|
|
1606
1606
|
|
|
1607
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
1607
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1608
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1608
1609
|
padding: 0;
|
|
1609
1610
|
padding-bottom: 6px;
|
|
1610
1611
|
}
|
|
1611
1612
|
|
|
1612
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
1613
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1614
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1613
1615
|
padding: 0;
|
|
1614
1616
|
padding-bottom: 6px;
|
|
1615
1617
|
}
|
|
1616
1618
|
|
|
1617
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
1619
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1620
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1618
1621
|
padding: 0;
|
|
1619
1622
|
padding-bottom: 6px;
|
|
1620
1623
|
}
|
|
1621
1624
|
|
|
1622
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
1625
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1626
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1623
1627
|
padding: 0;
|
|
1624
1628
|
padding-bottom: 6px;
|
|
1625
1629
|
}
|
|
@@ -3659,22 +3659,26 @@ label[for='container_wholeWord'] {
|
|
|
3659
3659
|
background-color: #400074;
|
|
3660
3660
|
}
|
|
3661
3661
|
|
|
3662
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
3662
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
3663
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
3663
3664
|
padding: 0;
|
|
3664
3665
|
padding-bottom: 6px;
|
|
3665
3666
|
}
|
|
3666
3667
|
|
|
3667
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
3668
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
3669
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
3668
3670
|
padding: 0;
|
|
3669
3671
|
padding-bottom: 6px;
|
|
3670
3672
|
}
|
|
3671
3673
|
|
|
3672
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
3674
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
3675
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
3673
3676
|
padding: 0;
|
|
3674
3677
|
padding-bottom: 6px;
|
|
3675
3678
|
}
|
|
3676
3679
|
|
|
3677
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
3680
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
3681
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
3678
3682
|
padding: 0;
|
|
3679
3683
|
padding-bottom: 6px;
|
|
3680
3684
|
}
|
|
@@ -1609,22 +1609,26 @@
|
|
|
1609
1609
|
background-color: #ffd939;
|
|
1610
1610
|
}
|
|
1611
1611
|
|
|
1612
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
1612
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1613
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1613
1614
|
padding: 0;
|
|
1614
1615
|
padding-bottom: 6px;
|
|
1615
1616
|
}
|
|
1616
1617
|
|
|
1617
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
1618
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1619
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1618
1620
|
padding: 0;
|
|
1619
1621
|
padding-bottom: 6px;
|
|
1620
1622
|
}
|
|
1621
1623
|
|
|
1622
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
1624
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1625
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1623
1626
|
padding: 0;
|
|
1624
1627
|
padding-bottom: 6px;
|
|
1625
1628
|
}
|
|
1626
1629
|
|
|
1627
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
1630
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1631
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1628
1632
|
padding: 0;
|
|
1629
1633
|
padding-bottom: 6px;
|
|
1630
1634
|
}
|
|
@@ -1603,22 +1603,26 @@
|
|
|
1603
1603
|
background-color: #7d7d7d;
|
|
1604
1604
|
}
|
|
1605
1605
|
|
|
1606
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
1606
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1607
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1607
1608
|
padding: 0;
|
|
1608
1609
|
padding-bottom: 6px;
|
|
1609
1610
|
}
|
|
1610
1611
|
|
|
1611
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
1612
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1613
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1612
1614
|
padding: 0;
|
|
1613
1615
|
padding-bottom: 6px;
|
|
1614
1616
|
}
|
|
1615
1617
|
|
|
1616
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
1618
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1619
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1617
1620
|
padding: 0;
|
|
1618
1621
|
padding-bottom: 6px;
|
|
1619
1622
|
}
|
|
1620
1623
|
|
|
1621
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
1624
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1625
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1622
1626
|
padding: 0;
|
|
1623
1627
|
padding-bottom: 6px;
|
|
1624
1628
|
}
|
|
@@ -1613,22 +1613,26 @@
|
|
|
1613
1613
|
background-color: rgba(184, 184, 184, 0.9584);
|
|
1614
1614
|
}
|
|
1615
1615
|
|
|
1616
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
1616
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1617
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1617
1618
|
padding: 0;
|
|
1618
1619
|
padding-bottom: 6px;
|
|
1619
1620
|
}
|
|
1620
1621
|
|
|
1621
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
1622
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1623
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1622
1624
|
padding: 0;
|
|
1623
1625
|
padding-bottom: 6px;
|
|
1624
1626
|
}
|
|
1625
1627
|
|
|
1626
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
1628
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1629
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1627
1630
|
padding: 0;
|
|
1628
1631
|
padding-bottom: 6px;
|
|
1629
1632
|
}
|
|
1630
1633
|
|
|
1631
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
1634
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1635
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1632
1636
|
padding: 0;
|
|
1633
1637
|
padding-bottom: 6px;
|
|
1634
1638
|
}
|
|
@@ -1799,22 +1799,26 @@
|
|
|
1799
1799
|
background-color: #4b5563;
|
|
1800
1800
|
}
|
|
1801
1801
|
|
|
1802
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
1802
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1803
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1803
1804
|
padding: 0;
|
|
1804
1805
|
padding-bottom: 14px;
|
|
1805
1806
|
}
|
|
1806
1807
|
|
|
1807
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
1808
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1809
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1808
1810
|
padding: 0;
|
|
1809
1811
|
padding-bottom: 14px;
|
|
1810
1812
|
}
|
|
1811
1813
|
|
|
1812
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
1814
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1815
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1813
1816
|
padding: 0;
|
|
1814
1817
|
padding-bottom: 14px;
|
|
1815
1818
|
}
|
|
1816
1819
|
|
|
1817
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
1820
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1821
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1818
1822
|
padding: 0;
|
|
1819
1823
|
padding-bottom: 14px;
|
|
1820
1824
|
}
|
|
@@ -1799,22 +1799,26 @@
|
|
|
1799
1799
|
background-color: #e5e7eb;
|
|
1800
1800
|
}
|
|
1801
1801
|
|
|
1802
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
1802
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
1803
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1803
1804
|
padding: 0;
|
|
1804
1805
|
padding-bottom: 14px;
|
|
1805
1806
|
}
|
|
1806
1807
|
|
|
1807
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
1808
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
1809
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
1808
1810
|
padding: 0;
|
|
1809
1811
|
padding-bottom: 14px;
|
|
1810
1812
|
}
|
|
1811
1813
|
|
|
1812
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
1814
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
1815
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1813
1816
|
padding: 0;
|
|
1814
1817
|
padding-bottom: 14px;
|
|
1815
1818
|
}
|
|
1816
1819
|
|
|
1817
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
1820
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
1821
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
1818
1822
|
padding: 0;
|
|
1819
1823
|
padding-bottom: 14px;
|
|
1820
1824
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -696,7 +696,6 @@
|
|
|
696
696
|
|
|
697
697
|
.e-de-ff-dlg-heading {
|
|
698
698
|
display: block;
|
|
699
|
-
font-size: 16px;
|
|
700
699
|
font-weight: 600;
|
|
701
700
|
margin-bottom: 12px;
|
|
702
701
|
}
|
|
@@ -1055,6 +1054,10 @@
|
|
|
1055
1054
|
top: 17px;
|
|
1056
1055
|
}
|
|
1057
1056
|
|
|
1057
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1058
|
+
margin-bottom: 8px;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1058
1061
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1059
1062
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1060
1063
|
font-size: 12px;
|
|
@@ -1238,7 +1241,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1238
1241
|
}
|
|
1239
1242
|
|
|
1240
1243
|
.e-de-cell-dia-options-label {
|
|
1241
|
-
font-size: 14px;
|
|
1242
1244
|
font-weight: 600;
|
|
1243
1245
|
}
|
|
1244
1246
|
|
|
@@ -5195,22 +5197,26 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5195
5197
|
background-color: #514f4f;
|
|
5196
5198
|
}
|
|
5197
5199
|
|
|
5198
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
5200
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5201
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5199
5202
|
padding: 0;
|
|
5200
5203
|
padding-bottom: 6px;
|
|
5201
5204
|
}
|
|
5202
5205
|
|
|
5203
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
5206
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5207
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5204
5208
|
padding: 0;
|
|
5205
5209
|
padding-bottom: 6px;
|
|
5206
5210
|
}
|
|
5207
5211
|
|
|
5208
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
5212
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5213
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5209
5214
|
padding: 0;
|
|
5210
5215
|
padding-bottom: 6px;
|
|
5211
5216
|
}
|
|
5212
5217
|
|
|
5213
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
5218
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5219
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5214
5220
|
padding: 0;
|
|
5215
5221
|
padding-bottom: 6px;
|
|
5216
5222
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -696,7 +696,6 @@
|
|
|
696
696
|
|
|
697
697
|
.e-de-ff-dlg-heading {
|
|
698
698
|
display: block;
|
|
699
|
-
font-size: 16px;
|
|
700
699
|
font-weight: 600;
|
|
701
700
|
margin-bottom: 12px;
|
|
702
701
|
}
|
|
@@ -1055,6 +1054,10 @@
|
|
|
1055
1054
|
top: 17px;
|
|
1056
1055
|
}
|
|
1057
1056
|
|
|
1057
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1058
|
+
margin-bottom: 8px;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1058
1061
|
.e-de-page-setup-dlg-first-page-prop .e-label,
|
|
1059
1062
|
.e-de-page-setup-dlg-odd-or-even-prop .e-label {
|
|
1060
1063
|
font-size: 12px;
|
|
@@ -1238,7 +1241,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1238
1241
|
}
|
|
1239
1242
|
|
|
1240
1243
|
.e-de-cell-dia-options-label {
|
|
1241
|
-
font-size: 14px;
|
|
1242
1244
|
font-weight: 600;
|
|
1243
1245
|
}
|
|
1244
1246
|
|
|
@@ -5199,22 +5201,26 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5199
5201
|
background-color: #c8c8c8;
|
|
5200
5202
|
}
|
|
5201
5203
|
|
|
5202
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
5204
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5205
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5203
5206
|
padding: 0;
|
|
5204
5207
|
padding-bottom: 6px;
|
|
5205
5208
|
}
|
|
5206
5209
|
|
|
5207
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
5210
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5211
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5208
5212
|
padding: 0;
|
|
5209
5213
|
padding-bottom: 6px;
|
|
5210
5214
|
}
|
|
5211
5215
|
|
|
5212
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
5216
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5217
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5213
5218
|
padding: 0;
|
|
5214
5219
|
padding-bottom: 6px;
|
|
5215
5220
|
}
|
|
5216
5221
|
|
|
5217
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
5222
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5223
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5218
5224
|
padding: 0;
|
|
5219
5225
|
padding-bottom: 6px;
|
|
5220
5226
|
}
|
|
@@ -4370,22 +4370,26 @@ label[for='container_wholeWord'] {
|
|
|
4370
4370
|
background-color: #400074;
|
|
4371
4371
|
}
|
|
4372
4372
|
|
|
4373
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
4373
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
4374
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
4374
4375
|
padding: 0;
|
|
4375
4376
|
padding-bottom: 6px;
|
|
4376
4377
|
}
|
|
4377
4378
|
|
|
4378
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
4379
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
4380
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
4379
4381
|
padding: 0;
|
|
4380
4382
|
padding-bottom: 6px;
|
|
4381
4383
|
}
|
|
4382
4384
|
|
|
4383
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
4385
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
4386
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
4384
4387
|
padding: 0;
|
|
4385
4388
|
padding-bottom: 6px;
|
|
4386
4389
|
}
|
|
4387
4390
|
|
|
4388
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
4391
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
4392
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
4389
4393
|
padding: 0;
|
|
4390
4394
|
padding-bottom: 6px;
|
|
4391
4395
|
}
|