@syncfusion/ej2-filemanager 33.2.10 → 34.1.29
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/dist/ej2-filemanager.min.js +2 -2
- package/dist/ej2-filemanager.umd.min.js +2 -2
- package/dist/ej2-filemanager.umd.min.js.map +1 -1
- package/dist/es6/ej2-filemanager.es2015.js +297 -13
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +297 -13
- package/dist/es6/ej2-filemanager.es5.js.map +1 -1
- package/dist/global/ej2-filemanager.min.js +2 -2
- package/dist/global/ej2-filemanager.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/file-manager/common/operations.js +1 -1
- package/src/file-manager/layout/details-view.d.ts +10 -0
- package/src/file-manager/layout/details-view.js +295 -11
- package/src/file-manager/layout/large-icons-view.js +1 -1
- package/styles/bds-lite.css +11 -347
- package/styles/bds-lite.scss +1 -13
- package/styles/bds.css +15 -362
- package/styles/bds.scss +2 -14
- package/styles/bootstrap-dark-lite.css +14 -58
- package/styles/bootstrap-dark-lite.scss +1 -13
- package/styles/bootstrap-dark.css +18 -65
- package/styles/bootstrap-dark.scss +2 -14
- package/styles/bootstrap-lite.css +8 -59
- package/styles/bootstrap-lite.scss +1 -13
- package/styles/bootstrap.css +12 -66
- package/styles/bootstrap.scss +2 -14
- package/styles/bootstrap4-lite.css +16 -64
- package/styles/bootstrap4-lite.scss +1 -13
- package/styles/bootstrap4.css +20 -71
- package/styles/bootstrap4.scss +2 -14
- package/styles/bootstrap5-dark-lite.css +17 -67
- package/styles/bootstrap5-dark-lite.scss +1 -13
- package/styles/bootstrap5-dark.css +21 -74
- package/styles/bootstrap5-dark.scss +2 -14
- package/styles/bootstrap5-lite.css +17 -67
- package/styles/bootstrap5-lite.scss +1 -14
- package/styles/bootstrap5.3-lite.css +8 -228
- package/styles/bootstrap5.3-lite.scss +1 -14
- package/styles/bootstrap5.3.css +12 -403
- package/styles/bootstrap5.3.scss +2 -15
- package/styles/bootstrap5.css +21 -74
- package/styles/bootstrap5.scss +2 -15
- package/styles/fabric-dark-lite.css +12 -60
- package/styles/fabric-dark-lite.scss +1 -14
- package/styles/fabric-dark.css +16 -67
- package/styles/fabric-dark.scss +2 -15
- package/styles/fabric-lite.css +12 -61
- package/styles/fabric-lite.scss +1 -14
- package/styles/fabric.css +16 -68
- package/styles/fabric.scss +2 -15
- package/styles/file-manager/_all.scss +2 -2
- package/styles/file-manager/_bds-definition.scss +1 -2
- package/styles/file-manager/_bigger.scss +14 -2
- package/styles/file-manager/_bootstrap-dark-definition.scss +1 -2
- package/styles/file-manager/_bootstrap-definition.scss +1 -2
- package/styles/file-manager/_bootstrap4-definition.scss +1 -2
- package/styles/file-manager/_bootstrap5-dark-definition.scss +1 -2
- package/styles/file-manager/_bootstrap5-definition.scss +1 -2
- package/styles/file-manager/_bootstrap5.3-definition.scss +1 -2
- package/styles/file-manager/_fabric-dark-definition.scss +1 -2
- package/styles/file-manager/_fabric-definition.scss +1 -2
- package/styles/file-manager/_fluent-dark-definition.scss +1 -2
- package/styles/file-manager/_fluent-definition.scss +1 -2
- package/styles/file-manager/_fluent2-definition.scss +1 -2
- package/styles/file-manager/_fusionnew-definition.scss +1 -2
- package/styles/file-manager/_highcontrast-definition.scss +1 -2
- package/styles/file-manager/_highcontrast-light-definition.scss +1 -2
- package/styles/file-manager/_layout.scss +7 -3
- package/styles/file-manager/_material-dark-definition.scss +1 -2
- package/styles/file-manager/_material-definition.scss +1 -2
- package/styles/file-manager/_material3-dark-definition.scss +2 -2
- package/styles/file-manager/_material3-definition.scss +2 -2
- package/styles/file-manager/_tailwind-dark-definition.scss +1 -2
- package/styles/file-manager/_tailwind-definition.scss +1 -2
- package/styles/file-manager/_tailwind3-definition.scss +1 -2
- package/styles/file-manager/_theme.scss +1 -1
- package/styles/file-manager/_variables.scss +2 -0
- package/styles/file-manager/bds.css +15 -362
- package/styles/file-manager/bds.scss +2 -15
- package/styles/file-manager/bootstrap-dark.css +18 -65
- package/styles/file-manager/bootstrap-dark.scss +2 -15
- package/styles/file-manager/bootstrap.css +12 -66
- package/styles/file-manager/bootstrap.scss +2 -15
- package/styles/file-manager/bootstrap4.css +20 -71
- package/styles/file-manager/bootstrap4.scss +2 -15
- package/styles/file-manager/bootstrap5-dark.css +21 -74
- package/styles/file-manager/bootstrap5-dark.scss +2 -15
- package/styles/file-manager/bootstrap5.3.css +12 -403
- package/styles/file-manager/bootstrap5.3.scss +2 -15
- package/styles/file-manager/bootstrap5.css +21 -74
- package/styles/file-manager/bootstrap5.scss +2 -15
- package/styles/file-manager/fabric-dark.css +16 -67
- package/styles/file-manager/fabric-dark.scss +2 -15
- package/styles/file-manager/fabric.css +16 -68
- package/styles/file-manager/fabric.scss +2 -15
- package/styles/file-manager/fluent-dark.css +12 -66
- package/styles/file-manager/fluent-dark.scss +2 -15
- package/styles/file-manager/fluent.css +12 -66
- package/styles/file-manager/fluent.scss +2 -15
- package/styles/file-manager/fluent2.css +19 -650
- package/styles/file-manager/fluent2.scss +2 -15
- package/styles/file-manager/highcontrast-light.css +12 -65
- package/styles/file-manager/highcontrast-light.scss +2 -15
- package/styles/file-manager/highcontrast.css +20 -74
- package/styles/file-manager/highcontrast.scss +2 -15
- package/styles/file-manager/icons/_bds.scss +1 -1
- package/styles/file-manager/icons/_bootstrap-dark.scss +1 -1
- package/styles/file-manager/icons/_bootstrap.scss +1 -1
- package/styles/file-manager/icons/_bootstrap4.scss +1 -1
- package/styles/file-manager/icons/_bootstrap5.3.scss +1 -1
- package/styles/file-manager/icons/_bootstrap5.scss +1 -1
- package/styles/file-manager/icons/_fabric-dark.scss +1 -1
- package/styles/file-manager/icons/_fabric.scss +1 -1
- package/styles/file-manager/icons/_fluent.scss +1 -1
- package/styles/file-manager/icons/_fluent2.scss +1 -1
- package/styles/file-manager/icons/_fusionnew.scss +1 -1
- package/styles/file-manager/icons/_highcontrast-light.scss +1 -1
- package/styles/file-manager/icons/_highcontrast.scss +1 -1
- package/styles/file-manager/icons/_material-dark.scss +1 -1
- package/styles/file-manager/icons/_material.scss +1 -1
- package/styles/file-manager/icons/_material3.scss +1 -1
- package/styles/file-manager/icons/_tailwind.scss +1 -1
- package/styles/file-manager/icons/_tailwind3.scss +1 -1
- package/styles/file-manager/material-dark.css +12 -101
- package/styles/file-manager/material-dark.scss +2 -15
- package/styles/file-manager/material.css +12 -123
- package/styles/file-manager/material.scss +2 -15
- package/styles/file-manager/material3-dark.css +15 -424
- package/styles/file-manager/material3-dark.scss +2 -15
- package/styles/file-manager/material3.css +15 -432
- package/styles/file-manager/material3.scss +2 -15
- package/styles/file-manager/tailwind-dark.css +15 -67
- package/styles/file-manager/tailwind-dark.scss +2 -15
- package/styles/file-manager/tailwind.css +15 -67
- package/styles/file-manager/tailwind.scss +2 -15
- package/styles/file-manager/tailwind3.css +14 -425
- package/styles/file-manager/tailwind3.scss +2 -15
- package/styles/fluent-dark-lite.css +8 -59
- package/styles/fluent-dark-lite.scss +1 -14
- package/styles/fluent-dark.css +12 -66
- package/styles/fluent-dark.scss +2 -15
- package/styles/fluent-lite.css +8 -59
- package/styles/fluent-lite.scss +1 -14
- package/styles/fluent.css +12 -66
- package/styles/fluent.scss +2 -15
- package/styles/fluent2-lite.css +15 -471
- package/styles/fluent2-lite.scss +1 -14
- package/styles/fluent2.css +19 -650
- package/styles/fluent2.scss +2 -15
- package/styles/highcontrast-light-lite.css +8 -58
- package/styles/highcontrast-light-lite.scss +1 -14
- package/styles/highcontrast-light.css +12 -65
- package/styles/highcontrast-light.scss +2 -15
- package/styles/highcontrast-lite.css +16 -67
- package/styles/highcontrast-lite.scss +1 -14
- package/styles/highcontrast.css +20 -74
- package/styles/highcontrast.scss +2 -15
- package/styles/material-dark-lite.css +8 -94
- package/styles/material-dark-lite.scss +1 -14
- package/styles/material-dark.css +12 -101
- package/styles/material-dark.scss +2 -15
- package/styles/material-lite.css +8 -116
- package/styles/material-lite.scss +1 -13
- package/styles/material.css +12 -123
- package/styles/material.scss +2 -14
- package/styles/material3-dark-lite.css +11 -255
- package/styles/material3-dark-lite.scss +1 -14
- package/styles/material3-dark.css +15 -424
- package/styles/material3-dark.scss +2 -15
- package/styles/material3-lite.css +11 -259
- package/styles/material3-lite.scss +1 -14
- package/styles/material3.css +15 -432
- package/styles/material3.scss +2 -15
- package/styles/tailwind-dark-lite.css +11 -60
- package/styles/tailwind-dark-lite.scss +1 -14
- package/styles/tailwind-dark.css +15 -67
- package/styles/tailwind-dark.scss +2 -15
- package/styles/tailwind-lite.css +11 -60
- package/styles/tailwind-lite.scss +1 -14
- package/styles/tailwind.css +15 -67
- package/styles/tailwind.scss +2 -15
- package/styles/tailwind3-lite.css +10 -270
- package/styles/tailwind3-lite.scss +1 -14
- package/styles/tailwind3.css +14 -425
- package/styles/tailwind3.scss +2 -15
- package/styles/file-manager/_all.bds.scss +0 -2
- package/styles/file-manager/_all.bootstrap-dark.scss +0 -2
- package/styles/file-manager/_all.bootstrap.scss +0 -2
- package/styles/file-manager/_all.bootstrap4.scss +0 -2
- package/styles/file-manager/_all.bootstrap5-dark.scss +0 -2
- package/styles/file-manager/_all.bootstrap5.3.scss +0 -2
- package/styles/file-manager/_all.bootstrap5.scss +0 -2
- package/styles/file-manager/_all.fabric-dark.scss +0 -2
- package/styles/file-manager/_all.fabric.scss +0 -2
- package/styles/file-manager/_all.fluent-dark.scss +0 -2
- package/styles/file-manager/_all.fluent.scss +0 -2
- package/styles/file-manager/_all.fluent2.scss +0 -2
- package/styles/file-manager/_all.highcontrast-light.scss +0 -2
- package/styles/file-manager/_all.highcontrast.scss +0 -2
- package/styles/file-manager/_all.material-dark.scss +0 -2
- package/styles/file-manager/_all.material.scss +0 -2
- package/styles/file-manager/_all.material3-dark.scss +0 -2
- package/styles/file-manager/_all.material3.scss +0 -2
- package/styles/file-manager/_all.tailwind-dark.scss +0 -2
- package/styles/file-manager/_all.tailwind.scss +0 -2
- package/styles/file-manager/_all.tailwind3.scss +0 -2
- package/styles/file-manager/_bigger.bds.scss +0 -4
- package/styles/file-manager/_bigger.bootstrap-dark.scss +0 -4
- package/styles/file-manager/_bigger.bootstrap.scss +0 -4
- package/styles/file-manager/_bigger.bootstrap4.scss +0 -4
- package/styles/file-manager/_bigger.bootstrap5-dark.scss +0 -4
- package/styles/file-manager/_bigger.bootstrap5.3.scss +0 -4
- package/styles/file-manager/_bigger.bootstrap5.scss +0 -4
- package/styles/file-manager/_bigger.fabric-dark.scss +0 -4
- package/styles/file-manager/_bigger.fabric.scss +0 -4
- package/styles/file-manager/_bigger.fluent-dark.scss +0 -4
- package/styles/file-manager/_bigger.fluent.scss +0 -4
- package/styles/file-manager/_bigger.fluent2.scss +0 -4
- package/styles/file-manager/_bigger.highcontrast-light.scss +0 -4
- package/styles/file-manager/_bigger.highcontrast.scss +0 -4
- package/styles/file-manager/_bigger.material-dark.scss +0 -4
- package/styles/file-manager/_bigger.material.scss +0 -4
- package/styles/file-manager/_bigger.material3-dark.scss +0 -4
- package/styles/file-manager/_bigger.material3.scss +0 -4
- package/styles/file-manager/_bigger.tailwind-dark.scss +0 -4
- package/styles/file-manager/_bigger.tailwind.scss +0 -4
- package/styles/file-manager/_bigger.tailwind3.scss +0 -4
- package/styles/file-manager/_layout.bds.scss +0 -3
- package/styles/file-manager/_layout.bootstrap-dark.scss +0 -3
- package/styles/file-manager/_layout.bootstrap.scss +0 -3
- package/styles/file-manager/_layout.bootstrap4.scss +0 -3
- package/styles/file-manager/_layout.bootstrap5-dark.scss +0 -3
- package/styles/file-manager/_layout.bootstrap5.3.scss +0 -3
- package/styles/file-manager/_layout.bootstrap5.scss +0 -3
- package/styles/file-manager/_layout.fabric-dark.scss +0 -3
- package/styles/file-manager/_layout.fabric.scss +0 -3
- package/styles/file-manager/_layout.fluent-dark.scss +0 -3
- package/styles/file-manager/_layout.fluent.scss +0 -3
- package/styles/file-manager/_layout.fluent2.scss +0 -3
- package/styles/file-manager/_layout.highcontrast-light.scss +0 -3
- package/styles/file-manager/_layout.highcontrast.scss +0 -3
- package/styles/file-manager/_layout.material-dark.scss +0 -3
- package/styles/file-manager/_layout.material.scss +0 -3
- package/styles/file-manager/_layout.material3-dark.scss +0 -3
- package/styles/file-manager/_layout.material3.scss +0 -3
- package/styles/file-manager/_layout.tailwind-dark.scss +0 -3
- package/styles/file-manager/_layout.tailwind.scss +0 -3
- package/styles/file-manager/_layout.tailwind3.scss +0 -3
- package/styles/file-manager/_theme-variables.bds.scss +0 -1
- package/styles/file-manager/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/file-manager/_theme-variables.bootstrap.scss +0 -1
- package/styles/file-manager/_theme-variables.bootstrap4.scss +0 -1
- package/styles/file-manager/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/file-manager/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/file-manager/_theme-variables.bootstrap5.scss +0 -1
- package/styles/file-manager/_theme-variables.fabric-dark.scss +0 -1
- package/styles/file-manager/_theme-variables.fabric.scss +0 -1
- package/styles/file-manager/_theme-variables.fluent-dark.scss +0 -1
- package/styles/file-manager/_theme-variables.fluent.scss +0 -1
- package/styles/file-manager/_theme-variables.fluent2.scss +0 -1
- package/styles/file-manager/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/file-manager/_theme-variables.highcontrast.scss +0 -1
- package/styles/file-manager/_theme-variables.material-dark.scss +0 -1
- package/styles/file-manager/_theme-variables.material.scss +0 -1
- package/styles/file-manager/_theme-variables.material3-dark.scss +0 -1
- package/styles/file-manager/_theme-variables.material3.scss +0 -1
- package/styles/file-manager/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/file-manager/_theme-variables.tailwind.scss +0 -1
- package/styles/file-manager/_theme-variables.tailwind3.scss +0 -1
- package/styles/file-manager/_theme.bds.scss +0 -4
- package/styles/file-manager/_theme.bootstrap-dark.scss +0 -4
- package/styles/file-manager/_theme.bootstrap.scss +0 -4
- package/styles/file-manager/_theme.bootstrap4.scss +0 -4
- package/styles/file-manager/_theme.bootstrap5-dark.scss +0 -4
- package/styles/file-manager/_theme.bootstrap5.3.scss +0 -4
- package/styles/file-manager/_theme.bootstrap5.scss +0 -4
- package/styles/file-manager/_theme.fabric-dark.scss +0 -4
- package/styles/file-manager/_theme.fabric.scss +0 -4
- package/styles/file-manager/_theme.fluent-dark.scss +0 -4
- package/styles/file-manager/_theme.fluent.scss +0 -4
- package/styles/file-manager/_theme.fluent2.scss +0 -4
- package/styles/file-manager/_theme.highcontrast-light.scss +0 -4
- package/styles/file-manager/_theme.highcontrast.scss +0 -4
- package/styles/file-manager/_theme.material-dark.scss +0 -4
- package/styles/file-manager/_theme.material.scss +0 -4
- package/styles/file-manager/_theme.material3-dark.scss +0 -4
- package/styles/file-manager/_theme.material3.scss +0 -4
- package/styles/file-manager/_theme.tailwind-dark.scss +0 -4
- package/styles/file-manager/_theme.tailwind.scss +0 -4
- package/styles/file-manager/_theme.tailwind3.scss +0 -4
package/styles/bds-lite.css
CHANGED
|
@@ -2,330 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6
|
-
/* stylelint-disable */
|
|
7
|
-
.e-input:focus:not(.e-success):not(.e-warning).e-error,
|
|
8
|
-
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
|
|
9
|
-
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
|
|
10
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
|
|
11
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
|
|
12
|
-
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
|
|
13
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input {
|
|
14
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
15
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.e-input:focus:not(.e-error):not(.e-warning).e-success,
|
|
19
|
-
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
|
|
20
|
-
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
|
|
21
|
-
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
|
|
22
|
-
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
|
|
23
|
-
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input,
|
|
24
|
-
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input {
|
|
25
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
26
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.e-input:focus:not(.e-success):not(.e-error).e-warning,
|
|
30
|
-
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
|
|
31
|
-
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
|
|
32
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
|
|
33
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
|
|
34
|
-
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
|
|
35
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input {
|
|
36
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
37
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
|
|
41
|
-
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error {
|
|
42
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
43
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
47
|
-
.e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success {
|
|
48
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
49
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning,
|
|
53
|
-
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning {
|
|
54
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
55
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
|
|
59
|
-
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
|
|
60
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
61
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
|
|
65
|
-
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
|
|
66
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
67
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning,
|
|
71
|
-
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning {
|
|
72
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
73
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-float-input.e-error label.e-float-text,
|
|
77
|
-
.e-float-input.e-control-wrapper.e-error label.e-float-text,
|
|
78
|
-
.e-float-input.e-error input:focus ~ label.e-float-text,
|
|
79
|
-
.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
80
|
-
.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
81
|
-
.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
82
|
-
.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
83
|
-
.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
|
|
84
|
-
color: var(--color-sf-utility-danger) !important;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
88
|
-
.e-outline.e-float-input.e-input-group.e-error.e-valid-input label.e-label-top.e-float-text,
|
|
89
|
-
.e-outline.e-float-input.e-bigger.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
90
|
-
.e-bigger .e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
91
|
-
.e-outline.e-float-input.e-small.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
92
|
-
.e-small .e-outline.e-float-input.e-error input:focus ~ label.e-float-text,
|
|
93
|
-
.e-outline.e-float-input.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
|
|
94
|
-
.e-bigger .e-outline.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
|
|
95
|
-
.e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
96
|
-
.e-outline.e-float-input.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
97
|
-
.e-bigger .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
98
|
-
.e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
99
|
-
.e-small .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
100
|
-
.e-outline.e-float-input.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
101
|
-
.e-bigger .e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
102
|
-
.e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
103
|
-
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error input:focus ~ label.e-float-text,
|
|
104
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
105
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
|
|
106
|
-
.e-small .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
107
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
|
|
108
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
|
|
109
|
-
.e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
110
|
-
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
111
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
112
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
113
|
-
.e-small .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
114
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
115
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
116
|
-
.e-outline.e-float-input.e-error label.e-float-text.e-label-top,
|
|
117
|
-
.e-outline.e-float-input.e-input-group.e-error label.e-float-text.e-label-top,
|
|
118
|
-
.e-outline.e-float-input.e-control-wrapper.e-error label.e-float-text.e-label-top,
|
|
119
|
-
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
|
|
120
|
-
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
|
|
121
|
-
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
|
|
122
|
-
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
|
|
123
|
-
.e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
124
|
-
.e-outline.e-float-input.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
125
|
-
.e-bigger .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
126
|
-
.e-outline.e-float-input.e-small.e-error.e-input-focus input ~ label.e-float-text,
|
|
127
|
-
.e-small .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
128
|
-
.e-outline.e-float-input.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
129
|
-
.e-bigger .e-outline.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
|
|
130
|
-
.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
131
|
-
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
132
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
133
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text,
|
|
134
|
-
.e-small .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
135
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
136
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text {
|
|
137
|
-
color: var(--color-sf-utility-danger) !important;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.e-filled.e-float-input.e-error label.e-float-text,
|
|
141
|
-
.e-filled.e-float-input.e-control-wrapper.e-error label.e-float-text,
|
|
142
|
-
.e-filled.e-float-input.e-error input:focus ~ label.e-float-text,
|
|
143
|
-
.e-filled.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
144
|
-
.e-filled.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
145
|
-
.e-filled.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
146
|
-
.e-filled.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
147
|
-
.e-filled.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text {
|
|
148
|
-
color: var(--color-sf-utility-danger) !important;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
/* stylelint-disable-line no-empty-source */
|
|
152
|
-
/* stylelint-disable */
|
|
153
|
-
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
154
|
-
padding: 4px 8px !important;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
158
|
-
padding: 4px 0 !important;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.e-dialog .e-dlg-content {
|
|
162
|
-
border-radius: 12px !important;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.e-dlg-overlay {
|
|
166
|
-
backdrop-filter: blur(2px) !important;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
170
|
-
@-webkit-keyframes material-spinner-rotate {
|
|
171
|
-
0% {
|
|
172
|
-
-webkit-transform: rotate(0);
|
|
173
|
-
transform: rotate(0);
|
|
174
|
-
}
|
|
175
|
-
100% {
|
|
176
|
-
-webkit-transform: rotate(360deg);
|
|
177
|
-
transform: rotate(360deg);
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
@keyframes material-spinner-rotate {
|
|
181
|
-
0% {
|
|
182
|
-
-webkit-transform: rotate(0);
|
|
183
|
-
transform: rotate(0);
|
|
184
|
-
}
|
|
185
|
-
100% {
|
|
186
|
-
-webkit-transform: rotate(360deg);
|
|
187
|
-
transform: rotate(360deg);
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
|
191
|
-
0% {
|
|
192
|
-
-webkit-transform: rotate(0);
|
|
193
|
-
transform: rotate(0);
|
|
194
|
-
}
|
|
195
|
-
100% {
|
|
196
|
-
-webkit-transform: rotate(360deg);
|
|
197
|
-
transform: rotate(360deg);
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
@keyframes fabric-spinner-rotate {
|
|
201
|
-
0% {
|
|
202
|
-
-webkit-transform: rotate(0);
|
|
203
|
-
transform: rotate(0);
|
|
204
|
-
}
|
|
205
|
-
100% {
|
|
206
|
-
-webkit-transform: rotate(360deg);
|
|
207
|
-
transform: rotate(360deg);
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
/* stylelint-disable */
|
|
211
|
-
.e-btn.e-primary:focus {
|
|
212
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
213
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.e-btn.e-success:focus {
|
|
217
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
218
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(23, 177, 105, 0.24) !important;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.e-btn.e-info:focus {
|
|
222
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
223
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px var(--color-sf-brand-solid-shadow) !important;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.e-btn.e-warning:focus {
|
|
227
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
228
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(247, 143, 8, 0.24) !important;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.e-btn.e-danger:focus {
|
|
232
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
233
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px rgba(240, 68, 55, 0.24) !important;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.e-btn.e-outline.e-info {
|
|
237
|
-
background: transparent !important;
|
|
238
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
239
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.e-btn.e-outline.e-info:hover {
|
|
243
|
-
background: var(--color-sf-utility-info-bg-color-hover) !important;
|
|
244
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
245
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.e-btn.e-outline.e-info:active {
|
|
249
|
-
background: var(--color-sf-utility-info-bg-color-pressed) !important;
|
|
250
|
-
border-color: var(--color-sf-utility-info-border-color) !important;
|
|
251
|
-
color: var(--color-sf-utility-info-text-hover) !important;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.e-btn.e-flat.e-info {
|
|
255
|
-
color: var(--color-sf-utility-info-text) !important;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.e-bigger .e-btn,
|
|
259
|
-
.e-bigger .e-btn,
|
|
260
|
-
.e-bigger .e-css.e-btn,
|
|
261
|
-
.e-bigger.e-css.e-btn {
|
|
262
|
-
font-size: 14px;
|
|
263
|
-
line-height: 1.572em;
|
|
264
|
-
padding: 8px 15px;
|
|
265
|
-
border-radius: 8px !important;
|
|
266
|
-
font-weight: 600;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.e-dropdown-popup {
|
|
270
|
-
position: absolute;
|
|
271
|
-
border-radius: 8px;
|
|
272
|
-
margin-top: 4px;
|
|
273
|
-
}
|
|
274
|
-
.e-dropdown-popup ul {
|
|
275
|
-
border: 1px solid var(--color-sf-border-secondary);
|
|
276
|
-
border-radius: 8px;
|
|
277
|
-
-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
278
|
-
box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.05);
|
|
279
|
-
-webkit-box-sizing: border-box;
|
|
280
|
-
box-sizing: border-box;
|
|
281
|
-
font-size: 14px;
|
|
282
|
-
font-weight: 500;
|
|
283
|
-
list-style-image: none;
|
|
284
|
-
list-style-position: outside;
|
|
285
|
-
list-style-type: none;
|
|
286
|
-
margin: 0;
|
|
287
|
-
min-width: 120px;
|
|
288
|
-
overflow: hidden;
|
|
289
|
-
padding: 4px 0;
|
|
290
|
-
-webkit-user-select: none;
|
|
291
|
-
-moz-user-select: none;
|
|
292
|
-
-ms-user-select: none;
|
|
293
|
-
user-select: none;
|
|
294
|
-
white-space: nowrap;
|
|
295
|
-
}
|
|
296
|
-
.e-dropdown-popup ul .e-item {
|
|
297
|
-
cursor: pointer;
|
|
298
|
-
display: -webkit-box;
|
|
299
|
-
display: -ms-flexbox;
|
|
300
|
-
display: flex;
|
|
301
|
-
height: 32px;
|
|
302
|
-
line-height: 32px;
|
|
303
|
-
padding: 0 12px;
|
|
304
|
-
margin: 0 6px;
|
|
305
|
-
border-radius: 6px;
|
|
306
|
-
}
|
|
307
|
-
.e-dropdown-popup ul .e-item.e-url {
|
|
308
|
-
padding: 0;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
/* stylelint-disable */
|
|
312
|
-
.e-contextmenu-wrapper ul.e-contextmenu,
|
|
313
|
-
.e-contextmenu-container ul.e-contextmenu {
|
|
314
|
-
padding: 4px 6px !important;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.e-contextmenu-wrapper ul .e-menu-item {
|
|
318
|
-
border-radius: 6px !important;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
/*! TreeView's theme wise override definitions and variables */
|
|
322
|
-
/* stylelint-disable */
|
|
323
|
-
/* stylelint-disable */
|
|
324
|
-
.e-dialog.e-checkboxfilter,
|
|
325
|
-
.e-dialog.e-flmenu {
|
|
326
|
-
min-width: 300px !important;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
5
|
/*! FileManager's bds theme wise override definitions and variables */
|
|
330
6
|
.e-filemanager .e-fe-icon,
|
|
331
7
|
.e-filemanager .e-list-icon {
|
|
@@ -508,11 +184,6 @@
|
|
|
508
184
|
content: "\e774";
|
|
509
185
|
}
|
|
510
186
|
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
/*! FileManager's bds theme wise override definitions and variables */
|
|
516
187
|
/* stylelint-disable property-no-vendor-prefix */
|
|
517
188
|
ejs-filemanager {
|
|
518
189
|
display: block;
|
|
@@ -693,14 +364,14 @@ ejs-filemanager {
|
|
|
693
364
|
.e-filemanager .e-view-container .e-grid .e-gridcontent .e-emptyrow {
|
|
694
365
|
display: table-row;
|
|
695
366
|
}
|
|
696
|
-
.e-filemanager .e-grid {
|
|
697
|
-
border-width: 0;
|
|
698
|
-
float: left;
|
|
699
|
-
}
|
|
700
367
|
.e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
|
|
701
368
|
border-width: 1px;
|
|
702
369
|
line-height: 12px;
|
|
703
370
|
}
|
|
371
|
+
.e-filemanager .e-grid {
|
|
372
|
+
border-width: 0;
|
|
373
|
+
float: left;
|
|
374
|
+
}
|
|
704
375
|
.e-filemanager .e-grid.sf-grid .e-headercell.e-fe-grid-icon .e-headercelldiv {
|
|
705
376
|
margin-right: 1px;
|
|
706
377
|
}
|
|
@@ -813,10 +484,6 @@ ejs-filemanager {
|
|
|
813
484
|
.e-filemanager .e-grid .e-row .e-checkbox-wrapper {
|
|
814
485
|
visibility: hidden;
|
|
815
486
|
}
|
|
816
|
-
.e-filemanager .e-grid .e-row.e-focused {
|
|
817
|
-
-webkit-box-shadow: none;
|
|
818
|
-
box-shadow: none;
|
|
819
|
-
}
|
|
820
487
|
.e-filemanager .e-grid .e-row:hover .e-checkbox-wrapper,
|
|
821
488
|
.e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper {
|
|
822
489
|
visibility: visible;
|
|
@@ -843,16 +510,16 @@ ejs-filemanager {
|
|
|
843
510
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
|
844
511
|
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
845
512
|
}
|
|
513
|
+
.e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame {
|
|
514
|
+
border-width: 1px;
|
|
515
|
+
line-height: 12px;
|
|
516
|
+
}
|
|
846
517
|
.e-filemanager .e-large-icons {
|
|
847
518
|
float: left;
|
|
848
519
|
overflow: auto;
|
|
849
520
|
width: 100%;
|
|
850
521
|
height: calc(100% - 35px);
|
|
851
522
|
}
|
|
852
|
-
.e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame {
|
|
853
|
-
border-width: 1px;
|
|
854
|
-
line-height: 12px;
|
|
855
|
-
}
|
|
856
523
|
.e-filemanager .e-large-icons .e-empty {
|
|
857
524
|
min-width: 200px;
|
|
858
525
|
}
|
|
@@ -897,11 +564,13 @@ ejs-filemanager {
|
|
|
897
564
|
width: 80px;
|
|
898
565
|
overflow: hidden;
|
|
899
566
|
padding: 2px;
|
|
900
|
-
border-radius: 4px;
|
|
901
567
|
}
|
|
902
568
|
.e-filemanager .e-large-icons .e-list-item.e-fe-drop-folder {
|
|
903
569
|
border: 1px dashed var(--color-sf-brand-primary);
|
|
904
570
|
}
|
|
571
|
+
.e-filemanager .e-large-icons .e-list-item {
|
|
572
|
+
border-radius: 4px;
|
|
573
|
+
}
|
|
905
574
|
.e-filemanager .e-large-icons .e-list-item.e-active .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item.e-hover .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item:hover .e-checkbox-wrapper {
|
|
906
575
|
visibility: visible;
|
|
907
576
|
}
|
|
@@ -1266,11 +935,6 @@ ejs-filemanager {
|
|
|
1266
935
|
clip: rect(1px, 1px, 1px, 1px);
|
|
1267
936
|
}
|
|
1268
937
|
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
/*! FileManager's bds theme wise override definitions and variables */
|
|
1274
938
|
.e-filemanager {
|
|
1275
939
|
background: transparent;
|
|
1276
940
|
border-color: var(--color-sf-border-secondary);
|
package/styles/bds-lite.scss
CHANGED
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
@use 'ej2-inputs/styles/input/bds-definition' as *;
|
|
2
|
-
@use 'ej2-inputs/styles/textbox/bds-definition' as *;
|
|
3
|
-
@use 'ej2-inputs/styles/uploader/bds-definition' as *;
|
|
4
|
-
@use 'ej2-popups/styles/dialog/bds-definition' as *;
|
|
5
|
-
@use 'ej2-popups/styles/spinner/bds-definition' as *;
|
|
6
|
-
@use 'ej2-buttons/styles/check-box/bds-definition' as *;
|
|
7
|
-
@use 'ej2-splitbuttons/styles/drop-down-button/bds-definition' as *;
|
|
8
|
-
@use 'ej2-navigations/styles/context-menu/bds-definition' as *;
|
|
9
|
-
@use 'ej2-navigations/styles/treeview/bds-definition' as *;
|
|
10
|
-
@use 'ej2-navigations/styles/toolbar/bds-definition' as *;
|
|
11
|
-
@use 'ej2-layouts/styles/splitter/bds-definition' as *;
|
|
12
|
-
@use 'ej2-grids/styles/grid/bds-definition' as *;
|
|
13
1
|
@use 'file-manager/bds-definition' as *;
|
|
14
2
|
@use 'file-manager/icons/bds' as *;
|
|
15
|
-
@use 'file-manager/all
|
|
3
|
+
@use 'file-manager/all' as *;
|