@syncfusion/blazor-themes 26.2.5 → 26.2.7
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/SCSS-Themes/bds-dark.scss +18 -4
- package/SCSS-Themes/bds.scss +18 -4
- package/SCSS-Themes/bootstrap-dark.scss +18 -4
- package/SCSS-Themes/bootstrap.scss +18 -4
- package/SCSS-Themes/bootstrap4.scss +18 -4
- package/SCSS-Themes/bootstrap5-dark.scss +18 -4
- package/SCSS-Themes/bootstrap5.scss +18 -4
- package/SCSS-Themes/documenteditor/document-editor/bds-dark.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/bds.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/bootstrap-dark.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/bootstrap.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/bootstrap4.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/bootstrap5-dark.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/bootstrap5.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/fabric-dark.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/fabric.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/fluent-dark.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/fluent.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/fluent2-dark.scss +4 -3
- package/SCSS-Themes/documenteditor/document-editor/fluent2.scss +4 -3
- package/SCSS-Themes/documenteditor/document-editor/highcontrast.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/material-dark.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/material.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/material3-dark.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/material3.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/tailwind-dark.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor/tailwind.scss +2 -1
- package/SCSS-Themes/documenteditor/document-editor-container/bds-dark.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/bds.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/bootstrap-dark.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/bootstrap.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/bootstrap4.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5-dark.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/bootstrap5.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/fluent-dark.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/fluent.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/fluent2-dark.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/fluent2.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/material.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/tailwind-dark.scss +16 -3
- package/SCSS-Themes/documenteditor/document-editor-container/tailwind.scss +16 -3
- package/SCSS-Themes/fabric-dark.scss +18 -4
- package/SCSS-Themes/fabric.scss +18 -4
- package/SCSS-Themes/fluent-dark.scss +18 -4
- package/SCSS-Themes/fluent.scss +18 -4
- package/SCSS-Themes/fluent2-dark.scss +20 -6
- package/SCSS-Themes/fluent2.scss +20 -6
- package/SCSS-Themes/highcontrast.scss +18 -4
- package/SCSS-Themes/material-dark.scss +18 -4
- package/SCSS-Themes/material.scss +18 -4
- package/SCSS-Themes/material3-dark.scss +18 -4
- package/SCSS-Themes/material3.scss +18 -4
- package/SCSS-Themes/tailwind-dark.scss +18 -4
- package/SCSS-Themes/tailwind.scss +18 -4
- package/package.json +1 -1
|
@@ -1525,13 +1525,13 @@ $de-prop-btn-icon-clr: #ccc;
|
|
|
1525
1525
|
}
|
|
1526
1526
|
.e-btn-toggle {
|
|
1527
1527
|
@if $skin-name=='fluent2' {
|
|
1528
|
-
background-color: var(--color-sf-
|
|
1528
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
1529
1529
|
}
|
|
1530
1530
|
@else{
|
|
1531
1531
|
background-color: $de-toggle-bg-color !important;
|
|
1532
1532
|
}
|
|
1533
1533
|
@if $skin-name =='fluent2' {
|
|
1534
|
-
|
|
1534
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1535
1535
|
}
|
|
1536
1536
|
@if $skin-name=='highcontrast' {
|
|
1537
1537
|
color: $de-title-bar-font-clr !important;
|
|
@@ -1543,7 +1543,12 @@ $de-prop-btn-icon-clr: #ccc;
|
|
|
1543
1543
|
outline-offset: 0;
|
|
1544
1544
|
box-shadow: $de-toggle-btn-border !important;
|
|
1545
1545
|
#{if(&, '&', '*')}:hover {
|
|
1546
|
-
|
|
1546
|
+
@if $skin-name=='fluent2' {
|
|
1547
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
1548
|
+
}
|
|
1549
|
+
@else {
|
|
1550
|
+
background-color: $de-toggle-bg-color !important;
|
|
1551
|
+
}
|
|
1547
1552
|
@if $skin-name=='fabric' {
|
|
1548
1553
|
border-color: $de-toggle-bg-color !important;
|
|
1549
1554
|
}
|
|
@@ -1560,6 +1565,14 @@ $de-prop-btn-icon-clr: #ccc;
|
|
|
1560
1565
|
color: $de-title-bar-font-clr !important;
|
|
1561
1566
|
}
|
|
1562
1567
|
}
|
|
1568
|
+
@if $skin-name=='fluent2' {
|
|
1569
|
+
.e-btn-toggle .e-tbar-btn-text {
|
|
1570
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1571
|
+
}
|
|
1572
|
+
.e-btn-toggle>span {
|
|
1573
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1574
|
+
}
|
|
1575
|
+
}
|
|
1563
1576
|
@if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
|
|
1564
1577
|
.e-de-ctnr-group-btn-top>button:first-child {
|
|
1565
1578
|
border-radius: 0;
|
|
@@ -1524,13 +1524,13 @@ $de-prop-btn-icon-clr: #ccc;
|
|
|
1524
1524
|
}
|
|
1525
1525
|
.e-btn-toggle {
|
|
1526
1526
|
@if $skin-name=='fluent2' {
|
|
1527
|
-
background-color: var(--color-sf-
|
|
1527
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
1528
1528
|
}
|
|
1529
1529
|
@else{
|
|
1530
1530
|
background-color: $de-toggle-bg-color !important;
|
|
1531
1531
|
}
|
|
1532
1532
|
@if $skin-name =='fluent2' {
|
|
1533
|
-
|
|
1533
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1534
1534
|
}
|
|
1535
1535
|
@if $skin-name=='highcontrast' {
|
|
1536
1536
|
color: $de-title-bar-font-clr !important;
|
|
@@ -1542,7 +1542,12 @@ $de-prop-btn-icon-clr: #ccc;
|
|
|
1542
1542
|
outline-offset: 0;
|
|
1543
1543
|
box-shadow: $de-toggle-btn-border !important;
|
|
1544
1544
|
#{if(&, '&', '*')}:hover {
|
|
1545
|
-
|
|
1545
|
+
@if $skin-name=='fluent2' {
|
|
1546
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
1547
|
+
}
|
|
1548
|
+
@else {
|
|
1549
|
+
background-color: $de-toggle-bg-color !important;
|
|
1550
|
+
}
|
|
1546
1551
|
@if $skin-name=='fabric' {
|
|
1547
1552
|
border-color: $de-toggle-bg-color !important;
|
|
1548
1553
|
}
|
|
@@ -1559,6 +1564,14 @@ $de-prop-btn-icon-clr: #ccc;
|
|
|
1559
1564
|
color: $de-title-bar-font-clr !important;
|
|
1560
1565
|
}
|
|
1561
1566
|
}
|
|
1567
|
+
@if $skin-name=='fluent2' {
|
|
1568
|
+
.e-btn-toggle .e-tbar-btn-text {
|
|
1569
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1570
|
+
}
|
|
1571
|
+
.e-btn-toggle>span {
|
|
1572
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1562
1575
|
@if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
|
|
1563
1576
|
.e-de-ctnr-group-btn-top>button:first-child {
|
|
1564
1577
|
border-radius: 0;
|
|
@@ -1547,13 +1547,13 @@ $de-hover-bg: $content-bg-color-alt2 !default;
|
|
|
1547
1547
|
}
|
|
1548
1548
|
.e-btn-toggle {
|
|
1549
1549
|
@if $skin-name=='fluent2' {
|
|
1550
|
-
background-color: var(--color-sf-
|
|
1550
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
1551
1551
|
}
|
|
1552
1552
|
@else{
|
|
1553
1553
|
background-color: $de-toggle-bg-color !important;
|
|
1554
1554
|
}
|
|
1555
1555
|
@if $skin-name =='fluent2' {
|
|
1556
|
-
|
|
1556
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1557
1557
|
}
|
|
1558
1558
|
@if $skin-name=='highcontrast' {
|
|
1559
1559
|
color: $de-title-bar-font-clr !important;
|
|
@@ -1565,7 +1565,12 @@ $de-hover-bg: $content-bg-color-alt2 !default;
|
|
|
1565
1565
|
outline-offset: 0;
|
|
1566
1566
|
box-shadow: $de-toggle-btn-border !important;
|
|
1567
1567
|
#{if(&, '&', '*')}:hover {
|
|
1568
|
-
|
|
1568
|
+
@if $skin-name=='fluent2' {
|
|
1569
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
1570
|
+
}
|
|
1571
|
+
@else {
|
|
1572
|
+
background-color: $de-toggle-bg-color !important;
|
|
1573
|
+
}
|
|
1569
1574
|
@if $skin-name=='fabric' {
|
|
1570
1575
|
border-color: $de-toggle-bg-color !important;
|
|
1571
1576
|
}
|
|
@@ -1582,6 +1587,14 @@ $de-hover-bg: $content-bg-color-alt2 !default;
|
|
|
1582
1587
|
color: $de-title-bar-font-clr !important;
|
|
1583
1588
|
}
|
|
1584
1589
|
}
|
|
1590
|
+
@if $skin-name=='fluent2' {
|
|
1591
|
+
.e-btn-toggle .e-tbar-btn-text {
|
|
1592
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1593
|
+
}
|
|
1594
|
+
.e-btn-toggle>span {
|
|
1595
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1585
1598
|
@if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
|
|
1586
1599
|
.e-de-ctnr-group-btn-top>button:first-child {
|
|
1587
1600
|
border-radius: 0;
|
|
@@ -1547,13 +1547,13 @@ $de-hover-bg: $content-bg-color-alt2 !default;
|
|
|
1547
1547
|
}
|
|
1548
1548
|
.e-btn-toggle {
|
|
1549
1549
|
@if $skin-name=='fluent2' {
|
|
1550
|
-
background-color: var(--color-sf-
|
|
1550
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
1551
1551
|
}
|
|
1552
1552
|
@else{
|
|
1553
1553
|
background-color: $de-toggle-bg-color !important;
|
|
1554
1554
|
}
|
|
1555
1555
|
@if $skin-name =='fluent2' {
|
|
1556
|
-
|
|
1556
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1557
1557
|
}
|
|
1558
1558
|
@if $skin-name=='highcontrast' {
|
|
1559
1559
|
color: $de-title-bar-font-clr !important;
|
|
@@ -1565,7 +1565,12 @@ $de-hover-bg: $content-bg-color-alt2 !default;
|
|
|
1565
1565
|
outline-offset: 0;
|
|
1566
1566
|
box-shadow: $de-toggle-btn-border !important;
|
|
1567
1567
|
#{if(&, '&', '*')}:hover {
|
|
1568
|
-
|
|
1568
|
+
@if $skin-name=='fluent2' {
|
|
1569
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
1570
|
+
}
|
|
1571
|
+
@else {
|
|
1572
|
+
background-color: $de-toggle-bg-color !important;
|
|
1573
|
+
}
|
|
1569
1574
|
@if $skin-name=='fabric' {
|
|
1570
1575
|
border-color: $de-toggle-bg-color !important;
|
|
1571
1576
|
}
|
|
@@ -1582,6 +1587,14 @@ $de-hover-bg: $content-bg-color-alt2 !default;
|
|
|
1582
1587
|
color: $de-title-bar-font-clr !important;
|
|
1583
1588
|
}
|
|
1584
1589
|
}
|
|
1590
|
+
@if $skin-name=='fluent2' {
|
|
1591
|
+
.e-btn-toggle .e-tbar-btn-text {
|
|
1592
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1593
|
+
}
|
|
1594
|
+
.e-btn-toggle>span {
|
|
1595
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1585
1598
|
@if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
|
|
1586
1599
|
.e-de-ctnr-group-btn-top>button:first-child {
|
|
1587
1600
|
border-radius: 0;
|
|
@@ -1537,13 +1537,13 @@ $de-hlt-clr-height-bigger: 24px;
|
|
|
1537
1537
|
}
|
|
1538
1538
|
.e-btn-toggle {
|
|
1539
1539
|
@if $skin-name=='fluent2' {
|
|
1540
|
-
background-color: var(--color-sf-
|
|
1540
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
1541
1541
|
}
|
|
1542
1542
|
@else{
|
|
1543
1543
|
background-color: $de-toggle-bg-color !important;
|
|
1544
1544
|
}
|
|
1545
1545
|
@if $skin-name =='fluent2' {
|
|
1546
|
-
|
|
1546
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1547
1547
|
}
|
|
1548
1548
|
@if $skin-name=='highcontrast' {
|
|
1549
1549
|
color: $de-title-bar-font-clr !important;
|
|
@@ -1555,7 +1555,12 @@ $de-hlt-clr-height-bigger: 24px;
|
|
|
1555
1555
|
outline-offset: 0;
|
|
1556
1556
|
box-shadow: $de-toggle-btn-border !important;
|
|
1557
1557
|
#{if(&, '&', '*')}:hover {
|
|
1558
|
-
|
|
1558
|
+
@if $skin-name=='fluent2' {
|
|
1559
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
1560
|
+
}
|
|
1561
|
+
@else {
|
|
1562
|
+
background-color: $de-toggle-bg-color !important;
|
|
1563
|
+
}
|
|
1559
1564
|
@if $skin-name=='fabric' {
|
|
1560
1565
|
border-color: $de-toggle-bg-color !important;
|
|
1561
1566
|
}
|
|
@@ -1572,6 +1577,14 @@ $de-hlt-clr-height-bigger: 24px;
|
|
|
1572
1577
|
color: $de-title-bar-font-clr !important;
|
|
1573
1578
|
}
|
|
1574
1579
|
}
|
|
1580
|
+
@if $skin-name=='fluent2' {
|
|
1581
|
+
.e-btn-toggle .e-tbar-btn-text {
|
|
1582
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1583
|
+
}
|
|
1584
|
+
.e-btn-toggle>span {
|
|
1585
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1575
1588
|
@if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
|
|
1576
1589
|
.e-de-ctnr-group-btn-top>button:first-child {
|
|
1577
1590
|
border-radius: 0;
|
|
@@ -1537,13 +1537,13 @@ $de-hlt-clr-height-bigger: 24px;
|
|
|
1537
1537
|
}
|
|
1538
1538
|
.e-btn-toggle {
|
|
1539
1539
|
@if $skin-name=='fluent2' {
|
|
1540
|
-
background-color: var(--color-sf-
|
|
1540
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
1541
1541
|
}
|
|
1542
1542
|
@else{
|
|
1543
1543
|
background-color: $de-toggle-bg-color !important;
|
|
1544
1544
|
}
|
|
1545
1545
|
@if $skin-name =='fluent2' {
|
|
1546
|
-
|
|
1546
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1547
1547
|
}
|
|
1548
1548
|
@if $skin-name=='highcontrast' {
|
|
1549
1549
|
color: $de-title-bar-font-clr !important;
|
|
@@ -1555,7 +1555,12 @@ $de-hlt-clr-height-bigger: 24px;
|
|
|
1555
1555
|
outline-offset: 0;
|
|
1556
1556
|
box-shadow: $de-toggle-btn-border !important;
|
|
1557
1557
|
#{if(&, '&', '*')}:hover {
|
|
1558
|
-
|
|
1558
|
+
@if $skin-name=='fluent2' {
|
|
1559
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
1560
|
+
}
|
|
1561
|
+
@else {
|
|
1562
|
+
background-color: $de-toggle-bg-color !important;
|
|
1563
|
+
}
|
|
1559
1564
|
@if $skin-name=='fabric' {
|
|
1560
1565
|
border-color: $de-toggle-bg-color !important;
|
|
1561
1566
|
}
|
|
@@ -1572,6 +1577,14 @@ $de-hlt-clr-height-bigger: 24px;
|
|
|
1572
1577
|
color: $de-title-bar-font-clr !important;
|
|
1573
1578
|
}
|
|
1574
1579
|
}
|
|
1580
|
+
@if $skin-name=='fluent2' {
|
|
1581
|
+
.e-btn-toggle .e-tbar-btn-text {
|
|
1582
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1583
|
+
}
|
|
1584
|
+
.e-btn-toggle>span {
|
|
1585
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1575
1588
|
@if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
|
|
1576
1589
|
.e-de-ctnr-group-btn-top>button:first-child {
|
|
1577
1590
|
border-radius: 0;
|
|
@@ -67324,7 +67324,8 @@ $de-column-presets-font-size: 60px !default;
|
|
|
67324
67324
|
.e-de-style-paragraph-group-button .e-btn.e-active,
|
|
67325
67325
|
.e-de-style-font-group-button .e-btn.e-active {
|
|
67326
67326
|
@if $skin-name =='fluent2' {
|
|
67327
|
-
background-color: var(--color-sf-
|
|
67327
|
+
background-color: var(--color-sf-content-bg-color-pressed);
|
|
67328
|
+
color: var(--color-sf-toolbar-icon-color);
|
|
67328
67329
|
}
|
|
67329
67330
|
}
|
|
67330
67331
|
.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
|
|
@@ -69738,13 +69739,13 @@ $de-prop-btn-icon-clr: #ccc;
|
|
|
69738
69739
|
}
|
|
69739
69740
|
.e-btn-toggle {
|
|
69740
69741
|
@if $skin-name=='fluent2' {
|
|
69741
|
-
background-color: var(--color-sf-
|
|
69742
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
69742
69743
|
}
|
|
69743
69744
|
@else{
|
|
69744
69745
|
background-color: $de-toggle-bg-color !important;
|
|
69745
69746
|
}
|
|
69746
69747
|
@if $skin-name =='fluent2' {
|
|
69747
|
-
|
|
69748
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
69748
69749
|
}
|
|
69749
69750
|
@if $skin-name=='highcontrast' {
|
|
69750
69751
|
color: $de-title-bar-font-clr !important;
|
|
@@ -69756,7 +69757,12 @@ $de-prop-btn-icon-clr: #ccc;
|
|
|
69756
69757
|
outline-offset: 0;
|
|
69757
69758
|
box-shadow: $de-toggle-btn-border !important;
|
|
69758
69759
|
#{if(&, '&', '*')}:hover {
|
|
69759
|
-
|
|
69760
|
+
@if $skin-name=='fluent2' {
|
|
69761
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
69762
|
+
}
|
|
69763
|
+
@else {
|
|
69764
|
+
background-color: $de-toggle-bg-color !important;
|
|
69765
|
+
}
|
|
69760
69766
|
@if $skin-name=='fabric' {
|
|
69761
69767
|
border-color: $de-toggle-bg-color !important;
|
|
69762
69768
|
}
|
|
@@ -69773,6 +69779,14 @@ $de-prop-btn-icon-clr: #ccc;
|
|
|
69773
69779
|
color: $de-title-bar-font-clr !important;
|
|
69774
69780
|
}
|
|
69775
69781
|
}
|
|
69782
|
+
@if $skin-name=='fluent2' {
|
|
69783
|
+
.e-btn-toggle .e-tbar-btn-text {
|
|
69784
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
69785
|
+
}
|
|
69786
|
+
.e-btn-toggle>span {
|
|
69787
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
69788
|
+
}
|
|
69789
|
+
}
|
|
69776
69790
|
@if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
|
|
69777
69791
|
.e-de-ctnr-group-btn-top>button:first-child {
|
|
69778
69792
|
border-radius: 0;
|
package/SCSS-Themes/fabric.scss
CHANGED
|
@@ -67095,7 +67095,8 @@ $de-column-presets-font-size: 60px !default;
|
|
|
67095
67095
|
.e-de-style-paragraph-group-button .e-btn.e-active,
|
|
67096
67096
|
.e-de-style-font-group-button .e-btn.e-active {
|
|
67097
67097
|
@if $skin-name =='fluent2' {
|
|
67098
|
-
background-color: var(--color-sf-
|
|
67098
|
+
background-color: var(--color-sf-content-bg-color-pressed);
|
|
67099
|
+
color: var(--color-sf-toolbar-icon-color);
|
|
67099
67100
|
}
|
|
67100
67101
|
}
|
|
67101
67102
|
.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
|
|
@@ -69507,13 +69508,13 @@ $de-prop-btn-icon-clr: #ccc;
|
|
|
69507
69508
|
}
|
|
69508
69509
|
.e-btn-toggle {
|
|
69509
69510
|
@if $skin-name=='fluent2' {
|
|
69510
|
-
background-color: var(--color-sf-
|
|
69511
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
69511
69512
|
}
|
|
69512
69513
|
@else{
|
|
69513
69514
|
background-color: $de-toggle-bg-color !important;
|
|
69514
69515
|
}
|
|
69515
69516
|
@if $skin-name =='fluent2' {
|
|
69516
|
-
|
|
69517
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
69517
69518
|
}
|
|
69518
69519
|
@if $skin-name=='highcontrast' {
|
|
69519
69520
|
color: $de-title-bar-font-clr !important;
|
|
@@ -69525,7 +69526,12 @@ $de-prop-btn-icon-clr: #ccc;
|
|
|
69525
69526
|
outline-offset: 0;
|
|
69526
69527
|
box-shadow: $de-toggle-btn-border !important;
|
|
69527
69528
|
#{if(&, '&', '*')}:hover {
|
|
69528
|
-
|
|
69529
|
+
@if $skin-name=='fluent2' {
|
|
69530
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
69531
|
+
}
|
|
69532
|
+
@else {
|
|
69533
|
+
background-color: $de-toggle-bg-color !important;
|
|
69534
|
+
}
|
|
69529
69535
|
@if $skin-name=='fabric' {
|
|
69530
69536
|
border-color: $de-toggle-bg-color !important;
|
|
69531
69537
|
}
|
|
@@ -69542,6 +69548,14 @@ $de-prop-btn-icon-clr: #ccc;
|
|
|
69542
69548
|
color: $de-title-bar-font-clr !important;
|
|
69543
69549
|
}
|
|
69544
69550
|
}
|
|
69551
|
+
@if $skin-name=='fluent2' {
|
|
69552
|
+
.e-btn-toggle .e-tbar-btn-text {
|
|
69553
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
69554
|
+
}
|
|
69555
|
+
.e-btn-toggle>span {
|
|
69556
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
69557
|
+
}
|
|
69558
|
+
}
|
|
69545
69559
|
@if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
|
|
69546
69560
|
.e-de-ctnr-group-btn-top>button:first-child {
|
|
69547
69561
|
border-radius: 0;
|
|
@@ -67721,7 +67721,8 @@ $de-column-presets-font-size: $text-6xl !default;
|
|
|
67721
67721
|
.e-de-style-paragraph-group-button .e-btn.e-active,
|
|
67722
67722
|
.e-de-style-font-group-button .e-btn.e-active {
|
|
67723
67723
|
@if $skin-name =='fluent2' {
|
|
67724
|
-
background-color: var(--color-sf-
|
|
67724
|
+
background-color: var(--color-sf-content-bg-color-pressed);
|
|
67725
|
+
color: var(--color-sf-toolbar-icon-color);
|
|
67725
67726
|
}
|
|
67726
67727
|
}
|
|
67727
67728
|
.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
|
|
@@ -70196,13 +70197,13 @@ $de-hover-bg: $content-bg-color-alt2 !default;
|
|
|
70196
70197
|
}
|
|
70197
70198
|
.e-btn-toggle {
|
|
70198
70199
|
@if $skin-name=='fluent2' {
|
|
70199
|
-
background-color: var(--color-sf-
|
|
70200
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
70200
70201
|
}
|
|
70201
70202
|
@else{
|
|
70202
70203
|
background-color: $de-toggle-bg-color !important;
|
|
70203
70204
|
}
|
|
70204
70205
|
@if $skin-name =='fluent2' {
|
|
70205
|
-
|
|
70206
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
70206
70207
|
}
|
|
70207
70208
|
@if $skin-name=='highcontrast' {
|
|
70208
70209
|
color: $de-title-bar-font-clr !important;
|
|
@@ -70214,7 +70215,12 @@ $de-hover-bg: $content-bg-color-alt2 !default;
|
|
|
70214
70215
|
outline-offset: 0;
|
|
70215
70216
|
box-shadow: $de-toggle-btn-border !important;
|
|
70216
70217
|
#{if(&, '&', '*')}:hover {
|
|
70217
|
-
|
|
70218
|
+
@if $skin-name=='fluent2' {
|
|
70219
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
70220
|
+
}
|
|
70221
|
+
@else {
|
|
70222
|
+
background-color: $de-toggle-bg-color !important;
|
|
70223
|
+
}
|
|
70218
70224
|
@if $skin-name=='fabric' {
|
|
70219
70225
|
border-color: $de-toggle-bg-color !important;
|
|
70220
70226
|
}
|
|
@@ -70231,6 +70237,14 @@ $de-hover-bg: $content-bg-color-alt2 !default;
|
|
|
70231
70237
|
color: $de-title-bar-font-clr !important;
|
|
70232
70238
|
}
|
|
70233
70239
|
}
|
|
70240
|
+
@if $skin-name=='fluent2' {
|
|
70241
|
+
.e-btn-toggle .e-tbar-btn-text {
|
|
70242
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
70243
|
+
}
|
|
70244
|
+
.e-btn-toggle>span {
|
|
70245
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
70246
|
+
}
|
|
70247
|
+
}
|
|
70234
70248
|
@if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
|
|
70235
70249
|
.e-de-ctnr-group-btn-top>button:first-child {
|
|
70236
70250
|
border-radius: 0;
|
package/SCSS-Themes/fluent.scss
CHANGED
|
@@ -67721,7 +67721,8 @@ $de-column-presets-font-size: $text-6xl !default;
|
|
|
67721
67721
|
.e-de-style-paragraph-group-button .e-btn.e-active,
|
|
67722
67722
|
.e-de-style-font-group-button .e-btn.e-active {
|
|
67723
67723
|
@if $skin-name =='fluent2' {
|
|
67724
|
-
background-color: var(--color-sf-
|
|
67724
|
+
background-color: var(--color-sf-content-bg-color-pressed);
|
|
67725
|
+
color: var(--color-sf-toolbar-icon-color);
|
|
67725
67726
|
}
|
|
67726
67727
|
}
|
|
67727
67728
|
.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
|
|
@@ -70196,13 +70197,13 @@ $de-hover-bg: $content-bg-color-alt2 !default;
|
|
|
70196
70197
|
}
|
|
70197
70198
|
.e-btn-toggle {
|
|
70198
70199
|
@if $skin-name=='fluent2' {
|
|
70199
|
-
background-color: var(--color-sf-
|
|
70200
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
70200
70201
|
}
|
|
70201
70202
|
@else{
|
|
70202
70203
|
background-color: $de-toggle-bg-color !important;
|
|
70203
70204
|
}
|
|
70204
70205
|
@if $skin-name =='fluent2' {
|
|
70205
|
-
|
|
70206
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
70206
70207
|
}
|
|
70207
70208
|
@if $skin-name=='highcontrast' {
|
|
70208
70209
|
color: $de-title-bar-font-clr !important;
|
|
@@ -70214,7 +70215,12 @@ $de-hover-bg: $content-bg-color-alt2 !default;
|
|
|
70214
70215
|
outline-offset: 0;
|
|
70215
70216
|
box-shadow: $de-toggle-btn-border !important;
|
|
70216
70217
|
#{if(&, '&', '*')}:hover {
|
|
70217
|
-
|
|
70218
|
+
@if $skin-name=='fluent2' {
|
|
70219
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
70220
|
+
}
|
|
70221
|
+
@else {
|
|
70222
|
+
background-color: $de-toggle-bg-color !important;
|
|
70223
|
+
}
|
|
70218
70224
|
@if $skin-name=='fabric' {
|
|
70219
70225
|
border-color: $de-toggle-bg-color !important;
|
|
70220
70226
|
}
|
|
@@ -70231,6 +70237,14 @@ $de-hover-bg: $content-bg-color-alt2 !default;
|
|
|
70231
70237
|
color: $de-title-bar-font-clr !important;
|
|
70232
70238
|
}
|
|
70233
70239
|
}
|
|
70240
|
+
@if $skin-name=='fluent2' {
|
|
70241
|
+
.e-btn-toggle .e-tbar-btn-text {
|
|
70242
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
70243
|
+
}
|
|
70244
|
+
.e-btn-toggle>span {
|
|
70245
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
70246
|
+
}
|
|
70247
|
+
}
|
|
70234
70248
|
@if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
|
|
70235
70249
|
.e-de-ctnr-group-btn-top>button:first-child {
|
|
70236
70250
|
border-radius: 0;
|
|
@@ -66031,7 +66031,7 @@ $de-ff-radio-scnd-div-mrgn-btm: 0;
|
|
|
66031
66031
|
$de-fnt-dlg-header-effects-mrgn-btm: 0;
|
|
66032
66032
|
$de-para-dlg-cs-check-box-mrgn-btm: 0;
|
|
66033
66033
|
$de-bullet-numbered-dlg-width: 300px;
|
|
66034
|
-
$de-bullet-numbered-dlg-height:
|
|
66034
|
+
$de-bullet-numbered-dlg-height: 173px;
|
|
66035
66035
|
$de-tbl-indent-lb-fnt-size: $text-xs;
|
|
66036
66036
|
$de-font-clr-div-mrgn-top: 12px;
|
|
66037
66037
|
$de-para-dlg-cs-check-box-mrgn-top: 12px;
|
|
@@ -66122,7 +66122,7 @@ $de-checkbox-wrapper-color: $content-text-color !default;
|
|
|
66122
66122
|
$bookmark-listview-border-color: $border !default;
|
|
66123
66123
|
$de-style-btn-active-bg-border-color: $border-light !default;
|
|
66124
66124
|
$de-style-btn-active-text-color: $content-text-color !default;
|
|
66125
|
-
$de-style-toggle-btn-color: $
|
|
66125
|
+
$de-style-toggle-btn-color: $secondary-bg-color !default;
|
|
66126
66126
|
$de-table-align-hover-color: $primary !default;
|
|
66127
66127
|
$de-table-tab-hover-color: $de-table-align-hover-color !default;
|
|
66128
66128
|
$de-cell-align-hover-color: $de-table-align-hover-color !default;
|
|
@@ -69916,7 +69916,8 @@ $de-column-presets-font-size: $text-6xl !default;
|
|
|
69916
69916
|
.e-de-style-paragraph-group-button .e-btn.e-active,
|
|
69917
69917
|
.e-de-style-font-group-button .e-btn.e-active {
|
|
69918
69918
|
@if $skin-name =='fluent2' {
|
|
69919
|
-
background-color: var(--color-sf-
|
|
69919
|
+
background-color: var(--color-sf-content-bg-color-pressed);
|
|
69920
|
+
color: var(--color-sf-toolbar-icon-color);
|
|
69920
69921
|
}
|
|
69921
69922
|
}
|
|
69922
69923
|
.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
|
|
@@ -72393,13 +72394,13 @@ $de-hlt-clr-height-bigger: 24px;
|
|
|
72393
72394
|
}
|
|
72394
72395
|
.e-btn-toggle {
|
|
72395
72396
|
@if $skin-name=='fluent2' {
|
|
72396
|
-
background-color: var(--color-sf-
|
|
72397
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
72397
72398
|
}
|
|
72398
72399
|
@else{
|
|
72399
72400
|
background-color: $de-toggle-bg-color !important;
|
|
72400
72401
|
}
|
|
72401
72402
|
@if $skin-name =='fluent2' {
|
|
72402
|
-
|
|
72403
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
72403
72404
|
}
|
|
72404
72405
|
@if $skin-name=='highcontrast' {
|
|
72405
72406
|
color: $de-title-bar-font-clr !important;
|
|
@@ -72411,7 +72412,12 @@ $de-hlt-clr-height-bigger: 24px;
|
|
|
72411
72412
|
outline-offset: 0;
|
|
72412
72413
|
box-shadow: $de-toggle-btn-border !important;
|
|
72413
72414
|
#{if(&, '&', '*')}:hover {
|
|
72414
|
-
|
|
72415
|
+
@if $skin-name=='fluent2' {
|
|
72416
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
72417
|
+
}
|
|
72418
|
+
@else {
|
|
72419
|
+
background-color: $de-toggle-bg-color !important;
|
|
72420
|
+
}
|
|
72415
72421
|
@if $skin-name=='fabric' {
|
|
72416
72422
|
border-color: $de-toggle-bg-color !important;
|
|
72417
72423
|
}
|
|
@@ -72428,6 +72434,14 @@ $de-hlt-clr-height-bigger: 24px;
|
|
|
72428
72434
|
color: $de-title-bar-font-clr !important;
|
|
72429
72435
|
}
|
|
72430
72436
|
}
|
|
72437
|
+
@if $skin-name=='fluent2' {
|
|
72438
|
+
.e-btn-toggle .e-tbar-btn-text {
|
|
72439
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
72440
|
+
}
|
|
72441
|
+
.e-btn-toggle>span {
|
|
72442
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
72443
|
+
}
|
|
72444
|
+
}
|
|
72431
72445
|
@if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
|
|
72432
72446
|
.e-de-ctnr-group-btn-top>button:first-child {
|
|
72433
72447
|
border-radius: 0;
|
package/SCSS-Themes/fluent2.scss
CHANGED
|
@@ -66791,7 +66791,7 @@ $de-ff-radio-scnd-div-mrgn-btm: 0;
|
|
|
66791
66791
|
$de-fnt-dlg-header-effects-mrgn-btm: 0;
|
|
66792
66792
|
$de-para-dlg-cs-check-box-mrgn-btm: 0;
|
|
66793
66793
|
$de-bullet-numbered-dlg-width: 300px;
|
|
66794
|
-
$de-bullet-numbered-dlg-height:
|
|
66794
|
+
$de-bullet-numbered-dlg-height: 173px;
|
|
66795
66795
|
$de-tbl-indent-lb-fnt-size: $text-xs;
|
|
66796
66796
|
$de-font-clr-div-mrgn-top: 12px;
|
|
66797
66797
|
$de-para-dlg-cs-check-box-mrgn-top: 12px;
|
|
@@ -66882,7 +66882,7 @@ $de-checkbox-wrapper-color: $content-text-color !default;
|
|
|
66882
66882
|
$bookmark-listview-border-color: $border !default;
|
|
66883
66883
|
$de-style-btn-active-bg-border-color: $border-light !default;
|
|
66884
66884
|
$de-style-btn-active-text-color: $content-text-color !default;
|
|
66885
|
-
$de-style-toggle-btn-color: $
|
|
66885
|
+
$de-style-toggle-btn-color: $secondary-bg-color !default;
|
|
66886
66886
|
$de-table-align-hover-color: $primary !default;
|
|
66887
66887
|
$de-table-tab-hover-color: $de-table-align-hover-color !default;
|
|
66888
66888
|
$de-cell-align-hover-color: $de-table-align-hover-color !default;
|
|
@@ -70676,7 +70676,8 @@ $de-column-presets-font-size: $text-6xl !default;
|
|
|
70676
70676
|
.e-de-style-paragraph-group-button .e-btn.e-active,
|
|
70677
70677
|
.e-de-style-font-group-button .e-btn.e-active {
|
|
70678
70678
|
@if $skin-name =='fluent2' {
|
|
70679
|
-
background-color: var(--color-sf-
|
|
70679
|
+
background-color: var(--color-sf-content-bg-color-pressed);
|
|
70680
|
+
color: var(--color-sf-toolbar-icon-color);
|
|
70680
70681
|
}
|
|
70681
70682
|
}
|
|
70682
70683
|
.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame {
|
|
@@ -73153,13 +73154,13 @@ $de-hlt-clr-height-bigger: 24px;
|
|
|
73153
73154
|
}
|
|
73154
73155
|
.e-btn-toggle {
|
|
73155
73156
|
@if $skin-name=='fluent2' {
|
|
73156
|
-
background-color: var(--color-sf-
|
|
73157
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
73157
73158
|
}
|
|
73158
73159
|
@else{
|
|
73159
73160
|
background-color: $de-toggle-bg-color !important;
|
|
73160
73161
|
}
|
|
73161
73162
|
@if $skin-name =='fluent2' {
|
|
73162
|
-
|
|
73163
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
73163
73164
|
}
|
|
73164
73165
|
@if $skin-name=='highcontrast' {
|
|
73165
73166
|
color: $de-title-bar-font-clr !important;
|
|
@@ -73171,7 +73172,12 @@ $de-hlt-clr-height-bigger: 24px;
|
|
|
73171
73172
|
outline-offset: 0;
|
|
73172
73173
|
box-shadow: $de-toggle-btn-border !important;
|
|
73173
73174
|
#{if(&, '&', '*')}:hover {
|
|
73174
|
-
|
|
73175
|
+
@if $skin-name=='fluent2' {
|
|
73176
|
+
background-color: var(--color-sf-content-bg-color-pressed) !important;
|
|
73177
|
+
}
|
|
73178
|
+
@else {
|
|
73179
|
+
background-color: $de-toggle-bg-color !important;
|
|
73180
|
+
}
|
|
73175
73181
|
@if $skin-name=='fabric' {
|
|
73176
73182
|
border-color: $de-toggle-bg-color !important;
|
|
73177
73183
|
}
|
|
@@ -73188,6 +73194,14 @@ $de-hlt-clr-height-bigger: 24px;
|
|
|
73188
73194
|
color: $de-title-bar-font-clr !important;
|
|
73189
73195
|
}
|
|
73190
73196
|
}
|
|
73197
|
+
@if $skin-name=='fluent2' {
|
|
73198
|
+
.e-btn-toggle .e-tbar-btn-text {
|
|
73199
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
73200
|
+
}
|
|
73201
|
+
.e-btn-toggle>span {
|
|
73202
|
+
color: var(--color-sf-toolbar-icon-color) !important;
|
|
73203
|
+
}
|
|
73204
|
+
}
|
|
73191
73205
|
@if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
|
|
73192
73206
|
.e-de-ctnr-group-btn-top>button:first-child {
|
|
73193
73207
|
border-radius: 0;
|