@syncfusion/ej2-fabric-dark-theme 34.2.4 → 34.2.6
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/base/base.css +7 -1
- package/styles/file-manager/_theme.scss +24 -31
- package/styles/file-manager/file-manager-lite.css +1 -4
- package/styles/file-manager/file-manager.css +1 -4
- package/styles/icons/fabric.css +7 -1
- package/styles/icons/fabric.scss +3 -1
- package/styles/input/_bigger.scss +18 -2
- package/styles/input/_layout.scss +19 -2
- package/styles/pdfviewer/_theme.scss +306 -0
- package/styles/pdfviewer/icons/_fabric-dark.scss +15 -0
- package/styles/pdfviewer/pdfviewer-lite.css +270 -0
- package/styles/pdfviewer/pdfviewer.css +270 -0
- package/styles/spreadsheet/_layout.scss +3 -0
- package/styles/spreadsheet/spreadsheet-lite.css +3 -0
- package/styles/spreadsheet/spreadsheet.css +3 -0
|
@@ -105,40 +105,33 @@
|
|
|
105
105
|
color: $fe-bc-hover-font-color;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
&:not(:last-child) {
|
|
115
|
-
.e-list-text {
|
|
116
|
-
@if ($fm-skin-name == 'bootstrap5.3') {
|
|
117
|
-
&:hover {
|
|
118
|
-
background-color: $content-bg-color-hover;
|
|
119
|
-
color: $primary-bg-color-hover;
|
|
120
|
-
text-decoration: underline $primary-bg-color-hover;
|
|
121
|
-
}
|
|
122
|
-
&:active {
|
|
123
|
-
color: $primary-bg-color-hover;
|
|
124
|
-
border: 1px solid $primary-bg-color-hover;
|
|
125
|
-
text-decoration: underline $primary-bg-color-hover;
|
|
126
|
-
}
|
|
108
|
+
.e-list-text {
|
|
109
|
+
@if ($fm-skin-name == 'bootstrap5.3') {
|
|
110
|
+
&:hover {
|
|
111
|
+
background-color: $content-bg-color-hover;
|
|
112
|
+
color: $primary-bg-color-hover;
|
|
113
|
+
text-decoration: underline $primary-bg-color-hover;
|
|
127
114
|
}
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
background: $fe-bc-hover-bg-color;
|
|
134
|
-
}
|
|
135
|
-
color: $fe-bc-hover-font-color;
|
|
136
|
-
}
|
|
115
|
+
&:active,
|
|
116
|
+
&:focus {
|
|
117
|
+
color: $primary-bg-color-hover;
|
|
118
|
+
border: 1px solid $primary-bg-color-hover;
|
|
119
|
+
text-decoration: underline $primary-bg-color-hover;
|
|
137
120
|
}
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
121
|
+
}
|
|
122
|
+
@else {
|
|
123
|
+
&:hover,
|
|
124
|
+
&:active,
|
|
125
|
+
&:focus {
|
|
126
|
+
@if $fm-skin-name != 'tailwind' and $fm-skin-name != 'bootstrap5' {
|
|
127
|
+
background: $fe-bc-hover-bg-color;
|
|
141
128
|
}
|
|
129
|
+
color: $fe-bc-hover-font-color;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
@if $fm-skin-name == 'fluent2' {
|
|
133
|
+
&:active {
|
|
134
|
+
background: $fe-bc-active-bg-color;
|
|
142
135
|
}
|
|
143
136
|
}
|
|
144
137
|
}
|
|
@@ -918,10 +918,7 @@ ejs-filemanager {
|
|
|
918
918
|
background: #333232;
|
|
919
919
|
color: hsl(205.8823529412, 100%, -4%);
|
|
920
920
|
}
|
|
921
|
-
.e-filemanager .e-address .e-address-list-item:
|
|
922
|
-
color: #dadada;
|
|
923
|
-
}
|
|
924
|
-
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus {
|
|
921
|
+
.e-filemanager .e-address .e-address-list-item .e-list-text:hover, .e-filemanager .e-address .e-address-list-item .e-list-text:active, .e-filemanager .e-address .e-address-list-item .e-list-text:focus {
|
|
925
922
|
background: #333232;
|
|
926
923
|
color: hsl(205.8823529412, 100%, -4%);
|
|
927
924
|
}
|
|
@@ -918,10 +918,7 @@ ejs-filemanager {
|
|
|
918
918
|
background: #333232;
|
|
919
919
|
color: hsl(205.8823529412, 100%, -4%);
|
|
920
920
|
}
|
|
921
|
-
.e-filemanager .e-address .e-address-list-item:
|
|
922
|
-
color: #dadada;
|
|
923
|
-
}
|
|
924
|
-
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active, .e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus {
|
|
921
|
+
.e-filemanager .e-address .e-address-list-item .e-list-text:hover, .e-filemanager .e-address .e-address-list-item .e-list-text:active, .e-filemanager .e-address .e-address-list-item .e-list-text:focus {
|
|
925
922
|
background: #333232;
|
|
926
923
|
color: hsl(205.8823529412, 100%, -4%);
|
|
927
924
|
}
|