@syncfusion/ej2-fluent2-dark-theme 34.1.29 → 34.1.32
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/package.json +2 -2
- package/styles/ai-assistview/index-lite.css +2 -1
- package/styles/ai-assistview/index-lite.scss +2 -1
- package/styles/ai-assistview/index.css +2 -1
- package/styles/ai-assistview/index.scss +2 -1
- package/styles/base/base.css +10 -1
- package/styles/button/_mixin.scss +1 -0
- package/styles/button/button-lite.css +1 -0
- package/styles/button/button.css +1 -0
- package/styles/button-group/button-group-lite.css +1 -0
- package/styles/button-group/button-group.css +1 -0
- package/styles/color-picker/_bigger.scss +3 -0
- package/styles/color-picker/_fluent2-definition.scss +1 -0
- package/styles/color-picker/_layout.scss +5 -0
- package/styles/color-picker/color-picker-lite.css +7 -0
- package/styles/color-picker/color-picker.css +12 -0
- package/styles/document-editor/_theme.scss +26 -0
- package/styles/document-editor/document-editor-lite.css +21 -0
- package/styles/document-editor/document-editor.css +21 -0
- package/styles/file-manager/_layout.scss +5 -0
- package/styles/file-manager/file-manager-lite.css +5 -0
- package/styles/file-manager/file-manager.css +5 -0
- package/styles/gantt/index-lite.css +1 -0
- package/styles/gantt/index-lite.scss +1 -0
- package/styles/gantt/index.css +1 -0
- package/styles/gantt/index.scss +1 -0
- package/styles/grid/_theme.scss +1 -1
- package/styles/grid/grid-lite.css +1 -1
- package/styles/grid/grid.css +1 -1
- package/styles/icons/fluent2.css +10 -1
- package/styles/icons/fluent2.scss +4 -1
- package/styles/inline-ai-assist/_fluent2-definition.scss +4 -3
- package/styles/inline-ai-assist/_layout.scss +1 -0
- package/styles/inline-ai-assist/_theme.scss +4 -0
- package/styles/inline-ai-assist/index-lite.css +1 -1
- package/styles/inline-ai-assist/index-lite.scss +1 -1
- package/styles/inline-ai-assist/index.css +1 -1
- package/styles/inline-ai-assist/index.scss +1 -1
- package/styles/inline-ai-assist/inline-ai-assist-lite.css +7 -3
- package/styles/inline-ai-assist/inline-ai-assist.css +7 -3
- package/styles/inplace-editor/index-lite.css +1 -0
- package/styles/inplace-editor/index-lite.scss +1 -0
- package/styles/inplace-editor/index.css +1 -0
- package/styles/inplace-editor/index.scss +1 -0
- package/styles/pager/_layout.scss +10 -0
- package/styles/pager/pager-lite.css +8 -0
- package/styles/pager/pager.css +8 -0
- package/styles/pdfviewer/_theme.scss +46 -24
- package/styles/pdfviewer/index-lite.css +1 -0
- package/styles/pdfviewer/index-lite.scss +1 -0
- package/styles/pdfviewer/index.css +1 -0
- package/styles/pdfviewer/index.scss +1 -0
- package/styles/pivotview/_theme.scss +2 -2
- package/styles/pivotview/pivotview-lite.css +2 -2
- package/styles/pivotview/pivotview.css +2 -2
- package/styles/rich-text-editor/index-lite.css +1 -0
- package/styles/rich-text-editor/index-lite.scss +1 -0
- package/styles/rich-text-editor/index.css +1 -0
- package/styles/rich-text-editor/index.scss +1 -0
- package/styles/smartpdfviewer/index-lite.css +1 -1
- package/styles/smartpdfviewer/index-lite.scss +1 -1
- package/styles/smartpdfviewer/index.css +1 -1
- package/styles/smartpdfviewer/index.scss +1 -1
- package/styles/spreadsheet/index-lite.css +1 -0
- package/styles/spreadsheet/index-lite.scss +1 -0
- package/styles/spreadsheet/index.css +1 -0
- package/styles/spreadsheet/index.scss +1 -0
|
@@ -362,6 +362,7 @@
|
|
|
362
362
|
background: $btn-outline-disabled-bgcolor !important; /* stylelint-disable-line declaration-no-important */
|
|
363
363
|
border-color: $btn-outline-disabled-border-color !important; /* stylelint-disable-line declaration-no-important */
|
|
364
364
|
color: $btn-outline-disabled-color !important; /* stylelint-disable-line declaration-no-important */
|
|
365
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
365
366
|
}
|
|
366
367
|
@else if $skin-name == 'tailwind3' {
|
|
367
368
|
border: 1px solid $secondary-border-color-disabled;
|
|
@@ -1042,6 +1042,7 @@
|
|
|
1042
1042
|
background: var(--color-sf-secondary-bg-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1043
1043
|
border-color: var(--color-sf-secondary-border-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1044
1044
|
color: var(--color-sf-secondary-text-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1045
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1045
1046
|
}
|
|
1046
1047
|
.e-btn.e-outline.e-primary,
|
|
1047
1048
|
.e-css.e-btn.e-outline.e-primary {
|
package/styles/button/button.css
CHANGED
|
@@ -1042,6 +1042,7 @@
|
|
|
1042
1042
|
background: var(--color-sf-secondary-bg-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1043
1043
|
border-color: var(--color-sf-secondary-border-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1044
1044
|
color: var(--color-sf-secondary-text-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
1045
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
1045
1046
|
}
|
|
1046
1047
|
.e-btn.e-outline.e-primary,
|
|
1047
1048
|
.e-css.e-btn.e-outline.e-primary {
|
|
@@ -594,6 +594,7 @@
|
|
|
594
594
|
background: var(--color-sf-secondary-bg-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
595
595
|
border-color: var(--color-sf-secondary-border-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
596
596
|
color: var(--color-sf-secondary-text-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
597
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
597
598
|
border-color: var(--color-sf-secondary-border-color);
|
|
598
599
|
}
|
|
599
600
|
.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
@@ -594,6 +594,7 @@
|
|
|
594
594
|
background: var(--color-sf-secondary-bg-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
595
595
|
border-color: var(--color-sf-secondary-border-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
596
596
|
color: var(--color-sf-secondary-text-color-disabled) !important; /* stylelint-disable-line declaration-no-important */
|
|
597
|
+
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
597
598
|
border-color: var(--color-sf-secondary-border-color);
|
|
598
599
|
}
|
|
599
600
|
.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
@@ -221,6 +221,11 @@
|
|
|
221
221
|
@else {
|
|
222
222
|
width: $cpicker-container-width;
|
|
223
223
|
}
|
|
224
|
+
|
|
225
|
+
@media screen and (max-width: 480px) {
|
|
226
|
+
width: $cpicker-media-width;
|
|
227
|
+
}
|
|
228
|
+
|
|
224
229
|
@if $skin-name == 'bootstrap4' {
|
|
225
230
|
background-color: $content-bg;
|
|
226
231
|
border: 1px solid $cpicker-shadow;
|
|
@@ -112,6 +112,13 @@ body.e-colorpicker-overflow {
|
|
|
112
112
|
}
|
|
113
113
|
.e-container.e-color-picker {
|
|
114
114
|
width: 350px;
|
|
115
|
+
}
|
|
116
|
+
@media screen and (max-width: 480px) {
|
|
117
|
+
.e-container.e-color-picker {
|
|
118
|
+
width: 344px;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
.e-container.e-color-picker {
|
|
115
122
|
border: 1px solid 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
116
123
|
}
|
|
117
124
|
.e-container.e-color-picker .e-mode-switch-btn {
|
|
@@ -112,6 +112,13 @@ body.e-colorpicker-overflow {
|
|
|
112
112
|
}
|
|
113
113
|
.e-container.e-color-picker {
|
|
114
114
|
width: 350px;
|
|
115
|
+
}
|
|
116
|
+
@media screen and (max-width: 480px) {
|
|
117
|
+
.e-container.e-color-picker {
|
|
118
|
+
width: 344px;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
.e-container.e-color-picker {
|
|
115
122
|
border: 1px solid 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
116
123
|
}
|
|
117
124
|
.e-container.e-color-picker .e-mode-switch-btn {
|
|
@@ -623,6 +630,11 @@ body.e-colorpicker-overflow {
|
|
|
623
630
|
.e-bigger .e-container.e-color-picker {
|
|
624
631
|
width: 401px;
|
|
625
632
|
}
|
|
633
|
+
@media screen and (max-width: 480px) {
|
|
634
|
+
.e-bigger .e-container.e-color-picker {
|
|
635
|
+
width: 344px;
|
|
636
|
+
}
|
|
637
|
+
}
|
|
626
638
|
.e-bigger .e-container.e-color-picker .e-switch-ctrl-btn {
|
|
627
639
|
padding: 13px 12px;
|
|
628
640
|
}
|
|
@@ -1383,6 +1383,32 @@
|
|
|
1383
1383
|
margin-bottom: $de-spellcheck-container-gap;
|
|
1384
1384
|
display: flex;
|
|
1385
1385
|
}
|
|
1386
|
+
.e-de-loading-dots::after {
|
|
1387
|
+
content: '';
|
|
1388
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
@keyframes e-de-loading-dots-animation {
|
|
1392
|
+
0% {
|
|
1393
|
+
content: '';
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
25% {
|
|
1397
|
+
content: '.';
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
50% {
|
|
1401
|
+
content: '..';
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
75% {
|
|
1405
|
+
content: '...';
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
100% {
|
|
1409
|
+
content: '';
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1386
1412
|
.e-dlg-spellcheck-listitem {
|
|
1387
1413
|
font-size: $de-spellcheck--listitem-font-size !important;
|
|
1388
1414
|
}
|
|
@@ -1956,6 +1956,27 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1956
1956
|
display: -ms-flexbox;
|
|
1957
1957
|
display: flex;
|
|
1958
1958
|
}
|
|
1959
|
+
.e-de-loading-dots::after {
|
|
1960
|
+
content: "";
|
|
1961
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
1962
|
+
}
|
|
1963
|
+
@keyframes e-de-loading-dots-animation {
|
|
1964
|
+
0% {
|
|
1965
|
+
content: "";
|
|
1966
|
+
}
|
|
1967
|
+
25% {
|
|
1968
|
+
content: ".";
|
|
1969
|
+
}
|
|
1970
|
+
50% {
|
|
1971
|
+
content: "..";
|
|
1972
|
+
}
|
|
1973
|
+
75% {
|
|
1974
|
+
content: "...";
|
|
1975
|
+
}
|
|
1976
|
+
100% {
|
|
1977
|
+
content: "";
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1959
1980
|
.e-dlg-spellcheck-listitem {
|
|
1960
1981
|
font-size: 15px !important;
|
|
1961
1982
|
}
|
|
@@ -1956,6 +1956,27 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1956
1956
|
display: -ms-flexbox;
|
|
1957
1957
|
display: flex;
|
|
1958
1958
|
}
|
|
1959
|
+
.e-de-loading-dots::after {
|
|
1960
|
+
content: "";
|
|
1961
|
+
animation: e-de-loading-dots-animation 1.5s steps(4, end) infinite;
|
|
1962
|
+
}
|
|
1963
|
+
@keyframes e-de-loading-dots-animation {
|
|
1964
|
+
0% {
|
|
1965
|
+
content: "";
|
|
1966
|
+
}
|
|
1967
|
+
25% {
|
|
1968
|
+
content: ".";
|
|
1969
|
+
}
|
|
1970
|
+
50% {
|
|
1971
|
+
content: "..";
|
|
1972
|
+
}
|
|
1973
|
+
75% {
|
|
1974
|
+
content: "...";
|
|
1975
|
+
}
|
|
1976
|
+
100% {
|
|
1977
|
+
content: "";
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1959
1980
|
.e-dlg-spellcheck-listitem {
|
|
1960
1981
|
font-size: 15px !important;
|
|
1961
1982
|
}
|
|
@@ -654,6 +654,11 @@ ejs-filemanager {
|
|
|
654
654
|
text-align: center;
|
|
655
655
|
top: 0;
|
|
656
656
|
}
|
|
657
|
+
.e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
|
|
658
|
+
position: absolute;
|
|
659
|
+
right: -5px;
|
|
660
|
+
top: -5px;
|
|
661
|
+
}
|
|
657
662
|
.e-filemanager.e-rtl .e-treeview > .e-ul {
|
|
658
663
|
padding: 0 8px 0 0;
|
|
659
664
|
}
|
|
@@ -654,6 +654,11 @@ ejs-filemanager {
|
|
|
654
654
|
text-align: center;
|
|
655
655
|
top: 0;
|
|
656
656
|
}
|
|
657
|
+
.e-filemanager .e-fe-clone .e-fe-count.e-fm-template {
|
|
658
|
+
position: absolute;
|
|
659
|
+
right: -5px;
|
|
660
|
+
top: -5px;
|
|
661
|
+
}
|
|
657
662
|
.e-filemanager.e-rtl .e-treeview > .e-ul {
|
|
658
663
|
padding: 0 8px 0 0;
|
|
659
664
|
}
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
@import '../uploader/uploader-lite.css';
|
|
32
32
|
@import '../menu/menu-lite.css';
|
|
33
33
|
@import '../ai-assistview/ai-assistview-lite.css';
|
|
34
|
+
@import '../floating-action-button/floating-action-button-lite.css';
|
|
34
35
|
@import '../textarea/textarea.css';
|
|
35
36
|
@import '../textbox/textbox-lite.css';
|
|
36
37
|
@import '../skeleton/skeleton.css';
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
@use '../uploader/uploader-lite' as *;
|
|
32
32
|
@use '../menu/menu-lite' as *;
|
|
33
33
|
@use '../ai-assistview/ai-assistview-lite' as *;
|
|
34
|
+
@use '../floating-action-button/floating-action-button-lite' as *;
|
|
34
35
|
@use '../textarea/textarea' as *;
|
|
35
36
|
@use '../textbox/textbox-lite' as *;
|
|
36
37
|
@use '../skeleton/skeleton' as *;
|
package/styles/gantt/index.css
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
@import '../uploader/uploader.css';
|
|
32
32
|
@import '../menu/menu.css';
|
|
33
33
|
@import '../ai-assistview/ai-assistview.css';
|
|
34
|
+
@import '../floating-action-button/floating-action-button.css';
|
|
34
35
|
@import '../textarea/textarea.css';
|
|
35
36
|
@import '../textbox/textbox.css';
|
|
36
37
|
@import '../skeleton/skeleton.css';
|
package/styles/gantt/index.scss
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
@use '../uploader/uploader' as *;
|
|
32
32
|
@use '../menu/menu' as *;
|
|
33
33
|
@use '../ai-assistview/ai-assistview' as *;
|
|
34
|
+
@use '../floating-action-button/floating-action-button' as *;
|
|
34
35
|
@use '../textarea/textarea' as *;
|
|
35
36
|
@use '../textbox/textbox' as *;
|
|
36
37
|
@use '../skeleton/skeleton' as *;
|
package/styles/grid/_theme.scss
CHANGED
|
@@ -3770,7 +3770,7 @@
|
|
|
3770
3770
|
background: var(--color-sf-table-bg-color-selected);
|
|
3771
3771
|
color: var(--color-sf-content-bg-color-selected);
|
|
3772
3772
|
}
|
|
3773
|
-
.e-grid td:hover.e-cellselectionbackground {
|
|
3773
|
+
.e-grid.e-gridhover td:hover.e-cellselectionbackground {
|
|
3774
3774
|
background: var(--color-sf-primary-light);
|
|
3775
3775
|
}
|
|
3776
3776
|
.e-grid td.e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd).e-cellselectionbackground,
|
package/styles/grid/grid.css
CHANGED
|
@@ -3770,7 +3770,7 @@
|
|
|
3770
3770
|
background: var(--color-sf-table-bg-color-selected);
|
|
3771
3771
|
color: var(--color-sf-content-bg-color-selected);
|
|
3772
3772
|
}
|
|
3773
|
-
.e-grid td:hover.e-cellselectionbackground {
|
|
3773
|
+
.e-grid.e-gridhover td:hover.e-cellselectionbackground {
|
|
3774
3774
|
background: var(--color-sf-primary-light);
|
|
3775
3775
|
}
|
|
3776
3776
|
.e-grid td.e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd).e-cellselectionbackground,
|