@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
@@ -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,309 +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: #292827;
|
902
|
-
}
|
903
|
-
.e-filemanager .e-toolbar {
|
904
|
-
border-bottom-color: #292827;
|
905
|
-
}
|
906
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active {
|
907
|
-
background: #252423;
|
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: #252423;
|
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: #252423;
|
916
|
-
border-color: #8a8886;
|
917
|
-
}
|
918
|
-
.e-filemanager .e-address {
|
919
|
-
border-bottom-color: #292827;
|
920
|
-
}
|
921
|
-
.e-filemanager .e-address .e-icons {
|
922
|
-
color: #a19f9d;
|
923
|
-
}
|
924
|
-
.e-filemanager .e-address .e-list-text {
|
925
|
-
color: #c8c6c4;
|
926
|
-
}
|
927
|
-
.e-filemanager .e-address .e-address-list-item {
|
928
|
-
color: #c8c6c4;
|
929
|
-
}
|
930
|
-
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
931
|
-
background: #252423;
|
932
|
-
color: #f3f2f1;
|
933
|
-
}
|
934
|
-
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
|
935
|
-
color: #d2d0ce;
|
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: #252423;
|
939
|
-
color: #f3f2f1;
|
940
|
-
}
|
941
|
-
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
942
|
-
color: #f3f2f1;
|
943
|
-
}
|
944
|
-
.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) {
|
945
|
-
background: #1b1a19;
|
946
|
-
border-color: #292827;
|
947
|
-
border-color: #a19f9d;
|
948
|
-
}
|
949
|
-
.e-filemanager .e-treeview .e-list-item.e-active > .e-fullrow {
|
950
|
-
border: #292827;
|
951
|
-
}
|
952
|
-
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover > .e-fullrow {
|
953
|
-
border-color: #0078d4;
|
954
|
-
}
|
955
|
-
.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 {
|
956
|
-
background: #252423;
|
957
|
-
}
|
958
|
-
.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover {
|
959
|
-
background: #1b1a19;
|
960
|
-
}
|
961
|
-
.e-filemanager .e-grid td.e-active {
|
962
|
-
background-color: #292827;
|
963
|
-
color: #fff;
|
964
|
-
}
|
965
|
-
.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) {
|
966
|
-
background-color: transparent;
|
967
|
-
}
|
968
|
-
.e-filemanager .e-large-icons .e-list-img {
|
969
|
-
border-color: #292827;
|
970
|
-
}
|
971
|
-
.e-filemanager .e-large-icons .e-active {
|
972
|
-
color: #fff;
|
973
|
-
}
|
974
|
-
.e-filemanager .e-large-icons .e-large-icon {
|
975
|
-
border-color: transparent;
|
976
|
-
}
|
977
|
-
.e-filemanager .e-large-icons .e-large-icon.e-active {
|
978
|
-
background: #292827;
|
979
|
-
border-color: #292827;
|
980
|
-
}
|
981
|
-
.e-filemanager .e-large-icons .e-large-icon.e-hover, .e-filemanager .e-large-icons .e-large-icon:hover {
|
982
|
-
background: #252423;
|
983
|
-
border-color: #252423;
|
984
|
-
}
|
985
|
-
.e-filemanager .e-large-icons .e-large-icon.e-active.e-hover, .e-filemanager .e-large-icons .e-large-icon.e-active:hover {
|
986
|
-
background: #292827;
|
987
|
-
border-color: #292827;
|
988
|
-
}
|
989
|
-
.e-filemanager .e-large-icons .e-large-icon.e-focus {
|
990
|
-
border-color: #292827;
|
991
|
-
}
|
992
|
-
.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 {
|
993
|
-
border-color: #0078d4;
|
994
|
-
}
|
995
|
-
.e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check {
|
996
|
-
background-color: #0078d4;
|
997
|
-
color: #1b1a19;
|
998
|
-
}
|
999
|
-
.e-filemanager .e-fe-clone .e-fe-content {
|
1000
|
-
background-color: #252423;
|
1001
|
-
color: #d2d0ce;
|
1002
|
-
}
|
1003
|
-
.e-filemanager .e-fe-clone .e-fe-count {
|
1004
|
-
background-color: #0078d4;
|
1005
|
-
border-color: #1b1a19;
|
1006
|
-
color: #1b1a19;
|
1007
|
-
}
|
1008
|
-
.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 {
|
1009
|
-
background: transparent;
|
1010
|
-
border-color: transparent;
|
1011
|
-
}
|
1012
|
-
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-focus {
|
1013
|
-
border-color: transparent;
|
1014
|
-
}
|
1015
|
-
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-active {
|
1016
|
-
background: #292827;
|
1017
|
-
border-color: #292827;
|
1037
|
+
.e-fe-popup .e-upload .e-icons.e-file-delete-btn {
|
1038
|
+
display: none;
|
1018
1039
|
}
|
1019
1040
|
|
1020
|
-
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
|
1021
|
-
.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,
|
1022
|
-
.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,
|
1023
|
-
.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-tick {
|
1024
|
-
color: #a19f9d;
|
1025
|
-
}
|
1026
|
-
.e-fe-popup.e-dialog td {
|
1027
|
-
color: #f3f2f1;
|
1028
|
-
}
|
1029
|
-
.e-fe-popup.e-dialog td:first-child {
|
1030
|
-
color: #c8c6c4;
|
1031
|
-
}
|
1032
|
-
.e-fe-popup .e-fe-error {
|
1033
|
-
color: #d13438;
|
1034
|
-
}
|
1035
1041
|
.e-fe-popup .e-upload .e-upload-actions {
|
1036
|
-
border-bottom
|
1042
|
+
border-bottom: 1px solid;
|
1037
1043
|
}
|
1038
1044
|
|
1039
|
-
.e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
|
1040
|
-
.e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
|
1041
1045
|
.e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
|
1042
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
|
1043
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
|
1044
1046
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
|
1045
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
|
1046
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
|
1047
1047
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
|
1048
1048
|
font-size: 20px;
|
1049
1049
|
}
|
1050
|
+
|
1050
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,
|
1051
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,
|
1052
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 {
|
1053
1054
|
padding-top: 0;
|
1054
1055
|
}
|
1056
|
+
|
1055
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,
|
1056
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,
|
1057
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 {
|
1058
1060
|
padding-left: 0;
|
1059
1061
|
}
|
1062
|
+
|
1060
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,
|
1061
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,
|
1062
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 {
|
1063
1066
|
padding-top: 3px;
|
1064
1067
|
}
|
1068
|
+
|
1065
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,
|
1066
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,
|
1067
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 {
|
1068
1072
|
padding-top: 3px;
|
1069
1073
|
}
|
1074
|
+
|
1070
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,
|
1071
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,
|
1072
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 {
|
1073
1078
|
padding-top: 2px;
|
1074
1079
|
}
|
1080
|
+
|
1075
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,
|
1076
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,
|
1077
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 {
|
1078
|
-
padding:
|
1084
|
+
padding: 4px 0 0 2px;
|
1079
1085
|
}
|
1086
|
+
|
1080
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,
|
1081
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,
|
1082
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 {
|
1083
1090
|
padding: 4px 2px 0 2px;
|
1084
1091
|
}
|
1092
|
+
|
1085
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,
|
1086
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,
|
1087
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 {
|
1088
1096
|
padding-top: 3px;
|
1089
1097
|
}
|
1098
|
+
|
1090
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,
|
1091
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,
|
1092
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 {
|
1093
1102
|
padding-left: 4px;
|
1094
1103
|
}
|
1104
|
+
|
1095
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,
|
1096
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,
|
1097
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 {
|
1098
1108
|
padding-left: 2px;
|
1099
1109
|
padding-top: 3px;
|
1100
1110
|
}
|
1111
|
+
|
1101
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,
|
1102
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,
|
1103
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 {
|
1104
1115
|
padding-left: 4px;
|
1105
1116
|
}
|
1117
|
+
|
1106
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,
|
1107
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,
|
1108
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 {
|
1109
1121
|
padding-left: 2px;
|
1110
1122
|
padding-top: 1px;
|
1111
1123
|
}
|
1124
|
+
|
1112
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,
|
1113
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,
|
1114
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 {
|
1115
1128
|
padding-left: 4px;
|
1116
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
|
+
|
1117
1140
|
.e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort,
|
1118
1141
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort,
|
1119
1142
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort {
|
@@ -1121,45 +1144,56 @@ ejs-filemanager {
|
|
1121
1144
|
margin: 0;
|
1122
1145
|
width: 14px;
|
1123
1146
|
}
|
1147
|
+
|
1124
1148
|
.e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,
|
1125
|
-
.e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text,
|
1126
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,
|
1127
1155
|
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text,
|
1128
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,
|
1129
1156
|
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text {
|
1130
1157
|
display: none;
|
1131
1158
|
}
|
1159
|
+
|
1132
1160
|
.e-filemanager.e-fe-mobile .e-splitter .e-split-bar,
|
1133
1161
|
.e-bigger .e-filemanager.e-fe-mobile .e-splitter .e-split-bar,
|
1134
1162
|
.e-filemanager.e-bigger.e-fe-mobile .e-splitter .e-split-bar {
|
1135
1163
|
display: none;
|
1136
1164
|
}
|
1165
|
+
|
1137
1166
|
.e-filemanager.e-fe-mobile .e-address,
|
1138
1167
|
.e-bigger .e-filemanager.e-fe-mobile .e-address,
|
1139
1168
|
.e-filemanager.e-bigger.e-fe-mobile .e-address {
|
1140
1169
|
height: 40px;
|
1141
1170
|
}
|
1171
|
+
|
1142
1172
|
.e-filemanager.e-fe-mobile .e-address .e-addressbar-ul,
|
1143
1173
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-addressbar-ul,
|
1144
1174
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-addressbar-ul {
|
1145
1175
|
height: 40px;
|
1146
1176
|
}
|
1177
|
+
|
1147
1178
|
.e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons,
|
1148
1179
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons,
|
1149
1180
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-address-list-item .e-icons {
|
1150
1181
|
font-size: 10px;
|
1151
1182
|
}
|
1183
|
+
|
1152
1184
|
.e-filemanager.e-fe-mobile .e-address .e-list-text,
|
1153
1185
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-list-text,
|
1154
1186
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-list-text {
|
1155
1187
|
font-size: 14px;
|
1156
1188
|
}
|
1189
|
+
|
1157
1190
|
.e-filemanager.e-fe-mobile .e-address .e-search-wrap,
|
1158
1191
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap,
|
1159
1192
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap {
|
1160
1193
|
min-width: 47px;
|
1161
1194
|
width: auto;
|
1162
1195
|
}
|
1196
|
+
|
1163
1197
|
.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group,
|
1164
1198
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group,
|
1165
1199
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group {
|
@@ -1167,16 +1201,19 @@ ejs-filemanager {
|
|
1167
1201
|
height: 40px;
|
1168
1202
|
width: 100%;
|
1169
1203
|
}
|
1204
|
+
|
1170
1205
|
.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon,
|
1171
1206
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon,
|
1172
1207
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon {
|
1173
1208
|
margin: 2px 8px 0;
|
1174
1209
|
}
|
1210
|
+
|
1175
1211
|
.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input,
|
1176
1212
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input,
|
1177
1213
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input {
|
1178
1214
|
margin: 0 0 0 38px;
|
1179
1215
|
}
|
1216
|
+
|
1180
1217
|
.e-filemanager.e-fe-mobile .e-address .e-fe-search,
|
1181
1218
|
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-fe-search,
|
1182
1219
|
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-fe-search {
|
@@ -1184,34 +1221,40 @@ ejs-filemanager {
|
|
1184
1221
|
margin: 3px 0;
|
1185
1222
|
right: 13px;
|
1186
1223
|
}
|
1224
|
+
|
1187
1225
|
.e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon,
|
1188
1226
|
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon,
|
1189
1227
|
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon {
|
1190
1228
|
height: 35px;
|
1191
1229
|
width: 35px;
|
1192
1230
|
}
|
1231
|
+
|
1193
1232
|
.e-filemanager.e-fe-mobile .e-grid .e-gridheader,
|
1194
1233
|
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridheader,
|
1195
1234
|
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridheader {
|
1196
1235
|
display: none;
|
1197
1236
|
}
|
1237
|
+
|
1198
1238
|
.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell,
|
1199
1239
|
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell,
|
1200
1240
|
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell {
|
1201
1241
|
border-bottom: 1px solid;
|
1202
1242
|
border-bottom-color: #292827;
|
1203
1243
|
}
|
1244
|
+
|
1204
1245
|
.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox,
|
1205
1246
|
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox,
|
1206
1247
|
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox {
|
1207
1248
|
padding: 0;
|
1208
1249
|
}
|
1250
|
+
|
1209
1251
|
.e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon,
|
1210
1252
|
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon,
|
1211
1253
|
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon {
|
1212
1254
|
padding-left: 10px;
|
1213
1255
|
padding-right: 10px;
|
1214
1256
|
}
|
1257
|
+
|
1215
1258
|
.e-filemanager.e-fe-mobile .e-grid .e-fe-text,
|
1216
1259
|
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-text,
|
1217
1260
|
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-text {
|
@@ -1219,16 +1262,13 @@ ejs-filemanager {
|
|
1219
1262
|
text-overflow: ellipsis;
|
1220
1263
|
white-space: nowrap;
|
1221
1264
|
}
|
1222
|
-
|
1223
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons,
|
1224
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons {
|
1225
|
-
height: calc(100% - 40px);
|
1226
|
-
}
|
1265
|
+
|
1227
1266
|
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent,
|
1228
1267
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent,
|
1229
1268
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent {
|
1230
1269
|
padding: 0;
|
1231
1270
|
}
|
1271
|
+
|
1232
1272
|
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
1233
1273
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
1234
1274
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
@@ -1237,29 +1277,32 @@ ejs-filemanager {
|
|
1237
1277
|
margin: 12px 8px;
|
1238
1278
|
width: 94px;
|
1239
1279
|
}
|
1240
|
-
|
1280
|
+
|
1281
|
+
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper,
|
1241
1282
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper,
|
1242
|
-
.e-
|
1243
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper,
|
1244
|
-
.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 {
|
1245
1284
|
visibility: hidden;
|
1246
1285
|
}
|
1286
|
+
|
1247
1287
|
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper,
|
1248
1288
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper,
|
1249
1289
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper {
|
1250
1290
|
visibility: visible;
|
1251
1291
|
}
|
1292
|
+
|
1252
1293
|
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper,
|
1253
1294
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper,
|
1254
1295
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper {
|
1255
|
-
z-index:
|
1296
|
+
z-index: 1000;
|
1256
1297
|
}
|
1298
|
+
|
1257
1299
|
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text,
|
1258
1300
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text,
|
1259
1301
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text {
|
1260
1302
|
margin: 0 auto;
|
1261
1303
|
width: 110px;
|
1262
1304
|
}
|
1305
|
+
|
1263
1306
|
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img,
|
1264
1307
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img,
|
1265
1308
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img {
|
@@ -1267,6 +1310,7 @@ ejs-filemanager {
|
|
1267
1310
|
max-height: 40px;
|
1268
1311
|
max-width: 110px;
|
1269
1312
|
}
|
1313
|
+
|
1270
1314
|
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
|
1271
1315
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
|
1272
1316
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon {
|
@@ -1274,14 +1318,19 @@ ejs-filemanager {
|
|
1274
1318
|
margin: 0 auto;
|
1275
1319
|
width: 40px;
|
1276
1320
|
}
|
1321
|
+
|
1277
1322
|
.e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
|
1278
|
-
.e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper,
|
1279
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,
|
1280
1329
|
.e-bigger .e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper,
|
1281
|
-
.e-filemanager.e-bigger.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
|
1282
1330
|
.e-filemanager.e-bigger.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper {
|
1283
1331
|
visibility: visible;
|
1284
1332
|
}
|
1333
|
+
|
1285
1334
|
.e-filemanager.e-fe-m-filter .e-address .e-search-wrap,
|
1286
1335
|
.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap,
|
1287
1336
|
.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap {
|
@@ -1290,19 +1339,21 @@ ejs-filemanager {
|
|
1290
1339
|
position: absolute;
|
1291
1340
|
width: 100%;
|
1292
1341
|
}
|
1342
|
+
|
1293
1343
|
.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group,
|
1294
1344
|
.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group,
|
1295
1345
|
.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group {
|
1296
|
-
display: -webkit-inline-box;
|
1297
1346
|
display: -ms-inline-flexbox;
|
1298
1347
|
display: inline-flex;
|
1299
1348
|
}
|
1349
|
+
|
1300
1350
|
.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input,
|
1301
1351
|
.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input,
|
1302
1352
|
.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input {
|
1303
1353
|
height: auto;
|
1304
1354
|
margin-left: 45px;
|
1305
1355
|
}
|
1356
|
+
|
1306
1357
|
.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search,
|
1307
1358
|
.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search,
|
1308
1359
|
.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-fe-search {
|
@@ -1311,22 +1362,25 @@ ejs-filemanager {
|
|
1311
1362
|
margin-top: 3px;
|
1312
1363
|
width: 30px;
|
1313
1364
|
}
|
1365
|
+
|
1314
1366
|
.e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul,
|
1315
1367
|
.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul,
|
1316
1368
|
.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-addressbar-ul {
|
1317
1369
|
visibility: hidden;
|
1318
1370
|
}
|
1371
|
+
|
1319
1372
|
.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input,
|
1320
1373
|
.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input,
|
1321
1374
|
.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input {
|
1322
1375
|
margin-right: 45px;
|
1323
1376
|
}
|
1377
|
+
|
1324
1378
|
.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search,
|
1325
1379
|
.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search,
|
1326
1380
|
.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search {
|
1327
|
-
|
1328
|
-
transform: rotate(180deg);
|
1381
|
+
transform: rotate(180deg);
|
1329
1382
|
}
|
1383
|
+
|
1330
1384
|
.e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,
|
1331
1385
|
.e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon,
|
1332
1386
|
.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,
|
@@ -1340,149 +1394,189 @@ ejs-filemanager {
|
|
1340
1394
|
.e-bigger .e-fe-popup.e-dialog .e-dlg-header-content {
|
1341
1395
|
padding: 21px;
|
1342
1396
|
}
|
1397
|
+
|
1343
1398
|
.e-fe-popup.e-bigger.e-dialog td,
|
1344
1399
|
.e-bigger .e-fe-popup.e-dialog td {
|
1345
1400
|
overflow: hidden;
|
1346
1401
|
text-overflow: ellipsis;
|
1347
1402
|
white-space: nowrap;
|
1348
|
-
font-size:
|
1403
|
+
font-size: 15px;
|
1349
1404
|
max-width: 205px;
|
1350
1405
|
min-width: 45px;
|
1351
1406
|
padding: 8px 30px 8px 0;
|
1352
1407
|
}
|
1353
1408
|
|
1354
|
-
.e-bigger .e-filemanager .e-toolbar .e-popup-up-icon.e-icons,
|
1355
|
-
.e-bigger .e-filemanager .e-toolbar .e-popup-down-icon.e-icons,
|
1356
1409
|
.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
|
1357
|
-
.e-filemanager.e-bigger .e-toolbar .e-popup-up-icon.e-icons,
|
1358
|
-
.e-filemanager.e-bigger .e-toolbar .e-popup-down-icon.e-icons,
|
1359
1410
|
.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
|
1360
1411
|
font-size: 20px;
|
1361
1412
|
}
|
1413
|
+
|
1362
1414
|
.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn,
|
1363
1415
|
.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
1364
1416
|
padding: 0 6px;
|
1365
1417
|
}
|
1366
|
-
|
1367
|
-
.e-
|
1368
|
-
.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,
|
1369
1430
|
.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
|
1370
1431
|
padding: 0 6px;
|
1371
1432
|
}
|
1433
|
+
|
1372
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,
|
1373
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 {
|
1374
1436
|
padding: 0 10px;
|
1375
1437
|
}
|
1438
|
+
|
1376
1439
|
.e-bigger .e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret,
|
1377
1440
|
.e-filemanager.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret {
|
1378
1441
|
padding: 0 10px;
|
1379
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
|
+
|
1380
1451
|
.e-bigger .e-filemanager .e-treeview > .e-ul,
|
1381
1452
|
.e-filemanager.e-bigger .e-treeview > .e-ul {
|
1382
1453
|
padding-left: 12px;
|
1383
1454
|
}
|
1455
|
+
|
1384
1456
|
.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow,
|
1385
1457
|
.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
1386
1458
|
height: 40px;
|
1387
1459
|
}
|
1460
|
+
|
1388
1461
|
.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text,
|
1389
1462
|
.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text {
|
1390
1463
|
height: 38px;
|
1391
1464
|
line-height: 38px;
|
1392
1465
|
}
|
1466
|
+
|
1393
1467
|
.e-bigger .e-filemanager .e-address,
|
1394
1468
|
.e-filemanager.e-bigger .e-address {
|
1395
1469
|
height: 40px;
|
1396
1470
|
}
|
1471
|
+
|
1397
1472
|
.e-bigger .e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu,
|
1398
1473
|
.e-filemanager.e-bigger .e-address .e-breadcrumb-menu .e-breadcrumb-submenu {
|
1399
1474
|
height: 27px;
|
1400
1475
|
}
|
1476
|
+
|
1401
1477
|
.e-bigger .e-filemanager .e-address .e-address-list-item,
|
1402
1478
|
.e-filemanager.e-bigger .e-address .e-address-list-item {
|
1403
1479
|
height: 28px;
|
1404
1480
|
}
|
1481
|
+
|
1405
1482
|
.e-bigger .e-filemanager .e-address .e-address-list-item .e-icons,
|
1406
1483
|
.e-filemanager.e-bigger .e-address .e-address-list-item .e-icons {
|
1407
1484
|
font-size: 10px;
|
1408
1485
|
}
|
1486
|
+
|
1409
1487
|
.e-bigger .e-filemanager .e-address .e-addressbar-ul,
|
1410
1488
|
.e-filemanager.e-bigger .e-address .e-addressbar-ul {
|
1411
1489
|
padding: 6px 12px;
|
1412
1490
|
}
|
1491
|
+
|
1413
1492
|
.e-bigger .e-filemanager .e-address .e-list-text,
|
1414
1493
|
.e-filemanager.e-bigger .e-address .e-list-text {
|
1415
1494
|
font-size: 14px;
|
1416
1495
|
line-height: 28px;
|
1417
1496
|
padding: 5px 4px;
|
1418
1497
|
}
|
1498
|
+
|
1419
1499
|
.e-bigger .e-filemanager .e-address .e-search-wrap,
|
1420
1500
|
.e-filemanager.e-bigger .e-address .e-search-wrap {
|
1421
1501
|
min-width: 51px;
|
1422
1502
|
padding: 4px 10px 0 16px;
|
1423
1503
|
}
|
1504
|
+
|
1424
1505
|
.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group,
|
1425
1506
|
.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group {
|
1426
1507
|
height: 30px;
|
1427
1508
|
}
|
1509
|
+
|
1428
1510
|
.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group .e-input:focus,
|
1429
1511
|
.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-input:focus {
|
1430
1512
|
padding: 0;
|
1431
1513
|
}
|
1514
|
+
|
1432
1515
|
.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group .e-input,
|
1433
1516
|
.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-input {
|
1434
1517
|
height: 30px;
|
1435
1518
|
}
|
1519
|
+
|
1436
1520
|
.e-bigger .e-filemanager .e-address .e-fe-search,
|
1437
1521
|
.e-filemanager.e-bigger .e-address .e-fe-search {
|
1438
1522
|
font-size: 18px;
|
1439
1523
|
margin: 3px;
|
1440
1524
|
}
|
1525
|
+
|
1441
1526
|
.e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame,
|
1442
1527
|
.e-filemanager.e-bigger .e-grid .e-checkbox-wrapper .e-frame {
|
1443
1528
|
border-width: 1px;
|
1444
1529
|
line-height: 21px;
|
1445
1530
|
}
|
1531
|
+
|
1446
1532
|
.e-bigger .e-filemanager .e-grid .e-gridheader .e-headercell,
|
1447
1533
|
.e-filemanager.e-bigger .e-grid .e-gridheader .e-headercell {
|
1448
1534
|
height: 36px;
|
1449
1535
|
}
|
1536
|
+
|
1450
1537
|
.e-bigger .e-filemanager .e-grid .e-gridheader .e-headertext,
|
1451
1538
|
.e-filemanager.e-bigger .e-grid .e-gridheader .e-headertext {
|
1452
1539
|
font-size: 14px;
|
1453
1540
|
}
|
1541
|
+
|
1454
1542
|
.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell,
|
1455
1543
|
.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell,
|
1456
1544
|
.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell,
|
1457
1545
|
.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell {
|
1458
1546
|
font-size: 14px;
|
1459
1547
|
}
|
1548
|
+
|
1460
1549
|
.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell .e-fe-text,
|
1461
1550
|
.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell .e-fe-text,
|
1462
1551
|
.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell .e-fe-text,
|
1463
1552
|
.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell .e-fe-text {
|
1464
1553
|
font-size: 16px;
|
1465
1554
|
}
|
1555
|
+
|
1466
1556
|
.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-checkbox,
|
1467
1557
|
.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-checkbox,
|
1468
1558
|
.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-checkbox,
|
1469
1559
|
.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-checkbox {
|
1470
1560
|
padding-left: 10px;
|
1471
1561
|
}
|
1562
|
+
|
1472
1563
|
.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon,
|
1473
1564
|
.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon,
|
1474
1565
|
.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-grid-icon,
|
1475
1566
|
.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-grid-icon {
|
1476
1567
|
padding-left: 16px;
|
1477
1568
|
}
|
1569
|
+
|
1478
1570
|
.e-bigger .e-filemanager .e-grid .e-fe-icon,
|
1479
1571
|
.e-filemanager.e-bigger .e-grid .e-fe-icon {
|
1480
1572
|
margin: 0 12px 0 0;
|
1481
1573
|
}
|
1574
|
+
|
1482
1575
|
.e-bigger .e-filemanager .e-grid .e-empty,
|
1483
1576
|
.e-filemanager.e-bigger .e-grid .e-empty {
|
1484
1577
|
min-width: 300px;
|
1485
1578
|
}
|
1579
|
+
|
1486
1580
|
.e-bigger .e-filemanager .e-grid .e-empty-content,
|
1487
1581
|
.e-filemanager.e-bigger .e-grid .e-empty-content {
|
1488
1582
|
font-size: 22px;
|
@@ -1490,71 +1584,71 @@ ejs-filemanager {
|
|
1490
1584
|
padding: 12px;
|
1491
1585
|
text-align: center;
|
1492
1586
|
}
|
1587
|
+
|
1493
1588
|
.e-bigger .e-filemanager .e-grid .e-empty-icon,
|
1494
1589
|
.e-filemanager.e-bigger .e-grid .e-empty-icon {
|
1495
1590
|
height: 92px;
|
1496
1591
|
margin: 0 auto;
|
1497
1592
|
width: 92px;
|
1498
1593
|
}
|
1594
|
+
|
1499
1595
|
.e-bigger .e-filemanager .e-grid .e-empty-inner-content,
|
1500
1596
|
.e-filemanager.e-bigger .e-grid .e-empty-inner-content {
|
1501
1597
|
font-size: 14px;
|
1502
1598
|
margin: 0 auto;
|
1599
|
+
opacity: 0.5;
|
1503
1600
|
padding: 6px;
|
1504
1601
|
text-align: center;
|
1505
1602
|
}
|
1506
|
-
|
1507
|
-
.e-filemanager.e-bigger .e-grid .e-empty-inner-content {
|
1508
|
-
opacity: 0.5;
|
1509
|
-
}
|
1510
|
-
.e-bigger .e-filemanager .e-grid.e-rtl .e-checkbox-wrapper .e-frame,
|
1511
|
-
.e-filemanager.e-bigger .e-grid.e-rtl .e-checkbox-wrapper .e-frame {
|
1512
|
-
margin-right: -16px;
|
1513
|
-
}
|
1514
|
-
.e-bigger .e-filemanager .e-large-icons,
|
1515
|
-
.e-filemanager.e-bigger .e-large-icons {
|
1516
|
-
height: calc(100% - 40px);
|
1517
|
-
}
|
1603
|
+
|
1518
1604
|
.e-bigger .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame,
|
1519
1605
|
.e-filemanager.e-bigger .e-large-icons .e-checkbox-wrapper .e-frame {
|
1520
1606
|
border-width: 1px;
|
1521
1607
|
line-height: 21px;
|
1522
1608
|
}
|
1609
|
+
|
1523
1610
|
.e-bigger .e-filemanager .e-large-icons .e-list-parent,
|
1524
1611
|
.e-filemanager.e-bigger .e-large-icons .e-list-parent {
|
1525
1612
|
padding: 0 6px;
|
1526
1613
|
}
|
1614
|
+
|
1527
1615
|
.e-bigger .e-filemanager .e-large-icons .e-list-item,
|
1528
1616
|
.e-filemanager.e-bigger .e-large-icons .e-list-item {
|
1529
1617
|
height: 106px;
|
1530
1618
|
margin: 12px 6px;
|
1531
1619
|
width: 100px;
|
1532
1620
|
}
|
1621
|
+
|
1533
1622
|
.e-bigger .e-filemanager .e-large-icons .e-text-content,
|
1534
1623
|
.e-filemanager.e-bigger .e-large-icons .e-text-content {
|
1535
1624
|
height: 100px;
|
1536
1625
|
}
|
1626
|
+
|
1537
1627
|
.e-bigger .e-filemanager .e-large-icons .e-list-text,
|
1538
1628
|
.e-filemanager.e-bigger .e-large-icons .e-list-text {
|
1539
1629
|
font-size: 14px;
|
1540
1630
|
padding: 4px 2px 2px;
|
1541
1631
|
width: 94px;
|
1542
1632
|
}
|
1633
|
+
|
1543
1634
|
.e-bigger .e-filemanager .e-large-icons .e-list-img,
|
1544
1635
|
.e-filemanager.e-bigger .e-large-icons .e-list-img {
|
1545
1636
|
max-height: 79px;
|
1546
1637
|
max-width: 94px;
|
1547
1638
|
}
|
1639
|
+
|
1548
1640
|
.e-bigger .e-filemanager .e-large-icons .e-list-icon,
|
1549
1641
|
.e-filemanager.e-bigger .e-large-icons .e-list-icon {
|
1550
1642
|
height: 52px;
|
1551
1643
|
margin: 0 auto;
|
1552
1644
|
width: 52px;
|
1553
1645
|
}
|
1646
|
+
|
1554
1647
|
.e-bigger .e-filemanager .e-large-icons .e-empty,
|
1555
1648
|
.e-filemanager.e-bigger .e-large-icons .e-empty {
|
1556
1649
|
min-width: 300px;
|
1557
1650
|
}
|
1651
|
+
|
1558
1652
|
.e-bigger .e-filemanager .e-large-icons .e-empty-content,
|
1559
1653
|
.e-filemanager.e-bigger .e-large-icons .e-empty-content {
|
1560
1654
|
font-size: 22px;
|
@@ -1562,33 +1656,35 @@ ejs-filemanager {
|
|
1562
1656
|
padding: 12px;
|
1563
1657
|
text-align: center;
|
1564
1658
|
}
|
1659
|
+
|
1565
1660
|
.e-bigger .e-filemanager .e-large-icons .e-empty-icon,
|
1566
1661
|
.e-filemanager.e-bigger .e-large-icons .e-empty-icon {
|
1567
1662
|
height: 92px;
|
1568
1663
|
margin: 0 auto;
|
1569
1664
|
width: 92px;
|
1570
1665
|
}
|
1666
|
+
|
1571
1667
|
.e-bigger .e-filemanager .e-large-icons .e-empty-inner-content,
|
1572
1668
|
.e-filemanager.e-bigger .e-large-icons .e-empty-inner-content {
|
1573
1669
|
font-size: 14px;
|
1574
1670
|
margin: 0 auto;
|
1671
|
+
opacity: 0.5;
|
1575
1672
|
padding: 4px;
|
1576
1673
|
text-align: center;
|
1577
1674
|
}
|
1578
|
-
|
1579
|
-
.e-filemanager.e-bigger .e-large-icons .e-empty-inner-content {
|
1580
|
-
opacity: 0.5;
|
1581
|
-
}
|
1675
|
+
|
1582
1676
|
.e-bigger .e-filemanager.e-rtl .e-treeview > .e-ul,
|
1583
1677
|
.e-filemanager.e-bigger.e-rtl .e-treeview > .e-ul {
|
1584
1678
|
padding: 0 12px 0 0;
|
1585
1679
|
}
|
1680
|
+
|
1586
1681
|
.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-checkbox,
|
1587
1682
|
.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-checkbox,
|
1588
1683
|
.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-checkbox,
|
1589
1684
|
.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-checkbox {
|
1590
1685
|
padding-right: 16px;
|
1591
1686
|
}
|
1687
|
+
|
1592
1688
|
.e-bigger .e-filemanager .e-fe-overlay,
|
1593
1689
|
.e-filemanager.e-bigger .e-fe-overlay {
|
1594
1690
|
height: calc(100% - 41px);
|
@@ -1601,6 +1697,7 @@ ejs-filemanager {
|
|
1601
1697
|
width: calc(50% - 17px);
|
1602
1698
|
}
|
1603
1699
|
}
|
1700
|
+
|
1604
1701
|
@media (min-width: 470px) and (max-width: 625px) {
|
1605
1702
|
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
1606
1703
|
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
@@ -1608,9 +1705,197 @@ ejs-filemanager {
|
|
1608
1705
|
width: calc(33.33% - 17px);
|
1609
1706
|
}
|
1610
1707
|
}
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1616
|
-
|
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: #292827;
|
1717
|
+
}
|
1718
|
+
|
1719
|
+
.e-filemanager .e-toolbar {
|
1720
|
+
border-bottom-color: #292827;
|
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: #252423;
|
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: #252423;
|
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: #252423;
|
1735
|
+
border-color: #8a8886;
|
1736
|
+
}
|
1737
|
+
|
1738
|
+
.e-filemanager .e-address {
|
1739
|
+
border-bottom-color: #292827;
|
1740
|
+
}
|
1741
|
+
|
1742
|
+
.e-filemanager .e-address .e-icons {
|
1743
|
+
color: #a19f9d;
|
1744
|
+
}
|
1745
|
+
|
1746
|
+
.e-filemanager .e-address .e-list-text {
|
1747
|
+
color: #c8c6c4;
|
1748
|
+
}
|
1749
|
+
|
1750
|
+
.e-filemanager .e-address .e-address-list-item {
|
1751
|
+
color: #c8c6c4;
|
1752
|
+
}
|
1753
|
+
|
1754
|
+
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
1755
|
+
background: #252423;
|
1756
|
+
color: #f3f2f1;
|
1757
|
+
}
|
1758
|
+
|
1759
|
+
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
|
1760
|
+
color: #d2d0ce;
|
1761
|
+
}
|
1762
|
+
|
1763
|
+
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover {
|
1764
|
+
background: #252423;
|
1765
|
+
color: #f3f2f1;
|
1766
|
+
}
|
1767
|
+
|
1768
|
+
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active {
|
1769
|
+
background: #252423;
|
1770
|
+
color: #f3f2f1;
|
1771
|
+
}
|
1772
|
+
|
1773
|
+
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus {
|
1774
|
+
background: #252423;
|
1775
|
+
color: #f3f2f1;
|
1776
|
+
}
|
1777
|
+
|
1778
|
+
.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) {
|
1779
|
+
background: #1b1a19;
|
1780
|
+
border-color: #292827;
|
1781
|
+
border-color: #a19f9d;
|
1782
|
+
}
|
1783
|
+
|
1784
|
+
.e-filemanager .e-treeview .e-list-item.e-active > .e-fullrow {
|
1785
|
+
border: #292827;
|
1786
|
+
}
|
1787
|
+
|
1788
|
+
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover > .e-fullrow {
|
1789
|
+
border-color: #0078d4;
|
1790
|
+
}
|
1791
|
+
|
1792
|
+
.e-filemanager .e-grid .e-gridheader .e-headercell:not(.e-fe-grid-icon):hover {
|
1793
|
+
background: #252423;
|
1794
|
+
}
|
1795
|
+
|
1796
|
+
.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover {
|
1797
|
+
background: #1b1a19;
|
1798
|
+
}
|
1799
|
+
|
1800
|
+
.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-headercelldiv:hover {
|
1801
|
+
background: #252423;
|
1802
|
+
}
|
1803
|
+
|
1804
|
+
.e-filemanager .e-grid td.e-active {
|
1805
|
+
background-color: #292827;
|
1806
|
+
color: #fff;
|
1807
|
+
}
|
1808
|
+
|
1809
|
+
.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) {
|
1810
|
+
background-color: transparent;
|
1811
|
+
}
|
1812
|
+
|
1813
|
+
.e-filemanager .e-large-icons .e-list-img {
|
1814
|
+
border-color: #292827;
|
1815
|
+
}
|
1816
|
+
|
1817
|
+
.e-filemanager .e-large-icons .e-active {
|
1818
|
+
color: #fff;
|
1819
|
+
}
|
1820
|
+
|
1821
|
+
.e-filemanager .e-large-icons .e-large-icon {
|
1822
|
+
border-color: transparent;
|
1823
|
+
}
|
1824
|
+
|
1825
|
+
.e-filemanager .e-large-icons .e-large-icon.e-active {
|
1826
|
+
background: #292827;
|
1827
|
+
border-color: #292827;
|
1828
|
+
}
|
1829
|
+
|
1830
|
+
.e-filemanager .e-large-icons .e-large-icon.e-hover {
|
1831
|
+
background: #252423;
|
1832
|
+
border-color: #252423;
|
1833
|
+
}
|
1834
|
+
|
1835
|
+
.e-filemanager .e-large-icons .e-large-icon.e-active.e-hover {
|
1836
|
+
background: #292827;
|
1837
|
+
border-color: #292827;
|
1838
|
+
}
|
1839
|
+
|
1840
|
+
.e-filemanager .e-large-icons .e-large-icon.e-focus {
|
1841
|
+
border-color: #292827;
|
1842
|
+
}
|
1843
|
+
|
1844
|
+
.e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder {
|
1845
|
+
border-color: #0078d4;
|
1846
|
+
}
|
1847
|
+
|
1848
|
+
.e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check {
|
1849
|
+
background-color: #0078d4;
|
1850
|
+
color: #fff;
|
1851
|
+
}
|
1852
|
+
|
1853
|
+
.e-filemanager .e-fe-clone .e-fe-content {
|
1854
|
+
background-color: #252423;
|
1855
|
+
color: #d2d0ce;
|
1856
|
+
}
|
1857
|
+
|
1858
|
+
.e-filemanager .e-fe-clone .e-fe-count {
|
1859
|
+
background-color: #0078d4;
|
1860
|
+
border-color: #fff;
|
1861
|
+
color: #fff;
|
1862
|
+
}
|
1863
|
+
|
1864
|
+
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-hover {
|
1865
|
+
background: transparent;
|
1866
|
+
border-color: transparent;
|
1867
|
+
}
|
1868
|
+
|
1869
|
+
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-focus {
|
1870
|
+
border-color: transparent;
|
1871
|
+
}
|
1872
|
+
|
1873
|
+
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-active {
|
1874
|
+
background: #292827;
|
1875
|
+
border-color: #292827;
|
1876
|
+
}
|
1877
|
+
|
1878
|
+
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
|
1879
|
+
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick,
|
1880
|
+
.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot,
|
1881
|
+
.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick,
|
1882
|
+
.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-dot,
|
1883
|
+
.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-tick {
|
1884
|
+
color: #a19f9d;
|
1885
|
+
}
|
1886
|
+
|
1887
|
+
.e-fe-popup.e-dialog td {
|
1888
|
+
color: #f3f2f1;
|
1889
|
+
}
|
1890
|
+
|
1891
|
+
.e-fe-popup.e-dialog td:first-child {
|
1892
|
+
color: #c8c6c4;
|
1893
|
+
}
|
1894
|
+
|
1895
|
+
.e-fe-popup .e-fe-error {
|
1896
|
+
color: #d13438;
|
1897
|
+
}
|
1898
|
+
|
1899
|
+
.e-fe-popup .e-upload .e-upload-actions {
|
1900
|
+
border-bottom-color: #292827;
|
1901
|
+
}
|