@syncfusion/ej2-filemanager 20.1.52-10459 → 20.1.52-10460
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/.eslintrc.json +3 -20
- package/CHANGELOG.md +410 -0
- package/README.md +43 -54
- package/dist/ej2-filemanager.umd.min.js +10 -1
- package/dist/ej2-filemanager.umd.min.js.map +1 -1
- package/dist/es6/ej2-filemanager.es2015.js +659 -2353
- package/dist/es6/ej2-filemanager.es2015.js.map +1 -1
- package/dist/es6/ej2-filemanager.es5.js +708 -2421
- package/dist/es6/ej2-filemanager.es5.js.map +1 -1
- package/dist/global/ej2-filemanager.min.js +10 -1
- package/dist/global/ej2-filemanager.min.js.map +1 -1
- package/dist/global/index.d.ts +9 -0
- package/helpers/e2e/filemanagerHelper.js +166 -183
- package/package.json +71 -71
- package/src/file-manager/actions/breadcrumb-bar.js +5 -1
- package/src/file-manager/actions/index.d.ts +0 -1
- package/src/file-manager/actions/index.js +0 -1
- package/src/file-manager/actions/toolbar.d.ts +0 -1
- package/src/file-manager/actions/toolbar.js +17 -129
- package/src/file-manager/base/file-manager-model.d.ts +28 -154
- package/src/file-manager/base/file-manager.d.ts +27 -176
- package/src/file-manager/base/file-manager.js +28 -244
- package/src/file-manager/base/interface.d.ts +3 -329
- package/src/file-manager/base/interface.js +1 -0
- package/src/file-manager/common/operations.d.ts +0 -7
- package/src/file-manager/common/operations.js +185 -830
- package/src/file-manager/common/utility.d.ts +3 -46
- package/src/file-manager/common/utility.js +73 -249
- package/src/file-manager/index.d.ts +0 -1
- package/src/file-manager/index.js +0 -1
- package/src/file-manager/layout/details-view.d.ts +0 -10
- package/src/file-manager/layout/details-view.js +94 -203
- package/src/file-manager/layout/large-icons-view.d.ts +2 -4
- package/src/file-manager/layout/large-icons-view.js +72 -121
- package/src/file-manager/layout/navigation-pane.d.ts +0 -2
- package/src/file-manager/layout/navigation-pane.js +73 -97
- package/src/file-manager/models/column-model.d.ts +5 -23
- package/src/file-manager/models/column.d.ts +2 -21
- package/src/file-manager/models/column.js +0 -6
- package/src/file-manager/models/default-locale.js +1 -0
- package/src/file-manager/models/details-view-settings-model.d.ts +1 -1
- package/src/file-manager/models/details-view-settings.js +3 -8
- package/src/file-manager/models/search-settings.d.ts +0 -5
- package/src/file-manager/models/toolbar-settings-model.d.ts +2 -177
- package/src/file-manager/models/toolbar-settings.d.ts +2 -157
- package/src/file-manager/models/toolbar-settings.js +2 -64
- package/src/file-manager/models/upload-settings-model.d.ts +0 -13
- package/src/file-manager/models/upload-settings.d.ts +0 -12
- package/src/file-manager/models/upload-settings.js +0 -3
- package/src/file-manager/pop-up/context-menu.d.ts +1 -2
- package/src/file-manager/pop-up/context-menu.js +36 -111
- package/src/file-manager/pop-up/dialog.d.ts +2 -1
- package/src/file-manager/pop-up/dialog.js +40 -19
- package/src/global.js +1 -1
- package/styles/bootstrap-dark.css +665 -371
- package/styles/bootstrap-dark.scss +1 -17
- package/styles/bootstrap.css +644 -353
- package/styles/bootstrap.scss +1 -17
- package/styles/bootstrap4.css +680 -381
- package/styles/bootstrap4.scss +1 -17
- package/styles/bootstrap5-dark.css +694 -376
- package/styles/bootstrap5-dark.scss +1 -17
- package/styles/bootstrap5.css +695 -377
- package/styles/bootstrap5.scss +1 -17
- package/styles/fabric-dark.css +642 -358
- package/styles/fabric-dark.scss +1 -17
- package/styles/fabric.css +641 -357
- package/styles/fabric.scss +1 -17
- package/styles/file-manager/_all.scss +1 -1
- package/styles/file-manager/_bootstrap-dark-definition.scss +2 -6
- package/styles/file-manager/_bootstrap-definition.scss +2 -6
- package/styles/file-manager/_bootstrap4-definition.scss +2 -6
- package/styles/file-manager/_bootstrap5-definition.scss +15 -20
- package/styles/file-manager/_fabric-dark-definition.scss +2 -6
- package/styles/file-manager/_fabric-definition.scss +2 -6
- package/styles/file-manager/_fluent-definition.scss +15 -18
- package/styles/file-manager/_highcontrast-definition.scss +2 -6
- package/styles/file-manager/_highcontrast-light-definition.scss +2 -6
- package/styles/file-manager/_layout.scss +932 -369
- package/styles/file-manager/_material-dark-definition.scss +2 -7
- package/styles/file-manager/_material-definition.scss +2 -7
- package/styles/file-manager/_tailwind-definition.scss +16 -20
- package/styles/file-manager/_theme.scss +102 -123
- package/styles/file-manager/bootstrap-dark.css +665 -371
- package/styles/file-manager/bootstrap-dark.scss +1 -2
- package/styles/file-manager/bootstrap.css +644 -353
- package/styles/file-manager/bootstrap.scss +1 -2
- package/styles/file-manager/bootstrap4.css +680 -381
- package/styles/file-manager/bootstrap4.scss +1 -2
- package/styles/file-manager/bootstrap5-dark.css +694 -376
- package/styles/file-manager/bootstrap5-dark.scss +1 -2
- package/styles/file-manager/bootstrap5.css +695 -377
- package/styles/file-manager/bootstrap5.scss +1 -2
- package/styles/file-manager/fabric-dark.css +642 -358
- package/styles/file-manager/fabric-dark.scss +1 -2
- package/styles/file-manager/fabric.css +641 -357
- package/styles/file-manager/fabric.scss +1 -2
- package/styles/file-manager/fluent-dark.css +641 -356
- package/styles/file-manager/fluent-dark.scss +1 -2
- package/styles/file-manager/fluent.css +640 -355
- package/styles/file-manager/fluent.scss +1 -2
- package/styles/file-manager/highcontrast-light.css +644 -354
- package/styles/file-manager/highcontrast-light.scss +1 -2
- package/styles/file-manager/highcontrast.css +647 -377
- package/styles/file-manager/highcontrast.scss +1 -2
- package/styles/file-manager/icons/_bootstrap.scss +1 -0
- package/styles/file-manager/icons/_bootstrap4.scss +1 -0
- package/styles/file-manager/icons/_fabric-dark.scss +1 -0
- package/styles/file-manager/icons/_fabric.scss +1 -0
- package/styles/file-manager/material-dark.css +671 -392
- package/styles/file-manager/material-dark.scss +1 -2
- package/styles/file-manager/material.css +654 -391
- package/styles/file-manager/material.scss +1 -2
- package/styles/file-manager/tailwind-dark.css +667 -350
- package/styles/file-manager/tailwind-dark.scss +1 -2
- package/styles/file-manager/tailwind.css +667 -350
- package/styles/file-manager/tailwind.scss +1 -2
- package/styles/fluent-dark.css +641 -356
- package/styles/fluent-dark.scss +1 -17
- package/styles/fluent.css +640 -355
- package/styles/fluent.scss +1 -17
- package/styles/highcontrast-light.css +644 -354
- package/styles/highcontrast-light.scss +1 -17
- package/styles/highcontrast.css +647 -377
- package/styles/highcontrast.scss +1 -17
- package/styles/material-dark.css +671 -392
- package/styles/material-dark.scss +1 -17
- package/styles/material.css +654 -391
- package/styles/material.scss +1 -17
- package/styles/tailwind-dark.css +667 -350
- package/styles/tailwind-dark.scss +1 -17
- package/styles/tailwind.css +667 -350
- package/styles/tailwind.scss +1 -17
- package/dist/ej2-filemanager.min.js +0 -1
- package/src/file-manager/actions/virtualization.d.ts +0 -93
- package/src/file-manager/actions/virtualization.js +0 -279
- package/styles/bootstrap-dark-lite.css +0 -1058
- package/styles/bootstrap-dark-lite.scss +0 -16
- package/styles/bootstrap-lite.css +0 -1040
- package/styles/bootstrap-lite.scss +0 -16
- package/styles/bootstrap4-lite.css +0 -1068
- package/styles/bootstrap4-lite.scss +0 -16
- package/styles/bootstrap5-dark-lite.css +0 -1078
- package/styles/bootstrap5-dark-lite.scss +0 -16
- package/styles/bootstrap5-lite.css +0 -1078
- package/styles/bootstrap5-lite.scss +0 -16
- package/styles/bootstrap5.3-lite.css +0 -1035
- package/styles/bootstrap5.3-lite.scss +0 -16
- package/styles/bootstrap5.3.css +0 -1603
- package/styles/bootstrap5.3.scss +0 -17
- package/styles/fabric-dark-lite.css +0 -1039
- package/styles/fabric-dark-lite.scss +0 -16
- package/styles/fabric-lite.css +0 -1039
- package/styles/fabric-lite.scss +0 -16
- package/styles/file-manager/_bds-definition.scss +0 -236
- package/styles/file-manager/_bigger.scss +0 -758
- package/styles/file-manager/_bootstrap5.3-definition.scss +0 -242
- package/styles/file-manager/_fluent2-definition.scss +0 -255
- package/styles/file-manager/_fusionnew-definition.scss +0 -241
- package/styles/file-manager/_material3-dark-definition.scss +0 -1
- package/styles/file-manager/_material3-definition.scss +0 -235
- package/styles/file-manager/bootstrap5.3.css +0 -1603
- package/styles/file-manager/bootstrap5.3.scss +0 -17
- package/styles/file-manager/fluent2.css +0 -1886
- package/styles/file-manager/fluent2.scss +0 -17
- package/styles/file-manager/icons/_bds.scss +0 -235
- package/styles/file-manager/icons/_bootstrap5.3.scss +0 -235
- package/styles/file-manager/icons/_fluent2.scss +0 -235
- package/styles/file-manager/icons/_fusionnew.scss +0 -235
- package/styles/file-manager/icons/_material3-dark.scss +0 -1
- package/styles/file-manager/icons/_material3.scss +0 -235
- package/styles/file-manager/material3-dark.css +0 -1633
- package/styles/file-manager/material3-dark.scss +0 -18
- package/styles/file-manager/material3.css +0 -1635
- package/styles/file-manager/material3.scss +0 -18
- package/styles/fluent-dark-lite.css +0 -1037
- package/styles/fluent-dark-lite.scss +0 -16
- package/styles/fluent-lite.css +0 -1036
- package/styles/fluent-lite.scss +0 -16
- package/styles/fluent2-lite.css +0 -1272
- package/styles/fluent2-lite.scss +0 -16
- package/styles/fluent2.css +0 -1886
- package/styles/fluent2.scss +0 -17
- package/styles/highcontrast-light-lite.css +0 -1039
- package/styles/highcontrast-light-lite.scss +0 -16
- package/styles/highcontrast-lite.css +0 -1059
- package/styles/highcontrast-lite.scss +0 -16
- package/styles/material-dark-lite.css +0 -1092
- package/styles/material-dark-lite.scss +0 -16
- package/styles/material-lite.css +0 -1097
- package/styles/material-lite.scss +0 -16
- package/styles/material3-dark-lite.css +0 -1090
- package/styles/material3-dark-lite.scss +0 -16
- package/styles/material3-dark.css +0 -1633
- package/styles/material3-dark.scss +0 -19
- package/styles/material3-lite.css +0 -1092
- package/styles/material3-lite.scss +0 -16
- package/styles/material3.css +0 -1635
- package/styles/material3.scss +0 -19
- package/styles/tailwind-dark-lite.css +0 -1060
- package/styles/tailwind-dark-lite.scss +0 -16
- package/styles/tailwind-lite.css +0 -1060
- package/styles/tailwind-lite.scss +0 -16
package/styles/fluent.css
CHANGED
@@ -1,335 +1,410 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
0% {
|
6
|
-
-webkit-transform: rotate(0);
|
7
|
-
transform: rotate(0);
|
8
|
-
}
|
9
|
-
100% {
|
10
|
-
-webkit-transform: rotate(360deg);
|
11
|
-
transform: rotate(360deg);
|
12
|
-
}
|
1
|
+
.e-upload .e-upload-actions,
|
2
|
+
.e-bigger.e-small .e-upload .e-upload-actions {
|
3
|
+
background-color: transparent;
|
4
|
+
border-radius: 0 0 6px 6px;
|
13
5
|
}
|
6
|
+
|
14
7
|
@keyframes material-spinner-rotate {
|
15
8
|
0% {
|
16
|
-
-webkit-transform: rotate(0);
|
17
9
|
transform: rotate(0);
|
18
10
|
}
|
19
11
|
100% {
|
20
|
-
-webkit-transform: rotate(360deg);
|
21
|
-
transform: rotate(360deg);
|
22
|
-
}
|
23
|
-
}
|
24
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
25
|
-
0% {
|
26
|
-
-webkit-transform: rotate(0);
|
27
|
-
transform: rotate(0);
|
28
|
-
}
|
29
|
-
100% {
|
30
|
-
-webkit-transform: rotate(360deg);
|
31
12
|
transform: rotate(360deg);
|
32
13
|
}
|
33
14
|
}
|
15
|
+
|
34
16
|
@keyframes fabric-spinner-rotate {
|
35
17
|
0% {
|
36
|
-
-webkit-transform: rotate(0);
|
37
18
|
transform: rotate(0);
|
38
19
|
}
|
39
20
|
100% {
|
40
|
-
-webkit-transform: rotate(360deg);
|
41
21
|
transform: rotate(360deg);
|
42
22
|
}
|
43
23
|
}
|
24
|
+
|
44
25
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
45
|
-
/* stylelint-disable */
|
46
26
|
/*! FileManager's tailwind theme wise override definitions and variables */
|
47
27
|
.e-filemanager .e-fe-icon,
|
48
28
|
.e-filemanager .e-list-icon {
|
49
29
|
background-repeat: no-repeat;
|
50
30
|
}
|
31
|
+
|
51
32
|
.e-filemanager .e-fe-access-error {
|
52
33
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.6609 3.84609C17.9756 1.38463 22.0244 1.38464 23.3392 3.84609L39.6572 34.3961C40.7819 36.5017 39.0019 38.9055 36.318 38.9055H3.68198C0.998067 38.9055 -0.781888 36.5017 0.342825 34.3961L16.6609 3.84609Z" fill="%23FDDD35"/%3E%3Cpath d="M20 22.5025V25.8794M20 29.2564H20.0097M28.75 25.8794C28.75 30.0758 24.8325 33.4776 20 33.4776C15.1675 33.4776 11.25 30.0758 11.25 25.8794C11.25 21.6831 15.1675 18.2812 20 18.2812C24.8325 18.2812 28.75 21.6831 28.75 25.8794Z" stroke="%23212529" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E%0A');
|
53
34
|
}
|
35
|
+
|
54
36
|
.e-filemanager .e-fe-docx,
|
55
37
|
.e-filemanager .e-fe-doc {
|
56
38
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%2300B0FF"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cline x1="10.5" y1="15.75" x2="22" y2="15.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 22.5L30 22.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 30L30 30" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="42" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="2"/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
57
39
|
}
|
40
|
+
|
58
41
|
.e-filemanager .e-fe-pptx,
|
59
42
|
.e-filemanager .e-fe-ppt {
|
60
43
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H30.9997C33.2088 40 34.9997 38.2091 34.9997 36V10L24.9998 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FF8E47"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H34.9999L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M11.249 32.499L29.9988 32.499" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cellipse cx="19.9994" cy="20" rx="7.49991" ry="7.5" fill="%23FFA153" stroke="white"/%3E%3Cpath d="M27.5 20H20L20.0001 12.5C24.1422 12.5 27.5 15.8579 27.5 20Z" fill="white"/%3E%3Cpath d="M27.5 20V20.5H28V20H27.5ZM20 20L19.5 20C19.5 20.1326 19.5527 20.2598 19.6464 20.3536C19.7402 20.4473 19.8674 20.5 20 20.5V20ZM20.0001 12.5V12H19.5001L19.5001 12.5L20.0001 12.5ZM20.5 20L20.5001 12.5L19.5001 12.5L19.5 20L20.5 20ZM20.0001 13C23.866 13 27 16.134 27 20H28C28 15.5817 24.4183 12 20.0001 12V13ZM27.5 19.5H20V20.5H27.5V19.5Z" fill="white"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="29.9997" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="13.9999" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
61
44
|
}
|
45
|
+
|
62
46
|
.e-filemanager .e-fe-xlsx,
|
63
47
|
.e-filemanager .e-fe-xls {
|
64
48
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%2337E170"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M11.25 25L30 25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20 16.875L20 33.125" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M30 33.75H11.25V16.25H30V33.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
65
49
|
}
|
50
|
+
|
66
51
|
.e-filemanager .e-fe-pdf {
|
67
52
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FF8484"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M8.75 28.75V23.75M8.75 23.75V18.75H11.75C12.8546 18.75 13.75 19.6454 13.75 20.75V21.75C13.75 22.8546 12.8546 23.75 11.75 23.75H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 28.75V23.75V18.75H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 23.75H31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20.5 18.75H17.5V28.75H20.5C21.6046 28.75 22.5 27.8546 22.5 26.75V20.75C22.5 19.6454 21.6046 18.75 20.5 18.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
68
53
|
}
|
54
|
+
|
69
55
|
.e-filemanager .e-fe-image {
|
70
56
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%238799FB"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M11.25 29.25L16.624 24.2821C17.5393 23.4359 19.0232 23.4359 19.9385 24.2821L25.3125 29.25M22.9688 27.0833L24.8271 25.3654C25.7424 24.5193 27.2264 24.5193 28.1417 25.3654L30 27.0833M22.9688 20.5833H22.9805M13.5938 32.5H27.6562C28.9507 32.5 30 31.5299 30 30.3333V18.4167C30 17.22 28.9507 16.25 27.6562 16.25H13.5938C12.2993 16.25 11.25 17.22 11.25 18.4167V30.3333C11.25 31.5299 12.2993 32.5 13.5938 32.5Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
71
57
|
}
|
58
|
+
|
72
59
|
.e-filemanager .e-fe-rar {
|
73
60
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23B870FF"/%3E%3C/g%3E%3Cpath d="M8.75 28.75V23.75M8.75 23.75V18.75H11.75C12.8546 18.75 13.75 19.6454 13.75 20.75V21.75C13.75 22.8546 12.8546 23.75 11.75 23.75H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M9.47102 23.817L13.7497 28.749" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 28.75V20.75C17.5 19.6454 18.3954 18.75 19.5 18.75H20.5C21.6046 18.75 22.5 19.6454 22.5 20.75V28.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 28.75V23.75M26.25 23.75V18.75H29.25C30.3546 18.75 31.25 19.6454 31.25 20.75V21.75C31.25 22.8546 30.3546 23.75 29.25 23.75H26.25Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.971 23.817L31.2497 28.749" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cline x1="17.5" y1="25.75" x2="22.5" y2="25.75" stroke="white"/%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
74
61
|
}
|
62
|
+
|
75
63
|
.e-filemanager .e-fe-zip {
|
76
64
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FFCB45"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M10 16.25L22.5 16.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M10 10.001L22.5 10.001" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M10 22.5L22.5 22.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M22.5 28.75H10L16.25 35L22.5 28.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
77
65
|
}
|
66
|
+
|
78
67
|
.e-filemanager .e-fe-txt {
|
79
68
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%239A9DA2"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cline x1="11.75" y1="17" x2="23.25" y2="17" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 23.75L30 23.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M11.25 31.25L30 31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
80
69
|
}
|
70
|
+
|
81
71
|
.e-filemanager .e-fe-music {
|
82
72
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%2333C0FF"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M15.4167 31.5278V17.0833L28.75 13.75V28.1944M15.4167 31.5278C15.4167 32.7551 13.9243 33.75 12.0833 33.75C10.2424 33.75 8.75 32.7551 8.75 31.5278C8.75 30.3005 10.2424 29.3056 12.0833 29.3056C13.9243 29.3056 15.4167 30.3005 15.4167 31.5278ZM28.75 28.1944C28.75 29.4217 27.2576 30.4167 25.4167 30.4167C23.5757 30.4167 22.0833 29.4217 22.0833 28.1944C22.0833 26.9671 23.5757 25.9722 25.4167 25.9722C27.2576 25.9722 28.75 26.9671 28.75 28.1944ZM15.4167 21.5278L28.75 18.1944" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
83
73
|
}
|
74
|
+
|
84
75
|
.e-filemanager .e-fe-video {
|
85
76
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23FF8484"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M23.4916 23.5073L20.1611 21.287C19.4689 20.8255 18.5417 21.3218 18.5417 22.1537V26.5943C18.5417 27.4263 19.4689 27.9225 20.1611 27.461L23.4916 25.2407C24.1101 24.8284 24.1101 23.9196 23.4916 23.5073Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M30 24.374C30 29.5517 25.8027 33.749 20.625 33.749C15.4473 33.749 11.25 29.5517 11.25 24.374C11.25 19.1964 15.4473 14.999 20.625 14.999C25.8027 14.999 30 19.1964 30 24.374Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
86
77
|
}
|
78
|
+
|
87
79
|
.e-filemanager .e-fe-js {
|
88
80
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23A0DA40"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M22.5 28.75H26.75C27.8546 28.75 28.75 27.8546 28.75 26.75V25.125C28.75 24.0204 27.8546 23.125 26.75 23.125H24.5C23.3954 23.125 22.5 22.2296 22.5 21.125V19.5C22.5 18.3954 23.3954 17.5 24.5 17.5H28.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 17.5V26.75C17.5 27.8546 16.6046 28.75 15.5 28.75H13.25C12.1454 28.75 11.25 27.8546 11.25 26.75V24.5312" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
89
81
|
}
|
82
|
+
|
90
83
|
.e-filemanager .e-fe-css {
|
91
84
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23F4A839"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M26.25 30H30.5C31.6046 30 32.5 29.1046 32.5 28V26.375C32.5 25.2704 31.6046 24.375 30.5 24.375H28.25C27.1454 24.375 26.25 23.4796 26.25 22.375V20.75C26.25 19.6454 27.1454 18.75 28.25 18.75H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 30H21.75C22.8546 30 23.75 29.1046 23.75 28V26.375C23.75 25.2704 22.8546 24.375 21.75 24.375H19.5C18.3954 24.375 17.5 23.4796 17.5 22.375V20.75C17.5 19.6454 18.3954 18.75 19.5 18.75H23.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M15 18.75H10.75C9.64543 18.75 8.75 19.6454 8.75 20.75V28C8.75 29.1046 9.64543 30 10.75 30H15" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
92
85
|
}
|
86
|
+
|
93
87
|
.e-filemanager .e-fe-html {
|
94
88
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23B653C6"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M17.5 33.75L22.5 13.75M26.25 18.75L31.25 23.75L26.25 28.75M13.75 28.75L8.75 23.75L13.75 18.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
95
89
|
}
|
90
|
+
|
96
91
|
.e-filemanager .e-fe-php {
|
97
92
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23A080FF"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M8.75 28.75V25M8.75 25V20H11.75C12.8546 20 13.75 20.8954 13.75 22V23C13.75 24.1046 12.8546 25 11.75 25H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 28.75V25M26.25 25V20H29.25C30.3546 20 31.25 20.8954 31.25 22V23C31.25 24.1046 30.3546 25 29.25 25H26.25Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 28.75V25V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M22.5 28.75V25V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 23.75H22.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
98
93
|
}
|
94
|
+
|
99
95
|
.e-filemanager .e-fe-exe {
|
100
96
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%239B9DA2"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M27.5 30V25V20H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 30V25V20H13.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 30L23.75 20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M23.75 30L17.5 20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M27.5 25H31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 25H12.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M27.5 30H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 30H13.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
101
97
|
}
|
98
|
+
|
102
99
|
.e-filemanager .e-fe-msi {
|
103
100
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%232ACBB7"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M31.25 31.25V25.625V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 31.25V25.625V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 31.25V25.625V20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M21.25 31.25H25.5C26.6046 31.25 27.5 30.3546 27.5 29.25V27.625C27.5 26.5204 26.6046 25.625 25.5 25.625H23.25C22.1454 25.625 21.25 24.7296 21.25 23.625V22C21.25 20.8954 22.1454 20 23.25 20H27.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M17.5 20L13.125 25.625L8.75 20" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
104
101
|
}
|
102
|
+
|
105
103
|
.e-filemanager .e-fe-unknown {
|
106
104
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23DD6BBA"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M20.625 20.2074V24.374M20.625 28.5407H20.6354M30 24.374C30 29.5517 25.8027 33.749 20.625 33.749C15.4473 33.749 11.25 29.5517 11.25 24.374C11.25 19.1964 15.4473 14.999 20.625 14.999C25.8027 14.999 30 19.1964 30 24.374Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
107
105
|
}
|
106
|
+
|
108
107
|
.e-filemanager .e-fe-rtf {
|
109
108
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%235FDBF7"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M26.25 27.5V22.5V17.5H32.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M20 27.5V22.5V17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M26.25 22.5H31.25" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M16.25 17.5H23.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M8.75 27.5V22.5M8.75 22.5V17.5H11.75C12.8546 17.5 13.75 18.3954 13.75 19.5V20.5C13.75 21.6046 12.8546 22.5 11.75 22.5H8.75Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M9.47102 22.568L13.7497 27.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
110
109
|
}
|
110
|
+
|
111
111
|
.e-filemanager .e-fe-xml {
|
112
112
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0)"%3E%3Cg filter="url(%23filter0_i)"%3E%3Cpath d="M9 40H31C33.2091 40 35 38.2091 35 36V10L25 0H9C6.79086 0 5 1.79086 5 4V36C5 38.2091 6.79086 40 9 40Z" fill="%23A0DA40"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d)"%3E%3Cpath d="M27 10H35L25 0V8C25 9.10457 25.8954 10 27 10Z" fill="white" fill-opacity="0.5"/%3E%3C/g%3E%3Cpath d="M28.75 17.501V22.501V27.501H33.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M7.5 27.5L13.75 17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M13.75 27.5L7.5 17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M16.25 27.5V23.125V17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M25 27.5V23.125V17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M25 17.5L20.625 23.125L16.25 17.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_i" x="5" y="0" width="30" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="shape" result="effect1_innerShadow"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="23" y="-1" width="14" height="14" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0"%3E%3Crect width="40" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A');
|
113
113
|
}
|
114
|
+
|
114
115
|
.e-filemanager .e-fe-folder {
|
115
116
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.269631 16.0936C0.126239 14.9028 1.05591 13.8545 2.25529 13.8545H37.7447C38.9441 13.8545 39.8738 14.9028 39.7304 16.0936L37.7574 32.4777C37.5154 34.4873 35.8103 35.9994 33.7861 35.9994H6.21389C4.18972 35.9994 2.48458 34.4873 2.24258 32.4777L0.269631 16.0936Z" fill="%23FDDD35"/%3E%3Cpath d="M2.5 8V14.1587H37.5V11.9798C37.5 10.8753 36.6046 9.97984 35.5 9.97984H21.4809C21.0683 9.97984 20.6657 9.85221 20.3285 9.61445L15.7199 6.36538C15.3826 6.12763 14.9801 6 14.5675 6H4.5C3.39543 6 2.5 6.89543 2.5 8Z" fill="%23FAC800"/%3E%3C/svg%3E%0A');
|
116
117
|
}
|
117
|
-
|
118
|
+
|
119
|
+
.e-filemanager .e-fe-locked > .e-text-content .e-fe-folder,
|
120
|
+
.e-filemanager .e-fe-locked > .e-fe-grid-icon .e-fe-folder {
|
118
121
|
background-image: url('data:image/svg+xml,%3Csvg width="auto" height="auto" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.272644 16.3177C0.127709 15.1261 1.05767 14.0762 2.25801 14.0762H37.742C38.9423 14.0762 39.8723 15.1261 39.7274 16.3177L37.7611 32.4827C37.5169 34.4902 35.8127 35.9997 33.7904 35.9997H6.20961C4.18727 35.9997 2.48306 34.4902 2.23887 32.4826L0.272644 16.3177Z" fill="%23FDDD35"/%3E%3Cpath d="M2.5 8V14.0771H37.5V11.94C37.5 10.8355 36.6046 9.94004 35.5 9.94004H21.4757C21.0663 9.94004 20.6668 9.8144 20.331 9.58008L15.7173 6.35996C15.3816 6.12564 14.9821 6 14.5727 6H4.5C3.39543 6 2.5 6.89543 2.5 8Z" fill="%23FAC800"/%3E%3Cpath d="M23.125 23.693V24.193H23.625V23.693H23.125ZM16.875 23.693H16.375V24.193H16.875V23.693ZM20.5 26.77C20.5 26.4939 20.2761 26.27 20 26.27C19.7239 26.27 19.5 26.4939 19.5 26.77H20.5ZM19.5 28.3085C19.5 28.5846 19.7239 28.8085 20 28.8085C20.2761 28.8085 20.5 28.5846 20.5 28.3085H19.5ZM15.3125 24.193H24.6875V23.193H15.3125V24.193ZM25.75 25.2315V29.847H26.75V25.2315H25.75ZM24.6875 30.8855H15.3125V31.8855H24.6875V30.8855ZM14.25 29.847V25.2315H13.25V29.847H14.25ZM15.3125 30.8855C14.7184 30.8855 14.25 30.4133 14.25 29.847H13.25C13.25 30.9801 14.1807 31.8855 15.3125 31.8855V30.8855ZM25.75 29.847C25.75 30.4133 25.2816 30.8855 24.6875 30.8855V31.8855C25.8193 31.8855 26.75 30.9801 26.75 29.847H25.75ZM24.6875 24.193C25.2816 24.193 25.75 24.6652 25.75 25.2315H26.75C26.75 24.0984 25.8193 23.193 24.6875 23.193V24.193ZM15.3125 23.193C14.1807 23.193 13.25 24.0984 13.25 25.2315H14.25C14.25 24.6652 14.7184 24.193 15.3125 24.193V23.193ZM22.625 20.616V23.693H23.625V20.616H22.625ZM23.125 23.193H16.875V24.193H23.125V23.193ZM17.375 23.693V20.616H16.375V23.693H17.375ZM20 18.0391C21.4571 18.0391 22.625 19.2001 22.625 20.616H23.625C23.625 18.6333 21.9947 17.0391 20 17.0391V18.0391ZM20 17.0391C18.0053 17.0391 16.375 18.6333 16.375 20.616H17.375C17.375 19.2001 18.5429 18.0391 20 18.0391V17.0391ZM19.5 26.77V28.3085H20.5V26.77H19.5Z" fill="%23998100"/%3E%3C/svg%3E%0A');
|
119
122
|
}
|
123
|
+
|
120
124
|
.e-filemanager .e-address .e-address-list-item .e-icons::before {
|
121
|
-
content:
|
125
|
+
content: '\e748';
|
122
126
|
}
|
123
127
|
|
124
128
|
.e-filemanager .e-fe-open::before,
|
125
129
|
.e-fe-popup .e-fe-open::before {
|
126
|
-
content:
|
130
|
+
content: '\e760';
|
127
131
|
}
|
132
|
+
|
128
133
|
.e-filemanager .e-fe-cut::before,
|
129
134
|
.e-fe-popup .e-fe-cut::before {
|
130
|
-
content:
|
135
|
+
content: '\e7fb';
|
131
136
|
}
|
137
|
+
|
132
138
|
.e-filemanager .e-fe-copy::before,
|
133
139
|
.e-fe-popup .e-fe-copy::before {
|
134
|
-
content:
|
140
|
+
content: '\e77c';
|
135
141
|
}
|
142
|
+
|
136
143
|
.e-filemanager .e-fe-paste::before,
|
137
144
|
.e-fe-popup .e-fe-paste::before {
|
138
|
-
content:
|
145
|
+
content: '\e70b';
|
139
146
|
}
|
147
|
+
|
140
148
|
.e-filemanager .e-fe-delete::before,
|
141
149
|
.e-fe-popup .e-fe-delete::before {
|
142
|
-
content:
|
150
|
+
content: '\e820';
|
143
151
|
}
|
152
|
+
|
144
153
|
.e-filemanager .e-fe-rename::before,
|
145
154
|
.e-fe-popup .e-fe-rename::before {
|
146
|
-
content:
|
155
|
+
content: '\e76d';
|
147
156
|
}
|
157
|
+
|
148
158
|
.e-filemanager .e-fe-newfolder::before,
|
149
159
|
.e-fe-popup .e-fe-newfolder::before {
|
150
|
-
content:
|
160
|
+
content: '\e805';
|
151
161
|
}
|
162
|
+
|
152
163
|
.e-filemanager .e-fe-refresh::before,
|
153
164
|
.e-fe-popup .e-fe-refresh::before {
|
154
|
-
content:
|
165
|
+
content: '\e772';
|
155
166
|
}
|
167
|
+
|
156
168
|
.e-filemanager .e-fe-upload::before,
|
157
169
|
.e-fe-popup .e-fe-upload::before {
|
158
|
-
content:
|
170
|
+
content: '\e712';
|
159
171
|
}
|
172
|
+
|
160
173
|
.e-filemanager .e-fe-download::before,
|
161
174
|
.e-fe-popup .e-fe-download::before {
|
162
|
-
content:
|
175
|
+
content: '\e7a1';
|
163
176
|
}
|
177
|
+
|
164
178
|
.e-filemanager .e-fe-grid::before,
|
165
179
|
.e-fe-popup .e-fe-grid::before {
|
166
|
-
content:
|
180
|
+
content: '\e77e';
|
167
181
|
}
|
182
|
+
|
168
183
|
.e-filemanager .e-fe-large::before,
|
169
184
|
.e-fe-popup .e-fe-large::before {
|
170
|
-
content:
|
185
|
+
content: '\e82d';
|
171
186
|
}
|
187
|
+
|
172
188
|
.e-filemanager .e-fe-select::before,
|
173
189
|
.e-fe-popup .e-fe-select::before {
|
174
|
-
content:
|
190
|
+
content: '\e78e';
|
175
191
|
}
|
192
|
+
|
176
193
|
.e-filemanager .e-fe-details::before,
|
177
194
|
.e-fe-popup .e-fe-details::before {
|
178
|
-
content:
|
195
|
+
content: '\e800';
|
179
196
|
}
|
197
|
+
|
180
198
|
.e-filemanager .e-fe-sort::before,
|
181
199
|
.e-fe-popup .e-fe-sort::before {
|
182
|
-
content:
|
200
|
+
content: '\e87c';
|
183
201
|
}
|
202
|
+
|
184
203
|
.e-filemanager .e-fe-search::before,
|
185
204
|
.e-fe-popup .e-fe-search::before {
|
186
|
-
content:
|
205
|
+
content: '\e754';
|
187
206
|
}
|
207
|
+
|
188
208
|
.e-filemanager .e-fe-clear::before,
|
189
209
|
.e-fe-popup .e-fe-clear::before {
|
190
|
-
content:
|
210
|
+
content: '\e7e7';
|
191
211
|
}
|
212
|
+
|
192
213
|
.e-filemanager .e-fe-breadcrumb::before,
|
193
214
|
.e-fe-popup .e-fe-breadcrumb::before {
|
194
|
-
content:
|
215
|
+
content: '\e71c';
|
195
216
|
}
|
217
|
+
|
196
218
|
.e-filemanager .e-fe-drop-in::before,
|
197
219
|
.e-fe-popup .e-fe-drop-in::before {
|
198
|
-
content:
|
220
|
+
content: '\e768';
|
199
221
|
}
|
222
|
+
|
200
223
|
.e-filemanager .e-fe-drop-out::before,
|
201
224
|
.e-fe-popup .e-fe-drop-out::before {
|
202
|
-
content:
|
225
|
+
content: '\e736';
|
203
226
|
}
|
227
|
+
|
204
228
|
.e-filemanager .e-fe-no-drop::before,
|
205
229
|
.e-fe-popup .e-fe-no-drop::before {
|
206
|
-
content:
|
230
|
+
content: '\e839';
|
207
231
|
}
|
232
|
+
|
208
233
|
.e-filemanager .e-toolbar .e-hor-nav .e-popup-up-icon::before,
|
209
234
|
.e-fe-popup .e-toolbar .e-hor-nav .e-popup-up-icon::before {
|
210
|
-
content:
|
235
|
+
content: '\e770';
|
211
236
|
}
|
237
|
+
|
212
238
|
.e-filemanager .e-toolbar .e-hor-nav .e-popup-down-icon::before,
|
213
239
|
.e-fe-popup .e-toolbar .e-hor-nav .e-popup-down-icon::before {
|
214
|
-
content:
|
240
|
+
content: '\e770';
|
215
241
|
}
|
242
|
+
|
216
243
|
.e-filemanager.e-fe-m-filter .e-fe-search::before,
|
217
244
|
.e-fe-popup.e-fe-m-filter .e-fe-search::before {
|
218
|
-
content:
|
245
|
+
content: '\e773';
|
219
246
|
}
|
220
247
|
|
221
248
|
.e-fe-popup .e-fe-dot::before {
|
222
|
-
content:
|
249
|
+
content: '\e774';
|
223
250
|
}
|
251
|
+
|
224
252
|
.e-fe-popup .e-fe-tick::before {
|
225
|
-
content:
|
253
|
+
content: '\e774';
|
226
254
|
}
|
227
255
|
|
228
|
-
/* stylelint-disable property-no-vendor-prefix */
|
229
256
|
ejs-filemanager {
|
230
257
|
display: block;
|
231
258
|
}
|
232
259
|
|
233
260
|
.e-filemanager {
|
234
|
-
-moz-user-select: none;
|
235
261
|
-ms-user-select: none;
|
236
262
|
-webkit-user-select: none;
|
237
263
|
user-select: none;
|
238
264
|
border: 1px solid;
|
239
265
|
position: relative;
|
240
266
|
}
|
267
|
+
|
241
268
|
.e-filemanager .e-blur {
|
242
|
-
opacity:
|
269
|
+
opacity: .5;
|
270
|
+
}
|
271
|
+
|
272
|
+
.e-filemanager .e-display-none {
|
273
|
+
display: none;
|
243
274
|
}
|
244
|
-
|
245
|
-
|
275
|
+
|
276
|
+
.e-filemanager.e-fe-drop,
|
277
|
+
.e-filemanager.e-fe-drop .e-treeview .e-text-content,
|
278
|
+
.e-filemanager.e-fe-drop .e-treeview .e-fullrow,
|
279
|
+
.e-filemanager.e-fe-drop .e-address .e-address-list-item:last-child .e-list-text,
|
280
|
+
.e-filemanager.e-fe-drop .e-grid .e-columnheader {
|
246
281
|
cursor: grab;
|
247
282
|
}
|
283
|
+
|
248
284
|
.e-filemanager.e-no-drop {
|
249
285
|
cursor: no-drop;
|
250
286
|
}
|
287
|
+
|
251
288
|
.e-filemanager .e-toolbar {
|
252
289
|
border-bottom-style: solid;
|
253
290
|
border-width: 0 0 1px;
|
254
291
|
}
|
292
|
+
|
255
293
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
256
294
|
border: 0;
|
257
|
-
|
258
|
-
|
259
|
-
font-weight: normal;
|
295
|
+
box-shadow: none;
|
296
|
+
font-weight: 400;
|
260
297
|
height: calc(100% - 18px);
|
261
298
|
padding: 0;
|
262
299
|
}
|
300
|
+
|
263
301
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons:not(.e-icon-left):not(.e-icon-right) {
|
264
302
|
padding: 0;
|
265
303
|
}
|
304
|
+
|
266
305
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret {
|
267
306
|
font-size: 8px;
|
268
307
|
padding: 0 8px;
|
269
308
|
}
|
309
|
+
|
270
310
|
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-tbar-btn-text.e-tbar-ddb-text {
|
271
311
|
padding-right: 0;
|
272
312
|
}
|
273
|
-
|
313
|
+
|
314
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active {
|
315
|
+
border: 0;
|
316
|
+
padding: 0;
|
317
|
+
}
|
318
|
+
|
319
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover {
|
320
|
+
border: 0;
|
321
|
+
padding: 0;
|
322
|
+
}
|
323
|
+
|
324
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
|
274
325
|
border: 0;
|
275
326
|
padding: 0;
|
276
327
|
}
|
328
|
+
|
277
329
|
.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-icons.e-caret {
|
278
330
|
font-size: 8px;
|
279
331
|
min-width: 0;
|
280
332
|
padding: 0 8px;
|
281
333
|
}
|
334
|
+
|
282
335
|
.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-tbar-btn-text.e-tbar-ddb-text {
|
283
336
|
padding-right: 0;
|
284
337
|
}
|
338
|
+
|
285
339
|
.e-filemanager .e-toolbar .e-toolbar-pop {
|
286
|
-
width: -webkit-max-content;
|
287
|
-
width: -moz-max-content;
|
288
340
|
width: max-content;
|
289
341
|
}
|
342
|
+
|
290
343
|
.e-filemanager .e-treeview > .e-ul {
|
291
344
|
overflow: initial;
|
292
345
|
padding-left: 8px;
|
293
346
|
}
|
347
|
+
|
348
|
+
.e-filemanager .e-treeview .e-icons .e-treeview-spinner {
|
349
|
+
display: none;
|
350
|
+
}
|
351
|
+
|
294
352
|
.e-filemanager .e-treeview .e-list-parent {
|
295
353
|
margin-bottom: 0;
|
296
354
|
margin-top: 0;
|
297
355
|
}
|
356
|
+
|
298
357
|
.e-filemanager .e-treeview .e-list-parent .e-list-item {
|
299
358
|
padding-bottom: 0;
|
300
359
|
padding-top: 0;
|
301
360
|
}
|
361
|
+
|
302
362
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
303
363
|
height: 38px;
|
304
364
|
}
|
365
|
+
|
305
366
|
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
306
367
|
height: 36px;
|
307
368
|
line-height: 36px;
|
308
369
|
}
|
370
|
+
|
309
371
|
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
310
372
|
border: 1px solid;
|
311
|
-
|
312
|
-
box-sizing: border-box;
|
373
|
+
box-sizing: border-box;
|
313
374
|
}
|
375
|
+
|
314
376
|
.e-filemanager .e-treeview .e-text-content {
|
315
377
|
overflow: hidden;
|
316
378
|
text-overflow: ellipsis;
|
317
379
|
white-space: nowrap;
|
318
380
|
}
|
381
|
+
|
319
382
|
.e-filemanager .e-treeview .e-list-text {
|
320
383
|
display: initial;
|
321
384
|
}
|
385
|
+
|
322
386
|
.e-filemanager .e-splitter {
|
323
387
|
border-width: 0;
|
324
388
|
}
|
389
|
+
|
390
|
+
.e-filemanager .e-splitter .e-split-bar .e-resize-handler {
|
391
|
+
display: none;
|
392
|
+
}
|
393
|
+
|
394
|
+
.e-filemanager .e-splitter .e-display-none {
|
395
|
+
display: none;
|
396
|
+
}
|
397
|
+
|
325
398
|
.e-filemanager .e-address {
|
326
399
|
border-bottom: 1px solid;
|
327
400
|
height: 40px;
|
328
401
|
position: relative;
|
329
402
|
}
|
403
|
+
|
330
404
|
.e-filemanager .e-address .e-fe-breadcrumb.e-icons {
|
331
405
|
padding-bottom: 6px;
|
332
406
|
}
|
407
|
+
|
333
408
|
.e-filemanager .e-address .e-search-wrap {
|
334
409
|
float: right;
|
335
410
|
padding: 4px 8px 5px 0;
|
@@ -338,29 +413,36 @@ ejs-filemanager {
|
|
338
413
|
top: 0;
|
339
414
|
width: 200px;
|
340
415
|
}
|
416
|
+
|
341
417
|
.e-filemanager .e-address .e-search-wrap .e-input-group {
|
342
418
|
border-bottom-width: 1px;
|
343
419
|
height: 32px;
|
344
420
|
margin: 0;
|
345
421
|
}
|
422
|
+
|
346
423
|
.e-filemanager .e-address .e-search-wrap .e-input-group .e-input {
|
347
424
|
margin: 0 0 0 38px;
|
348
425
|
padding: 0;
|
349
426
|
}
|
427
|
+
|
350
428
|
.e-filemanager .e-address .e-search-wrap .e-input-group .e-clear-icon {
|
351
429
|
margin: 0;
|
352
430
|
padding: 10px;
|
353
431
|
}
|
432
|
+
|
354
433
|
.e-filemanager .e-address .e-fe-search {
|
355
|
-
font-size:
|
434
|
+
font-size: 14px;
|
356
435
|
margin: 4px;
|
357
436
|
padding: 5px;
|
437
|
+
font-size: 16px;
|
358
438
|
position: absolute;
|
359
439
|
z-index: 1;
|
360
440
|
}
|
441
|
+
|
361
442
|
.e-filemanager .e-address .e-fe-search::before {
|
362
443
|
display: inline-block;
|
363
444
|
}
|
445
|
+
|
364
446
|
.e-filemanager .e-address .e-addressbar-ul {
|
365
447
|
overflow: hidden;
|
366
448
|
text-overflow: ellipsis;
|
@@ -368,13 +450,17 @@ ejs-filemanager {
|
|
368
450
|
list-style: none;
|
369
451
|
margin: 0;
|
370
452
|
padding: 9px 8px 9px 8px;
|
453
|
+
visibility: visible;
|
371
454
|
}
|
455
|
+
|
372
456
|
.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu {
|
373
457
|
display: inline;
|
374
458
|
}
|
459
|
+
|
375
460
|
.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu .e-breadcrumb-submenu {
|
376
461
|
height: 26px;
|
377
462
|
}
|
463
|
+
|
378
464
|
.e-filemanager .e-address .e-list-text {
|
379
465
|
cursor: pointer;
|
380
466
|
font-size: 12px;
|
@@ -382,240 +468,305 @@ ejs-filemanager {
|
|
382
468
|
padding: 0;
|
383
469
|
text-decoration: none;
|
384
470
|
}
|
471
|
+
|
385
472
|
.e-filemanager .e-address .e-list-text:hover {
|
386
473
|
text-decoration: none;
|
387
474
|
}
|
475
|
+
|
388
476
|
.e-filemanager .e-address .e-address-list-item {
|
389
477
|
display: inline-block;
|
390
478
|
height: 22px;
|
391
479
|
}
|
480
|
+
|
392
481
|
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
|
393
482
|
cursor: default;
|
394
483
|
}
|
484
|
+
|
395
485
|
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text:hover {
|
396
486
|
text-decoration: none;
|
397
487
|
}
|
488
|
+
|
398
489
|
.e-filemanager .e-address .e-address-list-item .e-icons {
|
399
490
|
font-size: 8px;
|
400
491
|
margin: 16px 14px;
|
401
492
|
}
|
493
|
+
|
402
494
|
.e-filemanager .e-address .e-address-list-item .e-icons::before {
|
403
495
|
padding: 5px;
|
404
496
|
}
|
497
|
+
|
405
498
|
.e-filemanager .e-view-container .e-grid .e-gridcontent .e-emptyrow {
|
406
499
|
display: table-row;
|
407
500
|
}
|
501
|
+
|
408
502
|
.e-filemanager .e-grid {
|
409
503
|
border-width: 0;
|
410
504
|
float: left;
|
411
505
|
}
|
506
|
+
|
412
507
|
.e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
|
413
508
|
border-width: 1px;
|
414
509
|
line-height: 16px;
|
415
510
|
}
|
511
|
+
|
512
|
+
.e-filemanager .e-grid .e-spin-show {
|
513
|
+
display: none;
|
514
|
+
}
|
515
|
+
|
416
516
|
.e-filemanager .e-grid .e-gridcontent tr.e-emptyrow td.e-lastrowcell:first-child:empty {
|
417
517
|
height: 0;
|
418
518
|
padding: 0;
|
419
519
|
}
|
520
|
+
|
420
521
|
.e-filemanager .e-grid .e-gridheader {
|
421
522
|
border-width: 0 1px 1px;
|
422
523
|
}
|
524
|
+
|
423
525
|
.e-filemanager .e-grid .e-gridheader .e-headercell {
|
424
526
|
height: 36px;
|
425
527
|
}
|
528
|
+
|
426
529
|
.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv {
|
427
530
|
margin-right: 0;
|
428
531
|
}
|
532
|
+
|
429
533
|
.e-filemanager .e-grid .e-gridheader .e-headercell .e-headertext {
|
430
534
|
font-size: 14px;
|
431
535
|
}
|
536
|
+
|
432
537
|
.e-filemanager .e-grid .e-gridheader .e-headercell .e-rcursor {
|
433
538
|
border: 0;
|
434
539
|
}
|
540
|
+
|
435
541
|
.e-filemanager .e-grid .e-gridheader .e-checkbox-wrapper {
|
436
542
|
visibility: hidden;
|
437
543
|
}
|
544
|
+
|
438
545
|
.e-filemanager .e-grid .e-gridheader:hover .e-checkbox-wrapper,
|
439
546
|
.e-filemanager .e-grid .e-gridheader .e-active .e-checkbox-wrapper {
|
440
547
|
visibility: visible;
|
441
548
|
}
|
549
|
+
|
442
550
|
.e-filemanager .e-grid.e-headercheck .e-gridheader .e-headercontent .e-checkbox-wrapper {
|
443
551
|
visibility: visible;
|
444
552
|
}
|
553
|
+
|
445
554
|
.e-filemanager .e-grid .e-checkbox-wrapper:hover .e-frame {
|
446
555
|
font-size: 10px;
|
447
556
|
}
|
557
|
+
|
448
558
|
.e-filemanager .e-grid .e-content {
|
449
|
-
overflow-y: auto !important;
|
559
|
+
overflow-y: auto !important;
|
450
560
|
}
|
561
|
+
|
451
562
|
.e-filemanager .e-grid .e-content .e-table {
|
452
563
|
border-spacing: 0;
|
453
564
|
}
|
565
|
+
|
454
566
|
.e-filemanager .e-grid .e-content .e-rowcell {
|
455
567
|
border: 0;
|
456
568
|
font-size: 14px;
|
457
569
|
padding: 8px;
|
458
570
|
}
|
571
|
+
|
572
|
+
.e-filemanager .e-grid .e-content .e-rowcell .e-fe-text {
|
573
|
+
font-size: 14px;
|
574
|
+
}
|
575
|
+
|
459
576
|
.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
|
460
|
-
|
461
|
-
box-shadow: 1px 0 0 1px #0078d4 inset;
|
577
|
+
box-shadow: 1px 0 0 1px #0078d4 inset;
|
462
578
|
}
|
579
|
+
|
463
580
|
.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:last-child {
|
464
|
-
|
465
|
-
box-shadow: -1px 0 0 1px #0078d4 inset;
|
581
|
+
box-shadow: -1px 0 0 1px #0078d4 inset;
|
466
582
|
}
|
583
|
+
|
467
584
|
.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell {
|
468
|
-
|
469
|
-
box-shadow: 0 2px 0 -1px #0078d4 inset, 0 -2px 0 -1px #0078d4 inset;
|
585
|
+
box-shadow: 0 2px 0 -1px #0078d4 inset, 0 -2px 0 -1px #0078d4 inset;
|
470
586
|
}
|
587
|
+
|
471
588
|
.e-filemanager .e-grid .e-empty {
|
472
589
|
min-width: 200px;
|
473
590
|
}
|
591
|
+
|
474
592
|
.e-filemanager .e-grid .e-empty-content {
|
475
593
|
font-size: 14px;
|
476
594
|
margin: 0 auto;
|
477
595
|
padding: 8px 0 8px 0;
|
478
596
|
text-align: center;
|
479
597
|
}
|
598
|
+
|
480
599
|
.e-filemanager .e-grid .e-empty-icon {
|
481
600
|
height: 52px;
|
482
601
|
margin: 0 auto;
|
483
602
|
width: 52px;
|
484
603
|
}
|
604
|
+
|
485
605
|
.e-filemanager .e-grid .e-empty-inner-content {
|
486
606
|
font-size: 14px;
|
487
607
|
margin: 0 auto;
|
608
|
+
opacity: 0.5;
|
488
609
|
padding: 0;
|
489
610
|
text-align: center;
|
490
|
-
opacity: 0.5;
|
491
611
|
}
|
612
|
+
|
492
613
|
.e-filemanager .e-grid .e-gridpopup {
|
493
|
-
display: none !important;
|
614
|
+
display: none !important;
|
615
|
+
}
|
616
|
+
|
617
|
+
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
618
|
+
.e-filemanager .e-grid .e-gridcontent .e-emptyrow {
|
619
|
+
display: none;
|
494
620
|
}
|
621
|
+
|
495
622
|
.e-filemanager .e-grid .e-gridheader .e-fe-checkbox,
|
496
623
|
.e-filemanager .e-grid .e-gridcontent .e-fe-checkbox {
|
497
624
|
overflow: inherit;
|
498
625
|
padding-left: 5px;
|
499
626
|
padding-right: 0;
|
500
|
-
-webkit-box-shadow: none;
|
501
|
-
box-shadow: none;
|
502
627
|
}
|
628
|
+
|
503
629
|
.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon,
|
504
630
|
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon {
|
505
631
|
padding: 0 0 0 12px;
|
506
632
|
}
|
633
|
+
|
507
634
|
.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon .e-headercelldiv,
|
508
635
|
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon .e-headercelldiv {
|
509
636
|
text-overflow: unset;
|
510
637
|
}
|
511
|
-
|
638
|
+
|
639
|
+
.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell,
|
640
|
+
.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell,
|
512
641
|
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell,
|
513
642
|
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell {
|
514
643
|
padding-left: 0;
|
515
644
|
}
|
516
|
-
|
645
|
+
|
646
|
+
.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name,
|
647
|
+
.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name,
|
517
648
|
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name,
|
518
649
|
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name {
|
519
650
|
padding-left: 6px;
|
520
651
|
}
|
652
|
+
|
521
653
|
.e-filemanager .e-grid .e-row .e-checkbox-wrapper {
|
522
654
|
visibility: hidden;
|
523
655
|
}
|
656
|
+
|
524
657
|
.e-filemanager .e-grid .e-row.e-focused {
|
525
|
-
|
526
|
-
box-shadow: none;
|
658
|
+
box-shadow: none;
|
527
659
|
}
|
660
|
+
|
528
661
|
.e-filemanager .e-grid .e-row:hover .e-checkbox-wrapper,
|
529
662
|
.e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper {
|
530
663
|
visibility: visible;
|
531
664
|
}
|
665
|
+
|
532
666
|
.e-filemanager .e-grid .e-row.e-fe-drop-file:hover .e-checkbox-wrapper {
|
533
667
|
visibility: hidden;
|
534
668
|
}
|
669
|
+
|
535
670
|
.e-filemanager .e-grid.e-horizontallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-verticallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-hidelines .e-rowcell.e-lastrowcell {
|
536
671
|
border-bottom-width: 0;
|
537
672
|
}
|
673
|
+
|
538
674
|
.e-filemanager .e-grid.e-resize-lines .e-headercell .e-rsuppress {
|
539
675
|
border-width: 0;
|
540
676
|
}
|
677
|
+
|
541
678
|
.e-filemanager .e-grid .e-fe-icon {
|
542
679
|
display: inline-block;
|
543
680
|
height: 20px;
|
544
681
|
margin: 0;
|
545
|
-
width: 20px;
|
546
682
|
vertical-align: middle;
|
683
|
+
width: 20px;
|
547
684
|
}
|
685
|
+
|
548
686
|
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
549
|
-
padding-right: 0 !important;
|
687
|
+
padding-right: 0 !important;
|
550
688
|
}
|
689
|
+
|
551
690
|
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
552
|
-
padding-left: 0 !important;
|
691
|
+
padding-left: 0 !important;
|
553
692
|
}
|
693
|
+
|
554
694
|
.e-filemanager .e-large-icons {
|
555
695
|
float: left;
|
556
696
|
overflow: auto;
|
557
697
|
width: 100%;
|
558
|
-
height: calc(100% - 40px);
|
559
698
|
}
|
699
|
+
|
560
700
|
.e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame {
|
561
701
|
border-width: 1px;
|
562
702
|
line-height: 16px;
|
563
703
|
}
|
704
|
+
|
564
705
|
.e-filemanager .e-large-icons .e-empty {
|
565
706
|
min-width: 200px;
|
566
707
|
}
|
708
|
+
|
567
709
|
.e-filemanager .e-large-icons .e-empty-content {
|
568
710
|
font-size: 14px;
|
569
711
|
margin: 0 auto;
|
570
712
|
padding: 8px 0 8px 0;
|
571
713
|
text-align: center;
|
572
714
|
}
|
715
|
+
|
573
716
|
.e-filemanager .e-large-icons .e-empty-icon {
|
574
717
|
height: 52px;
|
575
718
|
margin: 0 auto;
|
576
719
|
width: 52px;
|
577
720
|
}
|
721
|
+
|
578
722
|
.e-filemanager .e-large-icons .e-empty-inner-content {
|
579
723
|
font-size: 14px;
|
580
724
|
margin: 0 auto;
|
725
|
+
opacity: 0.5;
|
581
726
|
padding: 0;
|
582
727
|
text-align: center;
|
583
|
-
opacity: 0.5;
|
584
728
|
}
|
729
|
+
|
585
730
|
.e-filemanager .e-large-icons .e-list-parent {
|
586
731
|
display: block;
|
587
732
|
height: 100%;
|
588
733
|
margin: 0;
|
589
|
-
padding: 0 12px;
|
590
734
|
overflow: auto;
|
735
|
+
padding: 0 12px;
|
591
736
|
}
|
737
|
+
|
592
738
|
.e-filemanager .e-large-icons .e-checkbox-wrapper {
|
593
739
|
float: left;
|
594
740
|
position: absolute;
|
595
741
|
top: 0;
|
596
742
|
visibility: hidden;
|
597
743
|
}
|
744
|
+
|
598
745
|
.e-filemanager .e-large-icons .e-list-item {
|
599
746
|
border: 1px solid;
|
600
747
|
float: left;
|
601
748
|
height: 94px;
|
602
749
|
margin: 12px 8px;
|
603
|
-
width: 94px;
|
604
750
|
overflow: hidden;
|
605
751
|
padding: 2px;
|
752
|
+
width: 94px;
|
606
753
|
}
|
754
|
+
|
607
755
|
.e-filemanager .e-large-icons .e-list-item.e-fe-drop-folder {
|
608
756
|
border: 2px dashed #0078d4;
|
609
757
|
}
|
610
|
-
|
758
|
+
|
759
|
+
.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 {
|
611
760
|
visibility: visible;
|
612
761
|
}
|
762
|
+
|
613
763
|
.e-filemanager .e-large-icons .e-text-content {
|
614
764
|
display: table-cell;
|
615
765
|
height: 74px;
|
616
766
|
position: relative;
|
617
767
|
vertical-align: bottom;
|
618
768
|
}
|
769
|
+
|
619
770
|
.e-filemanager .e-large-icons .e-list-text {
|
620
771
|
overflow: hidden;
|
621
772
|
text-overflow: ellipsis;
|
@@ -626,45 +777,38 @@ ejs-filemanager {
|
|
626
777
|
text-align: center;
|
627
778
|
width: 90px;
|
628
779
|
}
|
780
|
+
|
629
781
|
.e-filemanager .e-large-icons .e-list-img {
|
630
782
|
border: 2px solid;
|
631
|
-
|
632
|
-
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05);
|
783
|
+
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05);
|
633
784
|
display: block;
|
634
785
|
margin: 0 auto;
|
635
786
|
max-height: 40px;
|
636
787
|
max-width: 100%;
|
637
788
|
min-height: 20px;
|
638
789
|
}
|
790
|
+
|
639
791
|
.e-filemanager .e-large-icons .e-list-icon {
|
640
792
|
display: block;
|
641
793
|
height: 40px;
|
642
794
|
margin: 18px 25px 8px;
|
643
795
|
width: 40px;
|
644
796
|
}
|
645
|
-
|
646
|
-
position: absolute;
|
647
|
-
background-color: #0078d4;
|
648
|
-
opacity: 0.3;
|
649
|
-
border: none;
|
650
|
-
width: 0;
|
651
|
-
height: 0;
|
652
|
-
z-index: 1;
|
653
|
-
}
|
797
|
+
|
654
798
|
.e-filemanager .e-fe-clone {
|
655
799
|
pointer-events: none;
|
656
800
|
z-index: 20;
|
657
801
|
}
|
802
|
+
|
658
803
|
.e-filemanager .e-fe-clone .e-fe-content {
|
659
804
|
border: none;
|
660
|
-
|
661
|
-
box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
|
662
|
-
display: -webkit-inline-box;
|
805
|
+
box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
|
663
806
|
display: -ms-inline-flexbox;
|
664
807
|
display: inline-flex;
|
665
808
|
height: 36px;
|
666
809
|
padding: 4px 8px;
|
667
810
|
}
|
811
|
+
|
668
812
|
.e-filemanager .e-fe-clone .e-fe-content .e-fe-name {
|
669
813
|
display: inline-block;
|
670
814
|
font-size: 13px;
|
@@ -674,134 +818,152 @@ ejs-filemanager {
|
|
674
818
|
text-overflow: ellipsis;
|
675
819
|
white-space: nowrap;
|
676
820
|
}
|
821
|
+
|
677
822
|
.e-filemanager .e-fe-clone .e-fe-content .e-fe-icon {
|
678
823
|
display: inline-block;
|
679
824
|
height: 18px;
|
680
825
|
margin: auto 8px;
|
681
826
|
width: 18px;
|
682
827
|
}
|
828
|
+
|
683
829
|
.e-filemanager .e-fe-clone .e-fe-count {
|
684
830
|
border: 1px solid;
|
685
831
|
border-radius: 50%;
|
686
832
|
font-size: 12px;
|
687
833
|
height: 22px;
|
688
|
-
width: 22px;
|
689
834
|
line-height: 22px;
|
690
835
|
margin-left: -12px;
|
691
|
-
|
836
|
+
width: 22px;
|
837
|
+
position: absolute;
|
692
838
|
text-align: center;
|
693
839
|
top: 0;
|
694
840
|
}
|
841
|
+
|
695
842
|
.e-filemanager.e-rtl .e-treeview > .e-ul {
|
696
843
|
padding: 0 8px 0 0;
|
697
844
|
}
|
845
|
+
|
698
846
|
.e-filemanager.e-rtl .e-toolbar .e-fe-grid {
|
699
847
|
display: inline-table;
|
700
|
-
|
701
|
-
transform: rotate(180deg);
|
702
|
-
}
|
703
|
-
.e-filemanager.e-rtl .e-toolbar .e-toolbar-items .e-toolbar-right .e-toolbar-item .e-dropdown-btn .e-icon-left {
|
704
|
-
line-height: 16px;
|
848
|
+
transform: rotate(180deg);
|
705
849
|
}
|
850
|
+
|
706
851
|
.e-filemanager.e-rtl .e-splitter.e-splitter-horizontal {
|
707
852
|
-ms-flex-direction: row-reverse;
|
708
|
-
-
|
709
|
-
-webkit-box-direction: reverse;
|
710
|
-
flex-direction: row-reverse;
|
853
|
+
flex-direction: row-reverse;
|
711
854
|
}
|
855
|
+
|
712
856
|
.e-filemanager.e-rtl .e-address .e-search-wrap {
|
713
857
|
float: left;
|
714
858
|
left: 0;
|
715
859
|
right: auto;
|
716
860
|
}
|
861
|
+
|
717
862
|
.e-filemanager.e-rtl .e-address .e-search-wrap .e-input-group .e-input {
|
718
863
|
margin: 0 24px 0 0;
|
719
864
|
padding: 0;
|
720
865
|
}
|
866
|
+
|
721
867
|
.e-filemanager.e-rtl .e-address .e-addressbar-ul {
|
722
|
-
display: -webkit-box;
|
723
868
|
display: -ms-flexbox;
|
724
869
|
display: flex;
|
725
870
|
}
|
871
|
+
|
726
872
|
.e-filemanager.e-rtl .e-address .e-addressbar-ul .e-icons::before {
|
727
873
|
display: inline-block;
|
728
|
-
|
729
|
-
transform: rotate(180deg);
|
874
|
+
transform: rotate(180deg);
|
730
875
|
}
|
876
|
+
|
731
877
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-checkbox,
|
732
878
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-checkbox {
|
733
879
|
padding-left: 0;
|
734
880
|
padding-right: 12px;
|
735
881
|
}
|
882
|
+
|
736
883
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon,
|
737
884
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon {
|
738
885
|
padding-left: 0;
|
739
886
|
padding-right: 12px;
|
740
887
|
}
|
741
|
-
|
888
|
+
|
889
|
+
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell,
|
890
|
+
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell,
|
742
891
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell,
|
743
892
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell {
|
744
893
|
padding-left: 21px;
|
745
894
|
padding-right: 0;
|
746
895
|
}
|
747
|
-
|
896
|
+
|
897
|
+
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name,
|
898
|
+
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name,
|
748
899
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name,
|
749
900
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name {
|
750
901
|
padding-right: 12px;
|
751
902
|
}
|
903
|
+
|
752
904
|
.e-filemanager.e-rtl .e-grid.e-rtl .e-fe-icon {
|
753
905
|
margin: 0 0 0 8px;
|
754
906
|
}
|
907
|
+
|
755
908
|
.e-filemanager.e-rtl .e-large-icons .e-list-item {
|
756
909
|
float: right;
|
757
910
|
}
|
911
|
+
|
758
912
|
.e-filemanager.e-rtl .e-fe-clone .e-fe-count {
|
759
913
|
margin-left: 0;
|
760
914
|
margin-right: -12px;
|
761
915
|
}
|
916
|
+
|
762
917
|
.e-filemanager .e-layout-content {
|
763
918
|
position: relative;
|
764
919
|
}
|
765
|
-
|
766
|
-
border-width: 1px 0 0;
|
767
|
-
}
|
920
|
+
|
768
921
|
.e-filemanager .e-fe-overlay {
|
769
922
|
border: 2px dashed #0078d4;
|
770
923
|
bottom: 0;
|
771
924
|
display: block;
|
772
925
|
height: calc(100% - 34px);
|
773
|
-
width: 100%;
|
774
926
|
pointer-events: none;
|
775
927
|
position: absolute;
|
776
928
|
visibility: hidden;
|
929
|
+
width: 100%;
|
777
930
|
}
|
931
|
+
|
778
932
|
.e-filemanager .e-upload-drag-hover {
|
779
933
|
outline: none;
|
780
934
|
}
|
935
|
+
|
781
936
|
.e-filemanager .e-upload-drag-hover .e-fe-overlay {
|
782
937
|
visibility: visible;
|
783
938
|
}
|
784
939
|
|
785
940
|
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
|
786
|
-
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick,
|
787
|
-
.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-
|
941
|
+
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick,
|
942
|
+
.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
|
943
|
+
.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick,
|
944
|
+
.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-dot,
|
788
945
|
.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-tick {
|
789
946
|
font-size: 14px;
|
790
947
|
}
|
948
|
+
|
791
949
|
.e-fe-popup.e-dlg-resizable .e-dlg-content {
|
792
950
|
overflow: hidden;
|
793
951
|
}
|
952
|
+
|
794
953
|
.e-fe-popup.e-dialog.e-fe-upload-dialog .e-dlg-content {
|
795
954
|
overflow: auto;
|
796
955
|
}
|
797
|
-
|
956
|
+
|
957
|
+
.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item.e-separator,
|
958
|
+
.e-fe-popup.e-contextmenu-container ul .e-menu-item.e-separator {
|
798
959
|
margin: 0 0;
|
799
960
|
}
|
961
|
+
|
800
962
|
.e-fe-popup.e-rtl .e-fe-grid {
|
801
963
|
display: inline-table;
|
802
|
-
|
803
|
-
transform: rotate(180deg);
|
964
|
+
transform: rotate(180deg);
|
804
965
|
}
|
966
|
+
|
805
967
|
.e-fe-popup.e-dialog td {
|
806
968
|
overflow: hidden;
|
807
969
|
text-overflow: ellipsis;
|
@@ -811,308 +973,170 @@ ejs-filemanager {
|
|
811
973
|
min-width: 51px;
|
812
974
|
padding: 4px 24px 4px 0;
|
813
975
|
}
|
976
|
+
|
814
977
|
.e-fe-popup.e-dialog td.e-fe-value {
|
815
978
|
white-space: unset;
|
816
979
|
word-break: break-word;
|
817
980
|
}
|
981
|
+
|
818
982
|
.e-fe-popup.e-dialog .e-fe-errorcontent {
|
819
983
|
white-space: normal;
|
820
984
|
word-break: break-word;
|
821
985
|
}
|
986
|
+
|
822
987
|
.e-fe-popup.e-dialog .e-fe-icon {
|
823
988
|
display: inline-block;
|
824
989
|
height: 18px;
|
825
990
|
margin: 0 8px -2px 0;
|
826
991
|
width: 18px;
|
827
992
|
}
|
993
|
+
|
828
994
|
.e-fe-popup.e-dialog .e-fe-access-header {
|
829
995
|
display: inline-block;
|
830
996
|
}
|
997
|
+
|
831
998
|
.e-fe-popup.e-dialog .e-fe-retrycontent {
|
832
999
|
padding: 16px 0;
|
833
1000
|
}
|
1001
|
+
|
834
1002
|
.e-fe-popup.e-dialog .e-image {
|
835
1003
|
height: 100%;
|
836
1004
|
width: 100%;
|
837
1005
|
}
|
1006
|
+
|
838
1007
|
.e-fe-popup.e-dialog .e-dlg-content {
|
839
1008
|
padding-top: 2px;
|
840
1009
|
}
|
1010
|
+
|
841
1011
|
.e-fe-popup.e-dialog.e-rtl td {
|
842
1012
|
padding: 8px 0 8px 24px;
|
843
1013
|
}
|
1014
|
+
|
844
1015
|
.e-fe-popup.e-dialog.e-rtl .e-fe-icon {
|
845
1016
|
margin: 0 0 -2px 8px;
|
846
1017
|
}
|
1018
|
+
|
847
1019
|
.e-fe-popup.e-dialog.e-popup.e-dlg-resizable {
|
848
1020
|
min-height: 200px;
|
849
1021
|
}
|
1022
|
+
|
850
1023
|
.e-fe-popup .e-fe-error {
|
851
1024
|
font-size: 12px;
|
852
1025
|
line-height: 1.5;
|
853
1026
|
}
|
1027
|
+
|
854
1028
|
.e-fe-popup .e-upload {
|
855
1029
|
border-bottom-width: 0;
|
856
1030
|
border-top-width: 0;
|
857
1031
|
}
|
858
|
-
.e-fe-popup .e-upload .e-upload-actions {
|
859
|
-
border-bottom: 1px solid;
|
860
|
-
}
|
861
1032
|
|
862
|
-
.e-
|
863
|
-
.e-filemanager .e-treeview .e-icons .e-treeview-spinner,
|
864
|
-
.e-filemanager .e-splitter .e-split-bar .e-resize-handler,
|
865
|
-
.e-filemanager .e-splitter .e-display-none,
|
866
|
-
.e-filemanager .e-grid .e-spin-show,
|
867
|
-
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
868
|
-
.e-filemanager .e-grid .e-gridcontent .e-emptyrow,
|
869
|
-
.e-fe-popup .e-upload .e-file-select-wrap,
|
870
|
-
.e-fe-popup .e-upload .e-icons.e-file-delete-btn {
|
1033
|
+
.e-fe-popup .e-upload .e-file-select-wrap {
|
871
1034
|
display: none;
|
872
1035
|
}
|
873
1036
|
|
874
|
-
|
875
|
-
|
876
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
877
|
-
min-width: 140px;
|
878
|
-
width: calc(50% - 17px);
|
879
|
-
}
|
880
|
-
}
|
881
|
-
@media (min-width: 470px) and (max-width: 625px) {
|
882
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
883
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
884
|
-
min-width: 140px;
|
885
|
-
width: calc(33.33% - 17px);
|
886
|
-
}
|
887
|
-
}
|
888
|
-
@media (min-width: 360px) and (max-width: 500px) {
|
889
|
-
.e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
|
890
|
-
position: relative;
|
891
|
-
right: 10px;
|
892
|
-
}
|
893
|
-
}
|
894
|
-
.e-content-placeholder.e-filemanager.e-placeholder-filemanager {
|
895
|
-
height: 100%;
|
896
|
-
width: 100%;
|
897
|
-
}
|
898
|
-
|
899
|
-
.e-filemanager {
|
900
|
-
background: transparent;
|
901
|
-
border-color: #edebe9;
|
902
|
-
}
|
903
|
-
.e-filemanager .e-toolbar {
|
904
|
-
border-bottom-color: #edebe9;
|
905
|
-
}
|
906
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active {
|
907
|
-
background: #f3f2f1;
|
908
|
-
border-color: #8a8886;
|
909
|
-
}
|
910
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover {
|
911
|
-
background: #f3f2f1;
|
912
|
-
border-color: #8a8886;
|
913
|
-
}
|
914
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
|
915
|
-
background: #f3f2f1;
|
916
|
-
border-color: #8a8886;
|
917
|
-
}
|
918
|
-
.e-filemanager .e-address {
|
919
|
-
border-bottom-color: #edebe9;
|
920
|
-
}
|
921
|
-
.e-filemanager .e-address .e-icons {
|
922
|
-
color: #605e5c;
|
923
|
-
}
|
924
|
-
.e-filemanager .e-address .e-list-text {
|
925
|
-
color: #3b3a39;
|
926
|
-
}
|
927
|
-
.e-filemanager .e-address .e-address-list-item {
|
928
|
-
color: #3b3a39;
|
929
|
-
}
|
930
|
-
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
931
|
-
background: #f3f2f1;
|
932
|
-
color: #201f1e;
|
933
|
-
}
|
934
|
-
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
|
935
|
-
color: #323130;
|
936
|
-
}
|
937
|
-
.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 {
|
938
|
-
background: #f3f2f1;
|
939
|
-
color: #201f1e;
|
940
|
-
}
|
941
|
-
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
942
|
-
color: #201f1e;
|
943
|
-
}
|
944
|
-
.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) {
|
945
|
-
background: #fff;
|
946
|
-
border-color: #edebe9;
|
947
|
-
}
|
948
|
-
.e-filemanager .e-treeview .e-list-item.e-active > .e-fullrow {
|
949
|
-
border: #edebe9;
|
950
|
-
}
|
951
|
-
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover > .e-fullrow {
|
952
|
-
border-color: #0078d4;
|
953
|
-
}
|
954
|
-
.e-filemanager .e-grid .e-gridheader .e-headercell:not(.e-fe-grid-icon):hover, .e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-headercelldiv:hover {
|
955
|
-
background: #f3f2f1;
|
956
|
-
}
|
957
|
-
.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover {
|
958
|
-
background: #fff;
|
959
|
-
}
|
960
|
-
.e-filemanager .e-grid td.e-active {
|
961
|
-
background-color: #edebe9;
|
962
|
-
color: #323130;
|
963
|
-
}
|
964
|
-
.e-filemanager .e-grid.e-gridhover .e-row.e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
965
|
-
background-color: transparent;
|
966
|
-
}
|
967
|
-
.e-filemanager .e-large-icons .e-list-img {
|
968
|
-
border-color: #edebe9;
|
969
|
-
}
|
970
|
-
.e-filemanager .e-large-icons .e-active {
|
971
|
-
color: #323130;
|
972
|
-
}
|
973
|
-
.e-filemanager .e-large-icons .e-large-icon {
|
974
|
-
border-color: transparent;
|
975
|
-
}
|
976
|
-
.e-filemanager .e-large-icons .e-large-icon.e-active {
|
977
|
-
background: #edebe9;
|
978
|
-
border-color: #edebe9;
|
979
|
-
}
|
980
|
-
.e-filemanager .e-large-icons .e-large-icon.e-hover, .e-filemanager .e-large-icons .e-large-icon:hover {
|
981
|
-
background: #f3f2f1;
|
982
|
-
border-color: #f3f2f1;
|
983
|
-
}
|
984
|
-
.e-filemanager .e-large-icons .e-large-icon.e-active.e-hover, .e-filemanager .e-large-icons .e-large-icon.e-active:hover {
|
985
|
-
background: #edebe9;
|
986
|
-
border-color: #edebe9;
|
987
|
-
}
|
988
|
-
.e-filemanager .e-large-icons .e-large-icon.e-focus {
|
989
|
-
border-color: #edebe9;
|
990
|
-
}
|
991
|
-
.e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder, .e-filemanager .e-large-icons .e-large-icon:hover.e-fe-drop-folder {
|
992
|
-
border-color: #0078d4;
|
993
|
-
}
|
994
|
-
.e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check {
|
995
|
-
background-color: #0078d4;
|
996
|
-
color: #fff;
|
997
|
-
}
|
998
|
-
.e-filemanager .e-fe-clone .e-fe-content {
|
999
|
-
background-color: #f3f2f1;
|
1000
|
-
color: #323130;
|
1001
|
-
}
|
1002
|
-
.e-filemanager .e-fe-clone .e-fe-count {
|
1003
|
-
background-color: #0078d4;
|
1004
|
-
border-color: #fff;
|
1005
|
-
color: #fff;
|
1006
|
-
}
|
1007
|
-
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-hover, .e-filemanager.e-fe-mobile .e-large-icons .e-large-icon:hover {
|
1008
|
-
background: transparent;
|
1009
|
-
border-color: transparent;
|
1010
|
-
}
|
1011
|
-
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-focus {
|
1012
|
-
border-color: transparent;
|
1013
|
-
}
|
1014
|
-
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-active {
|
1015
|
-
background: #edebe9;
|
1016
|
-
border-color: #edebe9;
|
1037
|
+
.e-fe-popup .e-upload .e-icons.e-file-delete-btn {
|
1038
|
+
display: none;
|
1017
1039
|
}
|
1018
1040
|
|
1019
|
-
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
|
1020
|
-
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, .e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
|
1021
|
-
.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick, .e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-dot,
|
1022
|
-
.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-tick {
|
1023
|
-
color: #605e5c;
|
1024
|
-
}
|
1025
|
-
.e-fe-popup.e-dialog td {
|
1026
|
-
color: #201f1e;
|
1027
|
-
}
|
1028
|
-
.e-fe-popup.e-dialog td:first-child {
|
1029
|
-
color: #3b3a39;
|
1030
|
-
}
|
1031
|
-
.e-fe-popup .e-fe-error {
|
1032
|
-
color: #d13438;
|
1033
|
-
}
|
1034
1041
|
.e-fe-popup .e-upload .e-upload-actions {
|
1035
|
-
border-bottom
|
1042
|
+
border-bottom: 1px solid;
|
1036
1043
|
}
|
1037
1044
|
|
1038
|
-
.e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
|
1039
|
-
.e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
|
1040
1045
|
.e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
|
1041
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
|
1042
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
|
1043
1046
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
|
1044
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
|
1045
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
|
1046
1047
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
|
1047
1048
|
font-size: 20px;
|
1048
1049
|
}
|
1050
|
+
|
1049
1051
|
.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder,
|
1050
1052
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder,
|
1051
1053
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder {
|
1052
1054
|
padding-top: 0;
|
1053
1055
|
}
|
1056
|
+
|
1054
1057
|
.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload,
|
1055
1058
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload,
|
1056
1059
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload {
|
1057
1060
|
padding-left: 0;
|
1058
1061
|
}
|
1062
|
+
|
1059
1063
|
.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort,
|
1060
1064
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort,
|
1061
1065
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort {
|
1062
1066
|
padding-top: 3px;
|
1063
1067
|
}
|
1068
|
+
|
1064
1069
|
.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh,
|
1065
1070
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh,
|
1066
1071
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh {
|
1067
1072
|
padding-top: 3px;
|
1068
1073
|
}
|
1074
|
+
|
1069
1075
|
.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select,
|
1070
1076
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select,
|
1071
1077
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select {
|
1072
1078
|
padding-top: 2px;
|
1073
1079
|
}
|
1080
|
+
|
1074
1081
|
.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large,
|
1075
1082
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large,
|
1076
1083
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large {
|
1077
|
-
padding:
|
1084
|
+
padding: 4px 0 0 2px;
|
1078
1085
|
}
|
1086
|
+
|
1079
1087
|
.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid,
|
1080
1088
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid,
|
1081
1089
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid {
|
1082
1090
|
padding: 4px 2px 0 2px;
|
1083
1091
|
}
|
1092
|
+
|
1084
1093
|
.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details,
|
1085
1094
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details,
|
1086
1095
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details {
|
1087
1096
|
padding-top: 3px;
|
1088
1097
|
}
|
1098
|
+
|
1089
1099
|
.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete,
|
1090
1100
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete,
|
1091
1101
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete {
|
1092
1102
|
padding-left: 4px;
|
1093
1103
|
}
|
1104
|
+
|
1094
1105
|
.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename,
|
1095
1106
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename,
|
1096
1107
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename {
|
1097
1108
|
padding-left: 2px;
|
1098
1109
|
padding-top: 3px;
|
1099
1110
|
}
|
1111
|
+
|
1100
1112
|
.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download,
|
1101
1113
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download,
|
1102
1114
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download {
|
1103
1115
|
padding-left: 4px;
|
1104
1116
|
}
|
1117
|
+
|
1105
1118
|
.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut,
|
1106
1119
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut,
|
1107
1120
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut {
|
1108
1121
|
padding-left: 2px;
|
1109
1122
|
padding-top: 1px;
|
1110
1123
|
}
|
1124
|
+
|
1111
1125
|
.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy,
|
1112
1126
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy,
|
1113
1127
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy {
|
1114
1128
|
padding-left: 4px;
|
1115
1129
|
}
|
1130
|
+
|
1131
|
+
.e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
|
1132
|
+
.e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
|
1133
|
+
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
|
1134
|
+
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
|
1135
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
|
1136
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons {
|
1137
|
+
font-size: 20px;
|
1138
|
+
}
|
1139
|
+
|
1116
1140
|
.e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort,
|
1117
1141
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort,
|
1118
1142
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort {
|
@@ -1120,45 +1144,56 @@ ejs-filemanager {
|
|
1120
1144
|
margin: 0;
|
1121
1145
|
width: 14px;
|
1122
1146
|
}
|
1147
|
+
|
1123
1148
|
.e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,
|
1124
|
-
.e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text,
|
1125
1149
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,
|
1150
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text {
|
1151
|
+
display: none;
|
1152
|
+
}
|
1153
|
+
|
1154
|
+
.e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text,
|
1126
1155
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text,
|
1127
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,
|
1128
1156
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text {
|
1129
1157
|
display: none;
|
1130
1158
|
}
|
1159
|
+
|
1131
1160
|
.e-filemanager.e-fe-mobile .e-splitter .e-split-bar,
|
1132
1161
|
.e-bigger .e-filemanager.e-fe-mobile .e-splitter .e-split-bar,
|
1133
1162
|
.e-filemanager.e-bigger.e-fe-mobile .e-splitter .e-split-bar {
|
1134
1163
|
display: none;
|
1135
1164
|
}
|
1165
|
+
|
1136
1166
|
.e-filemanager.e-fe-mobile .e-address,
|
1137
1167
|
.e-bigger .e-filemanager.e-fe-mobile .e-address,
|
1138
1168
|
.e-filemanager.e-bigger.e-fe-mobile .e-address {
|
1139
1169
|
height: 40px;
|
1140
1170
|
}
|
1171
|
+
|
1141
1172
|
.e-filemanager.e-fe-mobile .e-address .e-addressbar-ul,
|
1142
1173
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-addressbar-ul,
|
1143
1174
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-addressbar-ul {
|
1144
1175
|
height: 40px;
|
1145
1176
|
}
|
1177
|
+
|
1146
1178
|
.e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons,
|
1147
1179
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons,
|
1148
1180
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-address-list-item .e-icons {
|
1149
1181
|
font-size: 10px;
|
1150
1182
|
}
|
1183
|
+
|
1151
1184
|
.e-filemanager.e-fe-mobile .e-address .e-list-text,
|
1152
1185
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-list-text,
|
1153
1186
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-list-text {
|
1154
1187
|
font-size: 14px;
|
1155
1188
|
}
|
1189
|
+
|
1156
1190
|
.e-filemanager.e-fe-mobile .e-address .e-search-wrap,
|
1157
1191
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap,
|
1158
1192
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap {
|
1159
1193
|
min-width: 47px;
|
1160
1194
|
width: auto;
|
1161
1195
|
}
|
1196
|
+
|
1162
1197
|
.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group,
|
1163
1198
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group,
|
1164
1199
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group {
|
@@ -1166,16 +1201,19 @@ ejs-filemanager {
|
|
1166
1201
|
height: 40px;
|
1167
1202
|
width: 100%;
|
1168
1203
|
}
|
1204
|
+
|
1169
1205
|
.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon,
|
1170
1206
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon,
|
1171
1207
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon {
|
1172
1208
|
margin: 2px 8px 0;
|
1173
1209
|
}
|
1210
|
+
|
1174
1211
|
.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input,
|
1175
1212
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input,
|
1176
1213
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input {
|
1177
1214
|
margin: 0 0 0 38px;
|
1178
1215
|
}
|
1216
|
+
|
1179
1217
|
.e-filemanager.e-fe-mobile .e-address .e-fe-search,
|
1180
1218
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-fe-search,
|
1181
1219
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-fe-search {
|
@@ -1183,34 +1221,40 @@ ejs-filemanager {
|
|
1183
1221
|
margin: 3px 0;
|
1184
1222
|
right: 13px;
|
1185
1223
|
}
|
1224
|
+
|
1186
1225
|
.e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon,
|
1187
1226
|
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon,
|
1188
1227
|
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon {
|
1189
1228
|
height: 35px;
|
1190
1229
|
width: 35px;
|
1191
1230
|
}
|
1231
|
+
|
1192
1232
|
.e-filemanager.e-fe-mobile .e-grid .e-gridheader,
|
1193
1233
|
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridheader,
|
1194
1234
|
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridheader {
|
1195
1235
|
display: none;
|
1196
1236
|
}
|
1237
|
+
|
1197
1238
|
.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell,
|
1198
1239
|
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell,
|
1199
1240
|
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell {
|
1200
1241
|
border-bottom: 1px solid;
|
1201
1242
|
border-bottom-color: #edebe9;
|
1202
1243
|
}
|
1244
|
+
|
1203
1245
|
.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox,
|
1204
1246
|
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox,
|
1205
1247
|
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox {
|
1206
1248
|
padding: 0;
|
1207
1249
|
}
|
1250
|
+
|
1208
1251
|
.e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon,
|
1209
1252
|
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon,
|
1210
1253
|
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon {
|
1211
1254
|
padding-left: 10px;
|
1212
1255
|
padding-right: 10px;
|
1213
1256
|
}
|
1257
|
+
|
1214
1258
|
.e-filemanager.e-fe-mobile .e-grid .e-fe-text,
|
1215
1259
|
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-text,
|
1216
1260
|
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-text {
|
@@ -1218,16 +1262,13 @@ ejs-filemanager {
|
|
1218
1262
|
text-overflow: ellipsis;
|
1219
1263
|
white-space: nowrap;
|
1220
1264
|
}
|
1221
|
-
|
1222
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons,
|
1223
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons {
|
1224
|
-
height: calc(100% - 40px);
|
1225
|
-
}
|
1265
|
+
|
1226
1266
|
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent,
|
1227
1267
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent,
|
1228
1268
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent {
|
1229
1269
|
padding: 0;
|
1230
1270
|
}
|
1271
|
+
|
1231
1272
|
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
1232
1273
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
1233
1274
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
@@ -1236,29 +1277,32 @@ ejs-filemanager {
|
|
1236
1277
|
margin: 12px 8px;
|
1237
1278
|
width: 94px;
|
1238
1279
|
}
|
1239
|
-
|
1280
|
+
|
1281
|
+
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper,
|
1240
1282
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper,
|
1241
|
-
.e-
|
1242
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper,
|
1243
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item:hover .e-checkbox-wrapper {
|
1283
|
+
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper {
|
1244
1284
|
visibility: hidden;
|
1245
1285
|
}
|
1286
|
+
|
1246
1287
|
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper,
|
1247
1288
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper,
|
1248
1289
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper {
|
1249
1290
|
visibility: visible;
|
1250
1291
|
}
|
1292
|
+
|
1251
1293
|
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper,
|
1252
1294
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper,
|
1253
1295
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper {
|
1254
|
-
z-index:
|
1296
|
+
z-index: 1000;
|
1255
1297
|
}
|
1298
|
+
|
1256
1299
|
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text,
|
1257
1300
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text,
|
1258
1301
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text {
|
1259
1302
|
margin: 0 auto;
|
1260
1303
|
width: 110px;
|
1261
1304
|
}
|
1305
|
+
|
1262
1306
|
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img,
|
1263
1307
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img,
|
1264
1308
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img {
|
@@ -1266,6 +1310,7 @@ ejs-filemanager {
|
|
1266
1310
|
max-height: 40px;
|
1267
1311
|
max-width: 110px;
|
1268
1312
|
}
|
1313
|
+
|
1269
1314
|
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
|
1270
1315
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
|
1271
1316
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon {
|
@@ -1273,14 +1318,19 @@ ejs-filemanager {
|
|
1273
1318
|
margin: 0 auto;
|
1274
1319
|
width: 40px;
|
1275
1320
|
}
|
1321
|
+
|
1276
1322
|
.e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
|
1277
|
-
.e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper,
|
1278
1323
|
.e-bigger .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
|
1324
|
+
.e-filemanager.e-bigger.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper {
|
1325
|
+
visibility: visible;
|
1326
|
+
}
|
1327
|
+
|
1328
|
+
.e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper,
|
1279
1329
|
.e-bigger .e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper,
|
1280
|
-
.e-filemanager.e-bigger.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
|
1281
1330
|
.e-filemanager.e-bigger.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper {
|
1282
1331
|
visibility: visible;
|
1283
1332
|
}
|
1333
|
+
|
1284
1334
|
.e-filemanager.e-fe-m-filter .e-address .e-search-wrap,
|
1285
1335
|
.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap,
|
1286
1336
|
.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap {
|
@@ -1289,19 +1339,21 @@ ejs-filemanager {
|
|
1289
1339
|
position: absolute;
|
1290
1340
|
width: 100%;
|
1291
1341
|
}
|
1342
|
+
|
1292
1343
|
.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group,
|
1293
1344
|
.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group,
|
1294
1345
|
.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group {
|
1295
|
-
display: -webkit-inline-box;
|
1296
1346
|
display: -ms-inline-flexbox;
|
1297
1347
|
display: inline-flex;
|
1298
1348
|
}
|
1349
|
+
|
1299
1350
|
.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input,
|
1300
1351
|
.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input,
|
1301
1352
|
.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input {
|
1302
1353
|
height: auto;
|
1303
1354
|
margin-left: 45px;
|
1304
1355
|
}
|
1356
|
+
|
1305
1357
|
.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search,
|
1306
1358
|
.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search,
|
1307
1359
|
.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-fe-search {
|
@@ -1310,22 +1362,25 @@ ejs-filemanager {
|
|
1310
1362
|
margin-top: 3px;
|
1311
1363
|
width: 30px;
|
1312
1364
|
}
|
1365
|
+
|
1313
1366
|
.e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul,
|
1314
1367
|
.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul,
|
1315
1368
|
.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-addressbar-ul {
|
1316
1369
|
visibility: hidden;
|
1317
1370
|
}
|
1371
|
+
|
1318
1372
|
.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input,
|
1319
1373
|
.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input,
|
1320
1374
|
.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input {
|
1321
1375
|
margin-right: 45px;
|
1322
1376
|
}
|
1377
|
+
|
1323
1378
|
.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search,
|
1324
1379
|
.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search,
|
1325
1380
|
.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search {
|
1326
|
-
|
1327
|
-
transform: rotate(180deg);
|
1381
|
+
transform: rotate(180deg);
|
1328
1382
|
}
|
1383
|
+
|
1329
1384
|
.e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,
|
1330
1385
|
.e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon,
|
1331
1386
|
.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,
|
@@ -1339,149 +1394,189 @@ ejs-filemanager {
|
|
1339
1394
|
.e-bigger .e-fe-popup.e-dialog .e-dlg-header-content {
|
1340
1395
|
padding: 21px;
|
1341
1396
|
}
|
1397
|
+
|
1342
1398
|
.e-fe-popup.e-bigger.e-dialog td,
|
1343
1399
|
.e-bigger .e-fe-popup.e-dialog td {
|
1344
1400
|
overflow: hidden;
|
1345
1401
|
text-overflow: ellipsis;
|
1346
1402
|
white-space: nowrap;
|
1347
|
-
font-size:
|
1403
|
+
font-size: 15px;
|
1348
1404
|
max-width: 205px;
|
1349
1405
|
min-width: 45px;
|
1350
1406
|
padding: 8px 30px 8px 0;
|
1351
1407
|
}
|
1352
1408
|
|
1353
|
-
.e-bigger .e-filemanager .e-toolbar .e-popup-up-icon.e-icons,
|
1354
|
-
.e-bigger .e-filemanager .e-toolbar .e-popup-down-icon.e-icons,
|
1355
1409
|
.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
|
1356
|
-
.e-filemanager.e-bigger .e-toolbar .e-popup-up-icon.e-icons,
|
1357
|
-
.e-filemanager.e-bigger .e-toolbar .e-popup-down-icon.e-icons,
|
1358
1410
|
.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
|
1359
1411
|
font-size: 20px;
|
1360
1412
|
}
|
1413
|
+
|
1361
1414
|
.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn,
|
1362
1415
|
.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
1363
1416
|
padding: 0 6px;
|
1364
1417
|
}
|
1365
|
-
|
1366
|
-
.e-
|
1367
|
-
.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn
|
1418
|
+
|
1419
|
+
.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active,
|
1420
|
+
.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active {
|
1421
|
+
padding: 0 6px;
|
1422
|
+
}
|
1423
|
+
|
1424
|
+
.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover,
|
1425
|
+
.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover {
|
1426
|
+
padding: 0 6px;
|
1427
|
+
}
|
1428
|
+
|
1429
|
+
.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus,
|
1368
1430
|
.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
|
1369
1431
|
padding: 0 6px;
|
1370
1432
|
}
|
1433
|
+
|
1371
1434
|
.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret,
|
1372
1435
|
.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret {
|
1373
1436
|
padding: 0 10px;
|
1374
1437
|
}
|
1438
|
+
|
1375
1439
|
.e-bigger .e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret,
|
1376
1440
|
.e-filemanager.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret {
|
1377
1441
|
padding: 0 10px;
|
1378
1442
|
}
|
1443
|
+
|
1444
|
+
.e-bigger .e-filemanager .e-toolbar .e-popup-up-icon.e-icons,
|
1445
|
+
.e-bigger .e-filemanager .e-toolbar .e-popup-down-icon.e-icons,
|
1446
|
+
.e-filemanager.e-bigger .e-toolbar .e-popup-up-icon.e-icons,
|
1447
|
+
.e-filemanager.e-bigger .e-toolbar .e-popup-down-icon.e-icons {
|
1448
|
+
font-size: 20px;
|
1449
|
+
}
|
1450
|
+
|
1379
1451
|
.e-bigger .e-filemanager .e-treeview > .e-ul,
|
1380
1452
|
.e-filemanager.e-bigger .e-treeview > .e-ul {
|
1381
1453
|
padding-left: 12px;
|
1382
1454
|
}
|
1455
|
+
|
1383
1456
|
.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow,
|
1384
1457
|
.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
1385
1458
|
height: 40px;
|
1386
1459
|
}
|
1460
|
+
|
1387
1461
|
.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text,
|
1388
1462
|
.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text {
|
1389
1463
|
height: 38px;
|
1390
1464
|
line-height: 38px;
|
1391
1465
|
}
|
1466
|
+
|
1392
1467
|
.e-bigger .e-filemanager .e-address,
|
1393
1468
|
.e-filemanager.e-bigger .e-address {
|
1394
1469
|
height: 40px;
|
1395
1470
|
}
|
1471
|
+
|
1396
1472
|
.e-bigger .e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu,
|
1397
1473
|
.e-filemanager.e-bigger .e-address .e-breadcrumb-menu .e-breadcrumb-submenu {
|
1398
1474
|
height: 27px;
|
1399
1475
|
}
|
1476
|
+
|
1400
1477
|
.e-bigger .e-filemanager .e-address .e-address-list-item,
|
1401
1478
|
.e-filemanager.e-bigger .e-address .e-address-list-item {
|
1402
1479
|
height: 28px;
|
1403
1480
|
}
|
1481
|
+
|
1404
1482
|
.e-bigger .e-filemanager .e-address .e-address-list-item .e-icons,
|
1405
1483
|
.e-filemanager.e-bigger .e-address .e-address-list-item .e-icons {
|
1406
1484
|
font-size: 10px;
|
1407
1485
|
}
|
1486
|
+
|
1408
1487
|
.e-bigger .e-filemanager .e-address .e-addressbar-ul,
|
1409
1488
|
.e-filemanager.e-bigger .e-address .e-addressbar-ul {
|
1410
1489
|
padding: 6px 12px;
|
1411
1490
|
}
|
1491
|
+
|
1412
1492
|
.e-bigger .e-filemanager .e-address .e-list-text,
|
1413
1493
|
.e-filemanager.e-bigger .e-address .e-list-text {
|
1414
1494
|
font-size: 14px;
|
1415
1495
|
line-height: 28px;
|
1416
1496
|
padding: 5px 4px;
|
1417
1497
|
}
|
1498
|
+
|
1418
1499
|
.e-bigger .e-filemanager .e-address .e-search-wrap,
|
1419
1500
|
.e-filemanager.e-bigger .e-address .e-search-wrap {
|
1420
1501
|
min-width: 51px;
|
1421
1502
|
padding: 4px 10px 0 16px;
|
1422
1503
|
}
|
1504
|
+
|
1423
1505
|
.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group,
|
1424
1506
|
.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group {
|
1425
1507
|
height: 30px;
|
1426
1508
|
}
|
1509
|
+
|
1427
1510
|
.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group .e-input:focus,
|
1428
1511
|
.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-input:focus {
|
1429
1512
|
padding: 0;
|
1430
1513
|
}
|
1514
|
+
|
1431
1515
|
.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group .e-input,
|
1432
1516
|
.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-input {
|
1433
1517
|
height: 30px;
|
1434
1518
|
}
|
1519
|
+
|
1435
1520
|
.e-bigger .e-filemanager .e-address .e-fe-search,
|
1436
1521
|
.e-filemanager.e-bigger .e-address .e-fe-search {
|
1437
1522
|
font-size: 18px;
|
1438
1523
|
margin: 3px;
|
1439
1524
|
}
|
1525
|
+
|
1440
1526
|
.e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame,
|
1441
1527
|
.e-filemanager.e-bigger .e-grid .e-checkbox-wrapper .e-frame {
|
1442
1528
|
border-width: 1px;
|
1443
1529
|
line-height: 21px;
|
1444
1530
|
}
|
1531
|
+
|
1445
1532
|
.e-bigger .e-filemanager .e-grid .e-gridheader .e-headercell,
|
1446
1533
|
.e-filemanager.e-bigger .e-grid .e-gridheader .e-headercell {
|
1447
1534
|
height: 36px;
|
1448
1535
|
}
|
1536
|
+
|
1449
1537
|
.e-bigger .e-filemanager .e-grid .e-gridheader .e-headertext,
|
1450
1538
|
.e-filemanager.e-bigger .e-grid .e-gridheader .e-headertext {
|
1451
1539
|
font-size: 14px;
|
1452
1540
|
}
|
1541
|
+
|
1453
1542
|
.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell,
|
1454
1543
|
.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell,
|
1455
1544
|
.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell,
|
1456
1545
|
.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell {
|
1457
1546
|
font-size: 14px;
|
1458
1547
|
}
|
1548
|
+
|
1459
1549
|
.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell .e-fe-text,
|
1460
1550
|
.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell .e-fe-text,
|
1461
1551
|
.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell .e-fe-text,
|
1462
1552
|
.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell .e-fe-text {
|
1463
1553
|
font-size: 16px;
|
1464
1554
|
}
|
1555
|
+
|
1465
1556
|
.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-checkbox,
|
1466
1557
|
.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-checkbox,
|
1467
1558
|
.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-checkbox,
|
1468
1559
|
.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-checkbox {
|
1469
1560
|
padding-left: 10px;
|
1470
1561
|
}
|
1562
|
+
|
1471
1563
|
.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon,
|
1472
1564
|
.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon,
|
1473
1565
|
.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-grid-icon,
|
1474
1566
|
.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-grid-icon {
|
1475
1567
|
padding-left: 16px;
|
1476
1568
|
}
|
1569
|
+
|
1477
1570
|
.e-bigger .e-filemanager .e-grid .e-fe-icon,
|
1478
1571
|
.e-filemanager.e-bigger .e-grid .e-fe-icon {
|
1479
1572
|
margin: 0 12px 0 0;
|
1480
1573
|
}
|
1574
|
+
|
1481
1575
|
.e-bigger .e-filemanager .e-grid .e-empty,
|
1482
1576
|
.e-filemanager.e-bigger .e-grid .e-empty {
|
1483
1577
|
min-width: 300px;
|
1484
1578
|
}
|
1579
|
+
|
1485
1580
|
.e-bigger .e-filemanager .e-grid .e-empty-content,
|
1486
1581
|
.e-filemanager.e-bigger .e-grid .e-empty-content {
|
1487
1582
|
font-size: 22px;
|
@@ -1489,71 +1584,71 @@ ejs-filemanager {
|
|
1489
1584
|
padding: 12px;
|
1490
1585
|
text-align: center;
|
1491
1586
|
}
|
1587
|
+
|
1492
1588
|
.e-bigger .e-filemanager .e-grid .e-empty-icon,
|
1493
1589
|
.e-filemanager.e-bigger .e-grid .e-empty-icon {
|
1494
1590
|
height: 92px;
|
1495
1591
|
margin: 0 auto;
|
1496
1592
|
width: 92px;
|
1497
1593
|
}
|
1594
|
+
|
1498
1595
|
.e-bigger .e-filemanager .e-grid .e-empty-inner-content,
|
1499
1596
|
.e-filemanager.e-bigger .e-grid .e-empty-inner-content {
|
1500
1597
|
font-size: 14px;
|
1501
1598
|
margin: 0 auto;
|
1599
|
+
opacity: 0.5;
|
1502
1600
|
padding: 6px;
|
1503
1601
|
text-align: center;
|
1504
1602
|
}
|
1505
|
-
|
1506
|
-
.e-filemanager.e-bigger .e-grid .e-empty-inner-content {
|
1507
|
-
opacity: 0.5;
|
1508
|
-
}
|
1509
|
-
.e-bigger .e-filemanager .e-grid.e-rtl .e-checkbox-wrapper .e-frame,
|
1510
|
-
.e-filemanager.e-bigger .e-grid.e-rtl .e-checkbox-wrapper .e-frame {
|
1511
|
-
margin-right: -16px;
|
1512
|
-
}
|
1513
|
-
.e-bigger .e-filemanager .e-large-icons,
|
1514
|
-
.e-filemanager.e-bigger .e-large-icons {
|
1515
|
-
height: calc(100% - 40px);
|
1516
|
-
}
|
1603
|
+
|
1517
1604
|
.e-bigger .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame,
|
1518
1605
|
.e-filemanager.e-bigger .e-large-icons .e-checkbox-wrapper .e-frame {
|
1519
1606
|
border-width: 1px;
|
1520
1607
|
line-height: 21px;
|
1521
1608
|
}
|
1609
|
+
|
1522
1610
|
.e-bigger .e-filemanager .e-large-icons .e-list-parent,
|
1523
1611
|
.e-filemanager.e-bigger .e-large-icons .e-list-parent {
|
1524
1612
|
padding: 0 6px;
|
1525
1613
|
}
|
1614
|
+
|
1526
1615
|
.e-bigger .e-filemanager .e-large-icons .e-list-item,
|
1527
1616
|
.e-filemanager.e-bigger .e-large-icons .e-list-item {
|
1528
1617
|
height: 106px;
|
1529
1618
|
margin: 12px 6px;
|
1530
1619
|
width: 100px;
|
1531
1620
|
}
|
1621
|
+
|
1532
1622
|
.e-bigger .e-filemanager .e-large-icons .e-text-content,
|
1533
1623
|
.e-filemanager.e-bigger .e-large-icons .e-text-content {
|
1534
1624
|
height: 100px;
|
1535
1625
|
}
|
1626
|
+
|
1536
1627
|
.e-bigger .e-filemanager .e-large-icons .e-list-text,
|
1537
1628
|
.e-filemanager.e-bigger .e-large-icons .e-list-text {
|
1538
1629
|
font-size: 14px;
|
1539
1630
|
padding: 4px 2px 2px;
|
1540
1631
|
width: 94px;
|
1541
1632
|
}
|
1633
|
+
|
1542
1634
|
.e-bigger .e-filemanager .e-large-icons .e-list-img,
|
1543
1635
|
.e-filemanager.e-bigger .e-large-icons .e-list-img {
|
1544
1636
|
max-height: 79px;
|
1545
1637
|
max-width: 94px;
|
1546
1638
|
}
|
1639
|
+
|
1547
1640
|
.e-bigger .e-filemanager .e-large-icons .e-list-icon,
|
1548
1641
|
.e-filemanager.e-bigger .e-large-icons .e-list-icon {
|
1549
1642
|
height: 52px;
|
1550
1643
|
margin: 0 auto;
|
1551
1644
|
width: 52px;
|
1552
1645
|
}
|
1646
|
+
|
1553
1647
|
.e-bigger .e-filemanager .e-large-icons .e-empty,
|
1554
1648
|
.e-filemanager.e-bigger .e-large-icons .e-empty {
|
1555
1649
|
min-width: 300px;
|
1556
1650
|
}
|
1651
|
+
|
1557
1652
|
.e-bigger .e-filemanager .e-large-icons .e-empty-content,
|
1558
1653
|
.e-filemanager.e-bigger .e-large-icons .e-empty-content {
|
1559
1654
|
font-size: 22px;
|
@@ -1561,33 +1656,35 @@ ejs-filemanager {
|
|
1561
1656
|
padding: 12px;
|
1562
1657
|
text-align: center;
|
1563
1658
|
}
|
1659
|
+
|
1564
1660
|
.e-bigger .e-filemanager .e-large-icons .e-empty-icon,
|
1565
1661
|
.e-filemanager.e-bigger .e-large-icons .e-empty-icon {
|
1566
1662
|
height: 92px;
|
1567
1663
|
margin: 0 auto;
|
1568
1664
|
width: 92px;
|
1569
1665
|
}
|
1666
|
+
|
1570
1667
|
.e-bigger .e-filemanager .e-large-icons .e-empty-inner-content,
|
1571
1668
|
.e-filemanager.e-bigger .e-large-icons .e-empty-inner-content {
|
1572
1669
|
font-size: 14px;
|
1573
1670
|
margin: 0 auto;
|
1671
|
+
opacity: 0.5;
|
1574
1672
|
padding: 4px;
|
1575
1673
|
text-align: center;
|
1576
1674
|
}
|
1577
|
-
|
1578
|
-
.e-filemanager.e-bigger .e-large-icons .e-empty-inner-content {
|
1579
|
-
opacity: 0.5;
|
1580
|
-
}
|
1675
|
+
|
1581
1676
|
.e-bigger .e-filemanager.e-rtl .e-treeview > .e-ul,
|
1582
1677
|
.e-filemanager.e-bigger.e-rtl .e-treeview > .e-ul {
|
1583
1678
|
padding: 0 12px 0 0;
|
1584
1679
|
}
|
1680
|
+
|
1585
1681
|
.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-checkbox,
|
1586
1682
|
.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-checkbox,
|
1587
1683
|
.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-checkbox,
|
1588
1684
|
.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-checkbox {
|
1589
1685
|
padding-right: 16px;
|
1590
1686
|
}
|
1687
|
+
|
1591
1688
|
.e-bigger .e-filemanager .e-fe-overlay,
|
1592
1689
|
.e-filemanager.e-bigger .e-fe-overlay {
|
1593
1690
|
height: calc(100% - 41px);
|
@@ -1600,6 +1697,7 @@ ejs-filemanager {
|
|
1600
1697
|
width: calc(50% - 17px);
|
1601
1698
|
}
|
1602
1699
|
}
|
1700
|
+
|
1603
1701
|
@media (min-width: 470px) and (max-width: 625px) {
|
1604
1702
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
1605
1703
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
@@ -1607,9 +1705,196 @@ ejs-filemanager {
|
|
1607
1705
|
width: calc(33.33% - 17px);
|
1608
1706
|
}
|
1609
1707
|
}
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1708
|
+
|
1709
|
+
.e-content-placeholder.e-filemanager.e-placeholder-filemanager {
|
1710
|
+
height: 100%;
|
1711
|
+
width: 100%;
|
1712
|
+
}
|
1713
|
+
|
1714
|
+
.e-filemanager {
|
1715
|
+
background: transparent;
|
1716
|
+
border-color: #edebe9;
|
1717
|
+
}
|
1718
|
+
|
1719
|
+
.e-filemanager .e-toolbar {
|
1720
|
+
border-bottom-color: #edebe9;
|
1721
|
+
}
|
1722
|
+
|
1723
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active {
|
1724
|
+
background: #f3f2f1;
|
1725
|
+
border-color: #8a8886;
|
1726
|
+
}
|
1727
|
+
|
1728
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover {
|
1729
|
+
background: #f3f2f1;
|
1730
|
+
border-color: #8a8886;
|
1731
|
+
}
|
1732
|
+
|
1733
|
+
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
|
1734
|
+
background: #f3f2f1;
|
1735
|
+
border-color: #8a8886;
|
1736
|
+
}
|
1737
|
+
|
1738
|
+
.e-filemanager .e-address {
|
1739
|
+
border-bottom-color: #edebe9;
|
1740
|
+
}
|
1741
|
+
|
1742
|
+
.e-filemanager .e-address .e-icons {
|
1743
|
+
color: #605e5c;
|
1744
|
+
}
|
1745
|
+
|
1746
|
+
.e-filemanager .e-address .e-list-text {
|
1747
|
+
color: #3b3a39;
|
1748
|
+
}
|
1749
|
+
|
1750
|
+
.e-filemanager .e-address .e-address-list-item {
|
1751
|
+
color: #3b3a39;
|
1752
|
+
}
|
1753
|
+
|
1754
|
+
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
1755
|
+
background: #f3f2f1;
|
1756
|
+
color: #201f1e;
|
1757
|
+
}
|
1758
|
+
|
1759
|
+
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
|
1760
|
+
color: #323130;
|
1761
|
+
}
|
1762
|
+
|
1763
|
+
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover {
|
1764
|
+
background: #f3f2f1;
|
1765
|
+
color: #201f1e;
|
1766
|
+
}
|
1767
|
+
|
1768
|
+
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active {
|
1769
|
+
background: #f3f2f1;
|
1770
|
+
color: #201f1e;
|
1771
|
+
}
|
1772
|
+
|
1773
|
+
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus {
|
1774
|
+
background: #f3f2f1;
|
1775
|
+
color: #201f1e;
|
1776
|
+
}
|
1777
|
+
|
1778
|
+
.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) {
|
1779
|
+
background: #fff;
|
1780
|
+
border-color: #edebe9;
|
1781
|
+
}
|
1782
|
+
|
1783
|
+
.e-filemanager .e-treeview .e-list-item.e-active > .e-fullrow {
|
1784
|
+
border: #edebe9;
|
1785
|
+
}
|
1786
|
+
|
1787
|
+
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover > .e-fullrow {
|
1788
|
+
border-color: #0078d4;
|
1789
|
+
}
|
1790
|
+
|
1791
|
+
.e-filemanager .e-grid .e-gridheader .e-headercell:not(.e-fe-grid-icon):hover {
|
1792
|
+
background: #f3f2f1;
|
1793
|
+
}
|
1794
|
+
|
1795
|
+
.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover {
|
1796
|
+
background: #fff;
|
1797
|
+
}
|
1798
|
+
|
1799
|
+
.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-headercelldiv:hover {
|
1800
|
+
background: #f3f2f1;
|
1801
|
+
}
|
1802
|
+
|
1803
|
+
.e-filemanager .e-grid td.e-active {
|
1804
|
+
background-color: #edebe9;
|
1805
|
+
color: #323130;
|
1806
|
+
}
|
1807
|
+
|
1808
|
+
.e-filemanager .e-grid.e-gridhover tr[role='row'].e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
1809
|
+
background-color: transparent;
|
1810
|
+
}
|
1811
|
+
|
1812
|
+
.e-filemanager .e-large-icons .e-list-img {
|
1813
|
+
border-color: #edebe9;
|
1814
|
+
}
|
1815
|
+
|
1816
|
+
.e-filemanager .e-large-icons .e-active {
|
1817
|
+
color: #323130;
|
1818
|
+
}
|
1819
|
+
|
1820
|
+
.e-filemanager .e-large-icons .e-large-icon {
|
1821
|
+
border-color: transparent;
|
1822
|
+
}
|
1823
|
+
|
1824
|
+
.e-filemanager .e-large-icons .e-large-icon.e-active {
|
1825
|
+
background: #edebe9;
|
1826
|
+
border-color: #edebe9;
|
1827
|
+
}
|
1828
|
+
|
1829
|
+
.e-filemanager .e-large-icons .e-large-icon.e-hover {
|
1830
|
+
background: #f3f2f1;
|
1831
|
+
border-color: #f3f2f1;
|
1832
|
+
}
|
1833
|
+
|
1834
|
+
.e-filemanager .e-large-icons .e-large-icon.e-active.e-hover {
|
1835
|
+
background: #edebe9;
|
1836
|
+
border-color: #edebe9;
|
1837
|
+
}
|
1838
|
+
|
1839
|
+
.e-filemanager .e-large-icons .e-large-icon.e-focus {
|
1840
|
+
border-color: #edebe9;
|
1841
|
+
}
|
1842
|
+
|
1843
|
+
.e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder {
|
1844
|
+
border-color: #0078d4;
|
1845
|
+
}
|
1846
|
+
|
1847
|
+
.e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check {
|
1848
|
+
background-color: #0078d4;
|
1849
|
+
color: #fff;
|
1850
|
+
}
|
1851
|
+
|
1852
|
+
.e-filemanager .e-fe-clone .e-fe-content {
|
1853
|
+
background-color: #f3f2f1;
|
1854
|
+
color: #323130;
|
1855
|
+
}
|
1856
|
+
|
1857
|
+
.e-filemanager .e-fe-clone .e-fe-count {
|
1858
|
+
background-color: #0078d4;
|
1859
|
+
border-color: #fff;
|
1860
|
+
color: #fff;
|
1861
|
+
}
|
1862
|
+
|
1863
|
+
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-hover {
|
1864
|
+
background: transparent;
|
1865
|
+
border-color: transparent;
|
1866
|
+
}
|
1867
|
+
|
1868
|
+
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-focus {
|
1869
|
+
border-color: transparent;
|
1870
|
+
}
|
1871
|
+
|
1872
|
+
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-active {
|
1873
|
+
background: #edebe9;
|
1874
|
+
border-color: #edebe9;
|
1875
|
+
}
|
1876
|
+
|
1877
|
+
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
|
1878
|
+
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick,
|
1879
|
+
.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
|
1880
|
+
.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick,
|
1881
|
+
.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-dot,
|
1882
|
+
.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-tick {
|
1883
|
+
color: #605e5c;
|
1884
|
+
}
|
1885
|
+
|
1886
|
+
.e-fe-popup.e-dialog td {
|
1887
|
+
color: #201f1e;
|
1888
|
+
}
|
1889
|
+
|
1890
|
+
.e-fe-popup.e-dialog td:first-child {
|
1891
|
+
color: #3b3a39;
|
1892
|
+
}
|
1893
|
+
|
1894
|
+
.e-fe-popup .e-fe-error {
|
1895
|
+
color: #d13438;
|
1896
|
+
}
|
1897
|
+
|
1898
|
+
.e-fe-popup .e-upload .e-upload-actions {
|
1899
|
+
border-bottom-color: #edebe9;
|
1900
|
+
}
|