@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,1886 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
/* stylelint-disable property-no-vendor-prefix */
|
8
|
-
@-webkit-keyframes e-input-ripple {
|
9
|
-
100% {
|
10
|
-
opacity: 0;
|
11
|
-
-webkit-transform: scale(4);
|
12
|
-
transform: scale(4);
|
13
|
-
}
|
14
|
-
}
|
15
|
-
@keyframes e-input-ripple {
|
16
|
-
100% {
|
17
|
-
opacity: 0;
|
18
|
-
-webkit-transform: scale(4);
|
19
|
-
transform: scale(4);
|
20
|
-
}
|
21
|
-
}
|
22
|
-
@-webkit-keyframes slideTopUp {
|
23
|
-
from {
|
24
|
-
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
25
|
-
transform: translate3d(0, 0, 0) scale(1);
|
26
|
-
}
|
27
|
-
to {
|
28
|
-
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
29
|
-
transform: translate3d(0, 0, 0) scale(1);
|
30
|
-
}
|
31
|
-
}
|
32
|
-
@keyframes slideTopUp {
|
33
|
-
from {
|
34
|
-
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
35
|
-
transform: translate3d(0, 0, 0) scale(1);
|
36
|
-
}
|
37
|
-
to {
|
38
|
-
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
39
|
-
transform: translate3d(0, 0, 0) scale(1);
|
40
|
-
}
|
41
|
-
}
|
42
|
-
/* stylelint-disable */
|
43
|
-
.e-input:focus:not(.e-success):not(.e-warning).e-error,
|
44
|
-
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
|
45
|
-
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
|
46
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
|
47
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
|
48
|
-
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
|
49
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input {
|
50
|
-
-webkit-box-shadow: none !important;
|
51
|
-
box-shadow: none !important;
|
52
|
-
}
|
53
|
-
|
54
|
-
.e-input:focus:not(.e-error):not(.e-warning).e-success,
|
55
|
-
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
|
56
|
-
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
|
57
|
-
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
|
58
|
-
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
|
59
|
-
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input,
|
60
|
-
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input {
|
61
|
-
-webkit-box-shadow: none !important;
|
62
|
-
box-shadow: none !important;
|
63
|
-
}
|
64
|
-
|
65
|
-
.e-input:focus:not(.e-success):not(.e-error).e-warning,
|
66
|
-
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
|
67
|
-
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
|
68
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
|
69
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
|
70
|
-
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
|
71
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input {
|
72
|
-
-webkit-box-shadow: none !important;
|
73
|
-
box-shadow: none !important;
|
74
|
-
}
|
75
|
-
|
76
|
-
.e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
|
77
|
-
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error {
|
78
|
-
-webkit-box-shadow: none !important;
|
79
|
-
box-shadow: none !important;
|
80
|
-
}
|
81
|
-
|
82
|
-
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
83
|
-
.e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success {
|
84
|
-
-webkit-box-shadow: none !important;
|
85
|
-
box-shadow: none !important;
|
86
|
-
}
|
87
|
-
|
88
|
-
.e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning,
|
89
|
-
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning {
|
90
|
-
-webkit-box-shadow: none !important;
|
91
|
-
box-shadow: none !important;
|
92
|
-
}
|
93
|
-
|
94
|
-
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
|
95
|
-
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
|
96
|
-
-webkit-box-shadow: none !important;
|
97
|
-
box-shadow: none !important;
|
98
|
-
}
|
99
|
-
|
100
|
-
.e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
|
101
|
-
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
|
102
|
-
-webkit-box-shadow: none !important;
|
103
|
-
box-shadow: none !important;
|
104
|
-
}
|
105
|
-
|
106
|
-
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning,
|
107
|
-
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning {
|
108
|
-
-webkit-box-shadow: none !important;
|
109
|
-
box-shadow: none !important;
|
110
|
-
}
|
111
|
-
|
112
|
-
.e-float-input.e-error label.e-float-text,
|
113
|
-
.e-float-input.e-control-wrapper.e-error label.e-float-text,
|
114
|
-
.e-float-input.e-error input:focus ~ label.e-float-text,
|
115
|
-
.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
116
|
-
.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
117
|
-
.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
118
|
-
.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
119
|
-
.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
|
120
|
-
color: var(--color-sf-danger) !important;
|
121
|
-
}
|
122
|
-
|
123
|
-
.e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
|
124
|
-
.e-outline.e-float-input.e-input-group.e-error.e-valid-input label.e-label-top.e-float-text,
|
125
|
-
.e-outline.e-float-input.e-bigger.e-error.e-input-focus input:focus ~ label.e-float-text,
|
126
|
-
.e-bigger .e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
|
127
|
-
.e-outline.e-float-input.e-small.e-error.e-input-focus input:focus ~ label.e-float-text,
|
128
|
-
.e-small .e-outline.e-float-input.e-error input:focus ~ label.e-float-text,
|
129
|
-
.e-outline.e-float-input.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
|
130
|
-
.e-bigger .e-outline.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
|
131
|
-
.e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
132
|
-
.e-outline.e-float-input.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
133
|
-
.e-bigger .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
134
|
-
.e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
|
135
|
-
.e-small .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
136
|
-
.e-outline.e-float-input.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
137
|
-
.e-bigger .e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
|
138
|
-
.e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
139
|
-
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error input:focus ~ label.e-float-text,
|
140
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
141
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
|
142
|
-
.e-small .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
143
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
|
144
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
|
145
|
-
.e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
146
|
-
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
147
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
148
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
|
149
|
-
.e-small .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
150
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
151
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
|
152
|
-
.e-outline.e-float-input.e-error label.e-float-text.e-label-top,
|
153
|
-
.e-outline.e-float-input.e-input-group.e-error label.e-float-text.e-label-top,
|
154
|
-
.e-outline.e-float-input.e-control-wrapper.e-error label.e-float-text.e-label-top,
|
155
|
-
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
|
156
|
-
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
|
157
|
-
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
|
158
|
-
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
|
159
|
-
.e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
160
|
-
.e-outline.e-float-input.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
161
|
-
.e-bigger .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
162
|
-
.e-outline.e-float-input.e-small.e-error.e-input-focus input ~ label.e-float-text,
|
163
|
-
.e-small .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
164
|
-
.e-outline.e-float-input.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
165
|
-
.e-bigger .e-outline.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
|
166
|
-
.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
167
|
-
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
168
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
169
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text,
|
170
|
-
.e-small .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
171
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
172
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text {
|
173
|
-
color: var(--color-sf-danger) !important;
|
174
|
-
}
|
175
|
-
|
176
|
-
.e-filled.e-float-input.e-error label.e-float-text,
|
177
|
-
.e-filled.e-float-input.e-control-wrapper.e-error label.e-float-text,
|
178
|
-
.e-filled.e-float-input.e-error input:focus ~ label.e-float-text,
|
179
|
-
.e-filled.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
180
|
-
.e-filled.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
181
|
-
.e-filled.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
182
|
-
.e-filled.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
183
|
-
.e-filled.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text {
|
184
|
-
color: var(--color-sf-danger) !important;
|
185
|
-
}
|
186
|
-
|
187
|
-
/* stylelint-disable-line no-empty-source */
|
188
|
-
/* stylelint-disable */
|
189
|
-
.e-dialog .e-dlg-content {
|
190
|
-
border-radius: 8px !important;
|
191
|
-
}
|
192
|
-
|
193
|
-
.e-dlg-overlay {
|
194
|
-
-webkit-backdrop-filter: blur(2px) !important;
|
195
|
-
backdrop-filter: blur(2px) !important;
|
196
|
-
}
|
197
|
-
|
198
|
-
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:hover,
|
199
|
-
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:focus,
|
200
|
-
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn:active {
|
201
|
-
color: var(--color-sf-icon-color-hover);
|
202
|
-
background-color: var(--color-sf-content-bg-color-hover);
|
203
|
-
border-radius: 4px;
|
204
|
-
}
|
205
|
-
|
206
|
-
/* stylelint-disable property-no-vendor-prefix */
|
207
|
-
@-webkit-keyframes material-spinner-rotate {
|
208
|
-
0% {
|
209
|
-
-webkit-transform: rotate(0);
|
210
|
-
transform: rotate(0);
|
211
|
-
}
|
212
|
-
100% {
|
213
|
-
-webkit-transform: rotate(360deg);
|
214
|
-
transform: rotate(360deg);
|
215
|
-
}
|
216
|
-
}
|
217
|
-
@keyframes material-spinner-rotate {
|
218
|
-
0% {
|
219
|
-
-webkit-transform: rotate(0);
|
220
|
-
transform: rotate(0);
|
221
|
-
}
|
222
|
-
100% {
|
223
|
-
-webkit-transform: rotate(360deg);
|
224
|
-
transform: rotate(360deg);
|
225
|
-
}
|
226
|
-
}
|
227
|
-
@-webkit-keyframes fabric-spinner-rotate {
|
228
|
-
0% {
|
229
|
-
-webkit-transform: rotate(0);
|
230
|
-
transform: rotate(0);
|
231
|
-
}
|
232
|
-
100% {
|
233
|
-
-webkit-transform: rotate(360deg);
|
234
|
-
transform: rotate(360deg);
|
235
|
-
}
|
236
|
-
}
|
237
|
-
@keyframes fabric-spinner-rotate {
|
238
|
-
0% {
|
239
|
-
-webkit-transform: rotate(0);
|
240
|
-
transform: rotate(0);
|
241
|
-
}
|
242
|
-
100% {
|
243
|
-
-webkit-transform: rotate(360deg);
|
244
|
-
transform: rotate(360deg);
|
245
|
-
}
|
246
|
-
}
|
247
|
-
/*! TreeView's theme wise override definitions and variables */
|
248
|
-
/* stylelint-disable */
|
249
|
-
/* stylelint-disable */
|
250
|
-
.e-dialog.e-checkboxfilter,
|
251
|
-
.e-dialog.e-flmenu {
|
252
|
-
min-width: 250px !important;
|
253
|
-
}
|
254
|
-
|
255
|
-
/*! FileManager's bds theme wise override definitions and variables */
|
256
|
-
.e-filemanager .e-fe-icon,
|
257
|
-
.e-filemanager .e-list-icon {
|
258
|
-
background-repeat: no-repeat;
|
259
|
-
}
|
260
|
-
.e-filemanager .e-fe-access-error {
|
261
|
-
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');
|
262
|
-
}
|
263
|
-
.e-filemanager .e-fe-docx,
|
264
|
-
.e-filemanager .e-fe-doc {
|
265
|
-
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');
|
266
|
-
}
|
267
|
-
.e-filemanager .e-fe-pptx,
|
268
|
-
.e-filemanager .e-fe-ppt {
|
269
|
-
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');
|
270
|
-
}
|
271
|
-
.e-filemanager .e-fe-xlsx,
|
272
|
-
.e-filemanager .e-fe-xls {
|
273
|
-
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');
|
274
|
-
}
|
275
|
-
.e-filemanager .e-fe-pdf {
|
276
|
-
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');
|
277
|
-
}
|
278
|
-
.e-filemanager .e-fe-image {
|
279
|
-
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');
|
280
|
-
}
|
281
|
-
.e-filemanager .e-fe-rar {
|
282
|
-
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');
|
283
|
-
}
|
284
|
-
.e-filemanager .e-fe-zip {
|
285
|
-
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');
|
286
|
-
}
|
287
|
-
.e-filemanager .e-fe-txt {
|
288
|
-
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');
|
289
|
-
}
|
290
|
-
.e-filemanager .e-fe-music {
|
291
|
-
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');
|
292
|
-
}
|
293
|
-
.e-filemanager .e-fe-video {
|
294
|
-
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');
|
295
|
-
}
|
296
|
-
.e-filemanager .e-fe-js {
|
297
|
-
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');
|
298
|
-
}
|
299
|
-
.e-filemanager .e-fe-css {
|
300
|
-
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');
|
301
|
-
}
|
302
|
-
.e-filemanager .e-fe-html {
|
303
|
-
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');
|
304
|
-
}
|
305
|
-
.e-filemanager .e-fe-php {
|
306
|
-
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');
|
307
|
-
}
|
308
|
-
.e-filemanager .e-fe-exe {
|
309
|
-
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');
|
310
|
-
}
|
311
|
-
.e-filemanager .e-fe-msi {
|
312
|
-
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');
|
313
|
-
}
|
314
|
-
.e-filemanager .e-fe-unknown {
|
315
|
-
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');
|
316
|
-
}
|
317
|
-
.e-filemanager .e-fe-rtf {
|
318
|
-
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');
|
319
|
-
}
|
320
|
-
.e-filemanager .e-fe-xml {
|
321
|
-
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');
|
322
|
-
}
|
323
|
-
.e-filemanager .e-fe-folder {
|
324
|
-
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');
|
325
|
-
}
|
326
|
-
.e-filemanager .e-fe-locked > .e-text-content .e-fe-folder, .e-filemanager .e-fe-locked > .e-fe-grid-icon .e-fe-folder {
|
327
|
-
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');
|
328
|
-
}
|
329
|
-
.e-filemanager .e-address .e-address-list-item .e-icons::before {
|
330
|
-
content: "\e748";
|
331
|
-
}
|
332
|
-
|
333
|
-
.e-filemanager .e-fe-open::before,
|
334
|
-
.e-fe-popup .e-fe-open::before {
|
335
|
-
content: "\e760";
|
336
|
-
}
|
337
|
-
.e-filemanager .e-fe-cut::before,
|
338
|
-
.e-fe-popup .e-fe-cut::before {
|
339
|
-
content: "\e7fb";
|
340
|
-
}
|
341
|
-
.e-filemanager .e-fe-copy::before,
|
342
|
-
.e-fe-popup .e-fe-copy::before {
|
343
|
-
content: "\e77c";
|
344
|
-
}
|
345
|
-
.e-filemanager .e-fe-paste::before,
|
346
|
-
.e-fe-popup .e-fe-paste::before {
|
347
|
-
content: "\e70b";
|
348
|
-
}
|
349
|
-
.e-filemanager .e-fe-delete::before,
|
350
|
-
.e-fe-popup .e-fe-delete::before {
|
351
|
-
content: "\e820";
|
352
|
-
}
|
353
|
-
.e-filemanager .e-fe-rename::before,
|
354
|
-
.e-fe-popup .e-fe-rename::before {
|
355
|
-
content: "\e76d";
|
356
|
-
}
|
357
|
-
.e-filemanager .e-fe-newfolder::before,
|
358
|
-
.e-fe-popup .e-fe-newfolder::before {
|
359
|
-
content: "\e805";
|
360
|
-
}
|
361
|
-
.e-filemanager .e-fe-refresh::before,
|
362
|
-
.e-fe-popup .e-fe-refresh::before {
|
363
|
-
content: "\e772";
|
364
|
-
}
|
365
|
-
.e-filemanager .e-fe-upload::before,
|
366
|
-
.e-fe-popup .e-fe-upload::before {
|
367
|
-
content: "\e712";
|
368
|
-
}
|
369
|
-
.e-filemanager .e-fe-download::before,
|
370
|
-
.e-fe-popup .e-fe-download::before {
|
371
|
-
content: "\e7a1";
|
372
|
-
}
|
373
|
-
.e-filemanager .e-fe-grid::before,
|
374
|
-
.e-fe-popup .e-fe-grid::before {
|
375
|
-
content: "\e77e";
|
376
|
-
}
|
377
|
-
.e-filemanager .e-fe-large::before,
|
378
|
-
.e-fe-popup .e-fe-large::before {
|
379
|
-
content: "\e82d";
|
380
|
-
}
|
381
|
-
.e-filemanager .e-fe-select::before,
|
382
|
-
.e-fe-popup .e-fe-select::before {
|
383
|
-
content: "\e78e";
|
384
|
-
}
|
385
|
-
.e-filemanager .e-fe-details::before,
|
386
|
-
.e-fe-popup .e-fe-details::before {
|
387
|
-
content: "\e800";
|
388
|
-
}
|
389
|
-
.e-filemanager .e-fe-sort::before,
|
390
|
-
.e-fe-popup .e-fe-sort::before {
|
391
|
-
content: "\e87c";
|
392
|
-
}
|
393
|
-
.e-filemanager .e-fe-search::before,
|
394
|
-
.e-fe-popup .e-fe-search::before {
|
395
|
-
content: "\e754";
|
396
|
-
}
|
397
|
-
.e-filemanager .e-fe-clear::before,
|
398
|
-
.e-fe-popup .e-fe-clear::before {
|
399
|
-
content: "\e7e7";
|
400
|
-
}
|
401
|
-
.e-filemanager .e-fe-breadcrumb::before,
|
402
|
-
.e-fe-popup .e-fe-breadcrumb::before {
|
403
|
-
content: "\e71c";
|
404
|
-
}
|
405
|
-
.e-filemanager .e-fe-drop-in::before,
|
406
|
-
.e-fe-popup .e-fe-drop-in::before {
|
407
|
-
content: "\e768";
|
408
|
-
}
|
409
|
-
.e-filemanager .e-fe-drop-out::before,
|
410
|
-
.e-fe-popup .e-fe-drop-out::before {
|
411
|
-
content: "\e736";
|
412
|
-
}
|
413
|
-
.e-filemanager .e-fe-no-drop::before,
|
414
|
-
.e-fe-popup .e-fe-no-drop::before {
|
415
|
-
content: "\e839";
|
416
|
-
}
|
417
|
-
.e-filemanager .e-toolbar .e-hor-nav .e-popup-up-icon::before,
|
418
|
-
.e-fe-popup .e-toolbar .e-hor-nav .e-popup-up-icon::before {
|
419
|
-
content: "\e770";
|
420
|
-
}
|
421
|
-
.e-filemanager .e-toolbar .e-hor-nav .e-popup-down-icon::before,
|
422
|
-
.e-fe-popup .e-toolbar .e-hor-nav .e-popup-down-icon::before {
|
423
|
-
content: "\e770";
|
424
|
-
}
|
425
|
-
.e-filemanager.e-fe-m-filter .e-fe-search::before,
|
426
|
-
.e-fe-popup.e-fe-m-filter .e-fe-search::before {
|
427
|
-
content: "\e773";
|
428
|
-
}
|
429
|
-
|
430
|
-
.e-fe-popup .e-fe-dot::before {
|
431
|
-
content: "\e774";
|
432
|
-
}
|
433
|
-
.e-fe-popup .e-fe-tick::before {
|
434
|
-
content: "\e774";
|
435
|
-
}
|
436
|
-
|
437
|
-
/* stylelint-disable property-no-vendor-prefix */
|
438
|
-
ejs-filemanager {
|
439
|
-
display: block;
|
440
|
-
}
|
441
|
-
|
442
|
-
.e-filemanager {
|
443
|
-
-moz-user-select: none;
|
444
|
-
-ms-user-select: none;
|
445
|
-
-webkit-user-select: none;
|
446
|
-
user-select: none;
|
447
|
-
border: 1px solid;
|
448
|
-
position: relative;
|
449
|
-
border-radius: 4px;
|
450
|
-
}
|
451
|
-
.e-filemanager .e-blur {
|
452
|
-
opacity: 0.5;
|
453
|
-
}
|
454
|
-
.e-filemanager.e-fe-drop, .e-filemanager.e-fe-drop .e-treeview .e-text-content, .e-filemanager.e-fe-drop .e-treeview .e-fullrow, .e-filemanager.e-fe-drop .e-address .e-address-list-item:last-child .e-list-text, .e-filemanager.e-fe-drop .e-grid .e-columnheader {
|
455
|
-
cursor: -webkit-grab;
|
456
|
-
cursor: grab;
|
457
|
-
}
|
458
|
-
.e-filemanager.e-no-drop {
|
459
|
-
cursor: no-drop;
|
460
|
-
}
|
461
|
-
.e-filemanager .e-toolbar {
|
462
|
-
border-width: 0 0 1px;
|
463
|
-
height: 40px;
|
464
|
-
min-height: 40px;
|
465
|
-
-webkit-box-shadow: none;
|
466
|
-
box-shadow: none;
|
467
|
-
}
|
468
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
469
|
-
border: 0;
|
470
|
-
-webkit-box-shadow: none;
|
471
|
-
box-shadow: none;
|
472
|
-
font-weight: normal;
|
473
|
-
height: calc(100% - 10px);
|
474
|
-
padding: 0;
|
475
|
-
}
|
476
|
-
.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) {
|
477
|
-
padding: 0;
|
478
|
-
}
|
479
|
-
.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 {
|
480
|
-
font-size: 14px;
|
481
|
-
padding: 0 8px;
|
482
|
-
}
|
483
|
-
.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 {
|
484
|
-
padding-right: 0;
|
485
|
-
}
|
486
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active, .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover, .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
|
487
|
-
border: 0;
|
488
|
-
padding: 0;
|
489
|
-
}
|
490
|
-
.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-icons.e-caret {
|
491
|
-
font-size: 14px;
|
492
|
-
min-width: 0;
|
493
|
-
padding: 0 8px;
|
494
|
-
}
|
495
|
-
.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-tbar-btn-text.e-tbar-ddb-text {
|
496
|
-
padding-right: 0;
|
497
|
-
}
|
498
|
-
.e-filemanager .e-toolbar .e-toolbar-pop {
|
499
|
-
width: -webkit-max-content;
|
500
|
-
width: -moz-max-content;
|
501
|
-
width: max-content;
|
502
|
-
}
|
503
|
-
.e-filemanager .e-treeview {
|
504
|
-
border: none;
|
505
|
-
}
|
506
|
-
.e-filemanager .e-treeview > .e-ul {
|
507
|
-
overflow: initial;
|
508
|
-
padding-left: 8px;
|
509
|
-
}
|
510
|
-
.e-filemanager .e-treeview .e-list-parent {
|
511
|
-
margin-bottom: 0;
|
512
|
-
margin-top: 0;
|
513
|
-
}
|
514
|
-
.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text {
|
515
|
-
height: 32px;
|
516
|
-
line-height: 32px;
|
517
|
-
}
|
518
|
-
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow {
|
519
|
-
border: 1px dashed;
|
520
|
-
-webkit-box-sizing: border-box;
|
521
|
-
box-sizing: border-box;
|
522
|
-
}
|
523
|
-
.e-filemanager .e-treeview .e-text-content {
|
524
|
-
overflow: hidden;
|
525
|
-
text-overflow: ellipsis;
|
526
|
-
white-space: nowrap;
|
527
|
-
}
|
528
|
-
.e-filemanager .e-treeview .e-list-text {
|
529
|
-
display: initial;
|
530
|
-
}
|
531
|
-
.e-filemanager .e-splitter {
|
532
|
-
border-width: 0;
|
533
|
-
}
|
534
|
-
.e-filemanager .e-address {
|
535
|
-
border-bottom: 1px solid;
|
536
|
-
height: 40px;
|
537
|
-
position: relative;
|
538
|
-
}
|
539
|
-
.e-filemanager .e-address .e-fe-breadcrumb.e-icons {
|
540
|
-
padding-bottom: 6px;
|
541
|
-
}
|
542
|
-
.e-filemanager .e-address .e-search-wrap {
|
543
|
-
float: right;
|
544
|
-
padding: 2.5px 12px 2px 0;
|
545
|
-
position: absolute;
|
546
|
-
right: 0;
|
547
|
-
top: 0;
|
548
|
-
width: 200px;
|
549
|
-
}
|
550
|
-
.e-filemanager .e-address .e-search-wrap .e-input-group {
|
551
|
-
height: 32px;
|
552
|
-
margin: 0;
|
553
|
-
}
|
554
|
-
.e-filemanager .e-address .e-search-wrap .e-input-group .e-input {
|
555
|
-
margin: 0 0 0 29px;
|
556
|
-
padding: 0;
|
557
|
-
}
|
558
|
-
.e-filemanager .e-address .e-search-wrap .e-input-group .e-clear-icon {
|
559
|
-
margin: 0;
|
560
|
-
}
|
561
|
-
.e-filemanager .e-address .e-fe-search {
|
562
|
-
font-size: 16px;
|
563
|
-
padding: 8px 8px 8px 10px;
|
564
|
-
position: absolute;
|
565
|
-
z-index: 1;
|
566
|
-
}
|
567
|
-
.e-filemanager .e-address .e-fe-search::before {
|
568
|
-
display: inline-block;
|
569
|
-
}
|
570
|
-
.e-filemanager .e-address .e-addressbar-ul {
|
571
|
-
overflow: hidden;
|
572
|
-
text-overflow: ellipsis;
|
573
|
-
white-space: nowrap;
|
574
|
-
list-style: none;
|
575
|
-
margin: 0;
|
576
|
-
padding: 9px 12px 9px 18px;
|
577
|
-
}
|
578
|
-
.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu {
|
579
|
-
display: inline;
|
580
|
-
}
|
581
|
-
.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu .e-breadcrumb-submenu {
|
582
|
-
height: 26px;
|
583
|
-
}
|
584
|
-
.e-filemanager .e-address .e-list-text {
|
585
|
-
cursor: pointer;
|
586
|
-
font-size: 14px;
|
587
|
-
line-height: 20px;
|
588
|
-
padding: 6px 6px 6px;
|
589
|
-
text-decoration: none;
|
590
|
-
border-radius: 4px;
|
591
|
-
}
|
592
|
-
.e-filemanager .e-address .e-list-text:hover {
|
593
|
-
text-decoration: none;
|
594
|
-
}
|
595
|
-
.e-filemanager .e-address .e-address-list-item {
|
596
|
-
display: inline-block;
|
597
|
-
height: 20px;
|
598
|
-
}
|
599
|
-
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
|
600
|
-
cursor: default;
|
601
|
-
font-weight: 600;
|
602
|
-
}
|
603
|
-
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text:hover {
|
604
|
-
text-decoration: none;
|
605
|
-
}
|
606
|
-
.e-filemanager .e-address .e-address-list-item .e-icons {
|
607
|
-
font-size: 14px;
|
608
|
-
margin: 0 8px;
|
609
|
-
vertical-align: middle;
|
610
|
-
}
|
611
|
-
.e-filemanager .e-view-container .e-grid .e-gridcontent .e-emptyrow {
|
612
|
-
display: table-row;
|
613
|
-
}
|
614
|
-
.e-filemanager .e-grid {
|
615
|
-
border-width: 0;
|
616
|
-
float: left;
|
617
|
-
}
|
618
|
-
.e-filemanager .e-grid .e-checkbox-wrapper .e-frame {
|
619
|
-
border-width: 1px;
|
620
|
-
line-height: 14px;
|
621
|
-
height: 16px;
|
622
|
-
width: 16px;
|
623
|
-
font-size: 10px;
|
624
|
-
margin: 0;
|
625
|
-
}
|
626
|
-
.e-filemanager .e-grid .e-gridcontent tr.e-emptyrow td.e-lastrowcell:first-child:empty {
|
627
|
-
height: 0;
|
628
|
-
padding: 0;
|
629
|
-
}
|
630
|
-
.e-filemanager .e-grid .e-gridheader {
|
631
|
-
border-width: 0 1px 1px;
|
632
|
-
}
|
633
|
-
.e-filemanager .e-grid .e-gridheader .e-headercell {
|
634
|
-
height: 32px;
|
635
|
-
}
|
636
|
-
.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv {
|
637
|
-
margin-right: 0;
|
638
|
-
}
|
639
|
-
.e-filemanager .e-grid .e-gridheader .e-headercell .e-headertext {
|
640
|
-
font-size: 14px;
|
641
|
-
}
|
642
|
-
.e-filemanager .e-grid .e-gridheader .e-headercell .e-rcursor {
|
643
|
-
border: 0;
|
644
|
-
}
|
645
|
-
.e-filemanager .e-grid .e-gridheader .e-checkbox-wrapper {
|
646
|
-
visibility: hidden;
|
647
|
-
padding: 0;
|
648
|
-
}
|
649
|
-
.e-filemanager .e-grid .e-gridheader:hover .e-checkbox-wrapper,
|
650
|
-
.e-filemanager .e-grid .e-gridheader .e-active .e-checkbox-wrapper {
|
651
|
-
visibility: visible;
|
652
|
-
padding: 0;
|
653
|
-
}
|
654
|
-
.e-filemanager .e-grid.e-headercheck .e-gridheader .e-headercontent .e-checkbox-wrapper {
|
655
|
-
visibility: visible;
|
656
|
-
padding: 0;
|
657
|
-
}
|
658
|
-
.e-filemanager .e-grid .e-content {
|
659
|
-
overflow-y: auto !important; /* stylelint-disable-line declaration-no-important */
|
660
|
-
}
|
661
|
-
.e-filemanager .e-grid .e-content .e-table {
|
662
|
-
border-spacing: 0;
|
663
|
-
}
|
664
|
-
.e-filemanager .e-grid .e-content .e-rowcell {
|
665
|
-
border: 0;
|
666
|
-
font-size: 14px;
|
667
|
-
padding: 7px 12px;
|
668
|
-
line-height: 20px;
|
669
|
-
}
|
670
|
-
.e-filemanager .e-grid .e-content .e-rowcell .e-fe-text {
|
671
|
-
font-size: 14px;
|
672
|
-
line-height: 20px;
|
673
|
-
}
|
674
|
-
.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child {
|
675
|
-
-webkit-box-shadow: 1px 0 0 1px var(--color-sf-primary) inset;
|
676
|
-
box-shadow: 1px 0 0 1px var(--color-sf-primary) inset;
|
677
|
-
}
|
678
|
-
.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:last-child {
|
679
|
-
-webkit-box-shadow: -1px 0 0 1px var(--color-sf-primary) inset;
|
680
|
-
box-shadow: -1px 0 0 1px var(--color-sf-primary) inset;
|
681
|
-
}
|
682
|
-
.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell {
|
683
|
-
-webkit-box-shadow: 0 2px 0 -1px var(--color-sf-primary) inset, 0 -2px 0 -1px var(--color-sf-primary) inset;
|
684
|
-
box-shadow: 0 2px 0 -1px var(--color-sf-primary) inset, 0 -2px 0 -1px var(--color-sf-primary) inset;
|
685
|
-
}
|
686
|
-
.e-filemanager .e-grid .e-empty {
|
687
|
-
min-width: 200px;
|
688
|
-
}
|
689
|
-
.e-filemanager .e-grid .e-empty-content {
|
690
|
-
font-size: 14px;
|
691
|
-
margin: 0 auto;
|
692
|
-
padding: 8px 0;
|
693
|
-
text-align: center;
|
694
|
-
line-height: 20px;
|
695
|
-
}
|
696
|
-
.e-filemanager .e-grid .e-empty-icon {
|
697
|
-
height: 52px;
|
698
|
-
margin: 0 auto;
|
699
|
-
width: 52px;
|
700
|
-
}
|
701
|
-
.e-filemanager .e-grid .e-empty-inner-content {
|
702
|
-
font-size: 14px;
|
703
|
-
margin: 0 auto;
|
704
|
-
padding: 0;
|
705
|
-
text-align: center;
|
706
|
-
line-height: 20px;
|
707
|
-
color: var(--color-sf-content-text-color-alt3);
|
708
|
-
}
|
709
|
-
.e-filemanager .e-grid .e-gridpopup {
|
710
|
-
display: none !important; /* stylelint-disable-line declaration-no-important */
|
711
|
-
}
|
712
|
-
.e-filemanager .e-grid .e-gridheader .e-fe-checkbox,
|
713
|
-
.e-filemanager .e-grid .e-gridcontent .e-fe-checkbox {
|
714
|
-
overflow: inherit;
|
715
|
-
padding-left: 8px;
|
716
|
-
padding-right: 0;
|
717
|
-
-webkit-box-shadow: none;
|
718
|
-
box-shadow: none;
|
719
|
-
}
|
720
|
-
.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon,
|
721
|
-
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon {
|
722
|
-
padding: 0 0 0 12px;
|
723
|
-
}
|
724
|
-
.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon .e-headercelldiv,
|
725
|
-
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon .e-headercelldiv {
|
726
|
-
text-overflow: unset;
|
727
|
-
}
|
728
|
-
.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell, .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell,
|
729
|
-
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell,
|
730
|
-
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell {
|
731
|
-
padding-left: 0;
|
732
|
-
}
|
733
|
-
.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name,
|
734
|
-
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name,
|
735
|
-
.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name {
|
736
|
-
padding-left: 6px;
|
737
|
-
}
|
738
|
-
.e-filemanager .e-grid .e-row .e-checkbox-wrapper {
|
739
|
-
visibility: hidden;
|
740
|
-
padding: 0;
|
741
|
-
}
|
742
|
-
.e-filemanager .e-grid .e-row.e-focused {
|
743
|
-
-webkit-box-shadow: none;
|
744
|
-
box-shadow: none;
|
745
|
-
}
|
746
|
-
.e-filemanager .e-grid .e-row:hover .e-checkbox-wrapper,
|
747
|
-
.e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper {
|
748
|
-
visibility: visible;
|
749
|
-
padding: 0;
|
750
|
-
}
|
751
|
-
.e-filemanager .e-grid .e-row.e-fe-drop-file:hover .e-checkbox-wrapper {
|
752
|
-
visibility: hidden;
|
753
|
-
padding: 0;
|
754
|
-
}
|
755
|
-
.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 {
|
756
|
-
border-bottom-width: 0;
|
757
|
-
}
|
758
|
-
.e-filemanager .e-grid.e-resize-lines .e-headercell .e-rsuppress {
|
759
|
-
border-width: 0;
|
760
|
-
}
|
761
|
-
.e-filemanager .e-grid .e-fe-icon {
|
762
|
-
display: inline-block;
|
763
|
-
height: 20px;
|
764
|
-
margin: 0;
|
765
|
-
width: 20px;
|
766
|
-
vertical-align: middle;
|
767
|
-
}
|
768
|
-
.e-filemanager .e-view-container .e-grid .e-gridheader {
|
769
|
-
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
770
|
-
}
|
771
|
-
.e-filemanager.e-rtl .e-view-container .e-grid .e-gridheader {
|
772
|
-
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
773
|
-
}
|
774
|
-
.e-filemanager .e-large-icons {
|
775
|
-
float: left;
|
776
|
-
overflow: auto;
|
777
|
-
width: 100%;
|
778
|
-
height: calc(100% - 40px);
|
779
|
-
}
|
780
|
-
.e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame {
|
781
|
-
border-width: 1px;
|
782
|
-
line-height: 14px;
|
783
|
-
height: 16px;
|
784
|
-
width: 16px;
|
785
|
-
font-size: 10px;
|
786
|
-
margin: 0;
|
787
|
-
}
|
788
|
-
.e-filemanager .e-large-icons .e-empty {
|
789
|
-
min-width: 200px;
|
790
|
-
}
|
791
|
-
.e-filemanager .e-large-icons .e-empty-content {
|
792
|
-
font-size: 14px;
|
793
|
-
margin: 0 auto;
|
794
|
-
padding: 8px 0;
|
795
|
-
text-align: center;
|
796
|
-
line-height: 20px;
|
797
|
-
}
|
798
|
-
.e-filemanager .e-large-icons .e-empty-icon {
|
799
|
-
height: 52px;
|
800
|
-
margin: 0 auto;
|
801
|
-
width: 52px;
|
802
|
-
}
|
803
|
-
.e-filemanager .e-large-icons .e-empty-inner-content {
|
804
|
-
font-size: 14px;
|
805
|
-
margin: 0 auto;
|
806
|
-
padding: 0;
|
807
|
-
text-align: center;
|
808
|
-
line-height: 20px;
|
809
|
-
color: var(--color-sf-content-text-color-alt3);
|
810
|
-
}
|
811
|
-
.e-filemanager .e-large-icons .e-list-parent {
|
812
|
-
display: block;
|
813
|
-
height: 100%;
|
814
|
-
margin: 0;
|
815
|
-
padding: 0 12px;
|
816
|
-
overflow: auto;
|
817
|
-
}
|
818
|
-
.e-filemanager .e-large-icons .e-checkbox-wrapper {
|
819
|
-
float: left;
|
820
|
-
position: absolute;
|
821
|
-
top: 0;
|
822
|
-
visibility: hidden;
|
823
|
-
}
|
824
|
-
.e-filemanager .e-large-icons .e-list-item {
|
825
|
-
border: 1px solid;
|
826
|
-
float: left;
|
827
|
-
height: 94px;
|
828
|
-
margin: 8px 4px;
|
829
|
-
width: 94px;
|
830
|
-
overflow: hidden;
|
831
|
-
padding: 2px;
|
832
|
-
border-radius: 4px;
|
833
|
-
}
|
834
|
-
.e-filemanager .e-large-icons .e-list-item.e-active .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item.e-hover .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item:hover .e-checkbox-wrapper {
|
835
|
-
visibility: visible;
|
836
|
-
padding: 0;
|
837
|
-
}
|
838
|
-
.e-filemanager .e-large-icons .e-text-content {
|
839
|
-
display: table-cell;
|
840
|
-
height: 79px;
|
841
|
-
position: relative;
|
842
|
-
vertical-align: bottom;
|
843
|
-
}
|
844
|
-
.e-filemanager .e-large-icons .e-list-text {
|
845
|
-
overflow: hidden;
|
846
|
-
text-overflow: ellipsis;
|
847
|
-
white-space: nowrap;
|
848
|
-
display: block;
|
849
|
-
font-size: 14px;
|
850
|
-
padding: 2px 0 0 0;
|
851
|
-
text-align: center;
|
852
|
-
width: 90px;
|
853
|
-
}
|
854
|
-
.e-filemanager .e-large-icons .e-list-img {
|
855
|
-
border: 2px solid;
|
856
|
-
-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05);
|
857
|
-
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05);
|
858
|
-
display: block;
|
859
|
-
margin: 0 auto;
|
860
|
-
max-height: 62px;
|
861
|
-
max-width: 100%;
|
862
|
-
min-height: 20px;
|
863
|
-
}
|
864
|
-
.e-filemanager .e-large-icons .e-list-icon {
|
865
|
-
display: block;
|
866
|
-
height: 40px;
|
867
|
-
margin: 0 auto;
|
868
|
-
width: 40px;
|
869
|
-
}
|
870
|
-
.e-filemanager.e-drag-select {
|
871
|
-
position: absolute;
|
872
|
-
background-color: var(--color-sf-primary);
|
873
|
-
opacity: 0.3;
|
874
|
-
border: none;
|
875
|
-
width: 0;
|
876
|
-
height: 0;
|
877
|
-
z-index: 1;
|
878
|
-
}
|
879
|
-
.e-filemanager .e-fe-clone {
|
880
|
-
pointer-events: none;
|
881
|
-
z-index: 20;
|
882
|
-
}
|
883
|
-
.e-filemanager .e-fe-clone .e-fe-content {
|
884
|
-
border: none;
|
885
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
886
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
887
|
-
display: -webkit-inline-box;
|
888
|
-
display: -ms-inline-flexbox;
|
889
|
-
display: inline-flex;
|
890
|
-
height: 36px;
|
891
|
-
padding: 4px 8px;
|
892
|
-
}
|
893
|
-
.e-filemanager .e-fe-clone .e-fe-content .e-fe-name {
|
894
|
-
display: inline-block;
|
895
|
-
font-size: 13px;
|
896
|
-
margin: auto 8px;
|
897
|
-
max-width: 70px;
|
898
|
-
overflow: hidden;
|
899
|
-
text-overflow: ellipsis;
|
900
|
-
white-space: nowrap;
|
901
|
-
}
|
902
|
-
.e-filemanager .e-fe-clone .e-fe-content .e-fe-icon {
|
903
|
-
display: inline-block;
|
904
|
-
height: 18px;
|
905
|
-
margin: auto 8px;
|
906
|
-
width: 18px;
|
907
|
-
}
|
908
|
-
.e-filemanager .e-fe-clone .e-fe-count {
|
909
|
-
border: 1px solid;
|
910
|
-
border-radius: 50%;
|
911
|
-
font-size: 12px;
|
912
|
-
height: 22px;
|
913
|
-
width: 22px;
|
914
|
-
line-height: 22px;
|
915
|
-
margin-left: -12px;
|
916
|
-
position: relative;
|
917
|
-
text-align: center;
|
918
|
-
top: 0;
|
919
|
-
}
|
920
|
-
.e-filemanager.e-rtl .e-treeview > .e-ul {
|
921
|
-
padding: 0 8px 0 0;
|
922
|
-
}
|
923
|
-
.e-filemanager.e-rtl .e-toolbar .e-fe-grid {
|
924
|
-
display: inline-table;
|
925
|
-
-webkit-transform: rotate(180deg);
|
926
|
-
transform: rotate(180deg);
|
927
|
-
}
|
928
|
-
.e-filemanager.e-rtl .e-splitter.e-splitter-horizontal {
|
929
|
-
-ms-flex-direction: row-reverse;
|
930
|
-
-webkit-box-orient: horizontal;
|
931
|
-
-webkit-box-direction: reverse;
|
932
|
-
flex-direction: row-reverse;
|
933
|
-
}
|
934
|
-
.e-filemanager.e-rtl .e-address .e-search-wrap {
|
935
|
-
float: left;
|
936
|
-
left: 0;
|
937
|
-
right: auto;
|
938
|
-
}
|
939
|
-
.e-filemanager.e-rtl .e-address .e-search-wrap .e-input-group .e-input {
|
940
|
-
margin: 0 24px 0 0;
|
941
|
-
padding: 0;
|
942
|
-
}
|
943
|
-
.e-filemanager.e-rtl .e-address .e-addressbar-ul {
|
944
|
-
display: -webkit-box;
|
945
|
-
display: -ms-flexbox;
|
946
|
-
display: flex;
|
947
|
-
}
|
948
|
-
.e-filemanager.e-rtl .e-address .e-addressbar-ul .e-icons::before {
|
949
|
-
display: inline-block;
|
950
|
-
-webkit-transform: rotate(180deg);
|
951
|
-
transform: rotate(180deg);
|
952
|
-
}
|
953
|
-
.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:first-child {
|
954
|
-
-webkit-box-shadow: inset -1px 1px 0 0 #66afe9, inset -1px -1px 0 0 #66afe9;
|
955
|
-
box-shadow: inset -1px 1px 0 0 #66afe9, inset -1px -1px 0 0 #66afe9;
|
956
|
-
}
|
957
|
-
.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:last-child {
|
958
|
-
-webkit-box-shadow: inset 1px 1px 0 0 #66afe9, inset 1px -1px 0 0 #66afe9;
|
959
|
-
box-shadow: inset 1px 1px 0 0 #66afe9, inset 1px -1px 0 0 #66afe9;
|
960
|
-
}
|
961
|
-
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-checkbox,
|
962
|
-
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-checkbox {
|
963
|
-
padding-left: 0;
|
964
|
-
padding-right: 12px;
|
965
|
-
}
|
966
|
-
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon,
|
967
|
-
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon {
|
968
|
-
padding-left: 0;
|
969
|
-
padding-right: 12px;
|
970
|
-
}
|
971
|
-
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell, .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell,
|
972
|
-
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell,
|
973
|
-
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell {
|
974
|
-
padding-left: 21px;
|
975
|
-
padding-right: 0;
|
976
|
-
}
|
977
|
-
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, .e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name,
|
978
|
-
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name,
|
979
|
-
.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name {
|
980
|
-
padding-right: 12px;
|
981
|
-
}
|
982
|
-
.e-filemanager.e-rtl .e-grid.e-rtl .e-fe-icon {
|
983
|
-
margin: 0 0 0 8px;
|
984
|
-
}
|
985
|
-
.e-filemanager.e-rtl .e-large-icons .e-list-item {
|
986
|
-
float: right;
|
987
|
-
}
|
988
|
-
.e-filemanager.e-rtl .e-fe-clone .e-fe-count {
|
989
|
-
margin-left: 0;
|
990
|
-
margin-right: -12px;
|
991
|
-
}
|
992
|
-
.e-filemanager .e-layout-content {
|
993
|
-
position: relative;
|
994
|
-
}
|
995
|
-
.e-filemanager .e-pager {
|
996
|
-
border-width: 1px 0 0;
|
997
|
-
}
|
998
|
-
.e-filemanager .e-fe-overlay {
|
999
|
-
border: 2px dashed var(--color-sf-primary);
|
1000
|
-
bottom: 0;
|
1001
|
-
display: block;
|
1002
|
-
height: calc(100% - 34px);
|
1003
|
-
width: 100%;
|
1004
|
-
width: calc(100% - 48px);
|
1005
|
-
top: 64px;
|
1006
|
-
height: calc(100% - 88px);
|
1007
|
-
left: 24px;
|
1008
|
-
pointer-events: none;
|
1009
|
-
position: absolute;
|
1010
|
-
visibility: hidden;
|
1011
|
-
}
|
1012
|
-
.e-filemanager .e-grid + .e-large-icons + .e-fe-overlay {
|
1013
|
-
top: 82px;
|
1014
|
-
}
|
1015
|
-
.e-filemanager .e-grid:has(.e-empty) + .e-large-icons + .e-fe-overlay {
|
1016
|
-
top: 96px;
|
1017
|
-
height: calc(100% - 120px);
|
1018
|
-
}
|
1019
|
-
.e-filemanager .e-upload-drag-hover {
|
1020
|
-
outline: none;
|
1021
|
-
}
|
1022
|
-
.e-filemanager .e-upload-drag-hover .e-fe-overlay {
|
1023
|
-
visibility: visible;
|
1024
|
-
}
|
1025
|
-
|
1026
|
-
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
|
1027
|
-
.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,
|
1028
|
-
.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,
|
1029
|
-
.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-tick {
|
1030
|
-
font-size: 16px;
|
1031
|
-
}
|
1032
|
-
.e-fe-popup.e-dlg-resizable .e-dlg-content {
|
1033
|
-
overflow: hidden;
|
1034
|
-
}
|
1035
|
-
.e-fe-popup.e-dialog.e-fe-upload-dialog .e-dlg-content {
|
1036
|
-
overflow: auto;
|
1037
|
-
}
|
1038
|
-
.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item.e-separator, .e-fe-popup.e-contextmenu-container ul .e-menu-item.e-separator {
|
1039
|
-
margin: 0 0;
|
1040
|
-
}
|
1041
|
-
.e-fe-popup.e-rtl .e-fe-grid {
|
1042
|
-
display: inline-table;
|
1043
|
-
-webkit-transform: rotate(180deg);
|
1044
|
-
transform: rotate(180deg);
|
1045
|
-
}
|
1046
|
-
.e-fe-popup.e-dialog td {
|
1047
|
-
overflow: hidden;
|
1048
|
-
text-overflow: ellipsis;
|
1049
|
-
white-space: nowrap;
|
1050
|
-
font-size: 14px;
|
1051
|
-
max-width: 211px;
|
1052
|
-
min-width: 51px;
|
1053
|
-
padding: 4px 24px 4px 0;
|
1054
|
-
}
|
1055
|
-
.e-fe-popup.e-dialog td.e-fe-value {
|
1056
|
-
white-space: unset;
|
1057
|
-
word-break: break-word;
|
1058
|
-
}
|
1059
|
-
.e-fe-popup.e-dialog .e-fe-errorcontent {
|
1060
|
-
white-space: normal;
|
1061
|
-
word-break: break-word;
|
1062
|
-
}
|
1063
|
-
.e-fe-popup.e-dialog .e-fe-icon {
|
1064
|
-
display: inline-block;
|
1065
|
-
height: 18px;
|
1066
|
-
margin: 0 8px -2px 0;
|
1067
|
-
width: 18px;
|
1068
|
-
}
|
1069
|
-
.e-fe-popup.e-dialog .e-fe-access-header {
|
1070
|
-
display: inline-block;
|
1071
|
-
}
|
1072
|
-
.e-fe-popup.e-dialog .e-fe-retrycontent {
|
1073
|
-
padding: 16px 0;
|
1074
|
-
}
|
1075
|
-
.e-fe-popup.e-dialog .e-image {
|
1076
|
-
height: 100%;
|
1077
|
-
width: 100%;
|
1078
|
-
}
|
1079
|
-
.e-fe-popup.e-dialog.e-rtl td {
|
1080
|
-
padding: 8px 0 8px 24px;
|
1081
|
-
}
|
1082
|
-
.e-fe-popup.e-dialog.e-rtl .e-fe-icon {
|
1083
|
-
margin: 0 0 -2px 8px;
|
1084
|
-
}
|
1085
|
-
.e-fe-popup.e-dialog.e-popup.e-dlg-resizable {
|
1086
|
-
min-height: 200px;
|
1087
|
-
}
|
1088
|
-
.e-fe-popup .e-fe-error {
|
1089
|
-
font-size: 12px;
|
1090
|
-
line-height: 1.5;
|
1091
|
-
}
|
1092
|
-
.e-fe-popup .e-upload {
|
1093
|
-
border-bottom-width: 0;
|
1094
|
-
border-top-width: 0;
|
1095
|
-
}
|
1096
|
-
.e-fe-popup .e-upload .e-upload-actions {
|
1097
|
-
border-bottom: 1px solid;
|
1098
|
-
}
|
1099
|
-
|
1100
|
-
.e-filemanager .e-display-none,
|
1101
|
-
.e-filemanager .e-treeview .e-icons .e-treeview-spinner,
|
1102
|
-
.e-filemanager .e-splitter .e-split-bar .e-resize-handler,
|
1103
|
-
.e-filemanager .e-splitter .e-display-none,
|
1104
|
-
.e-filemanager .e-grid .e-spin-show,
|
1105
|
-
.e-filemanager .e-grid .e-gridheader .e-emptyrow,
|
1106
|
-
.e-filemanager .e-grid .e-gridcontent .e-emptyrow,
|
1107
|
-
.e-fe-popup .e-upload .e-file-select-wrap,
|
1108
|
-
.e-fe-popup .e-upload .e-icons.e-file-delete-btn {
|
1109
|
-
display: none;
|
1110
|
-
}
|
1111
|
-
|
1112
|
-
@media (max-width: 469px) {
|
1113
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
1114
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
1115
|
-
min-width: 140px;
|
1116
|
-
width: calc(50% - 17px);
|
1117
|
-
}
|
1118
|
-
}
|
1119
|
-
@media (min-width: 470px) and (max-width: 625px) {
|
1120
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
1121
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
1122
|
-
min-width: 140px;
|
1123
|
-
width: calc(33.33% - 17px);
|
1124
|
-
}
|
1125
|
-
}
|
1126
|
-
.e-content-placeholder.e-filemanager.e-placeholder-filemanager {
|
1127
|
-
height: 100%;
|
1128
|
-
width: 100%;
|
1129
|
-
}
|
1130
|
-
|
1131
|
-
.e-filemanager {
|
1132
|
-
background: var(--color-sf-content-bg-color-alt1);
|
1133
|
-
border-color: var(--color-sf-border-light);
|
1134
|
-
}
|
1135
|
-
.e-filemanager .e-toolbar {
|
1136
|
-
border-bottom-color: var(--color-sf-border-light);
|
1137
|
-
}
|
1138
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active {
|
1139
|
-
background: var(--color-sf-content-bg-color-hover);
|
1140
|
-
border-color: var(--color-sf-content-bg-color-hover);
|
1141
|
-
}
|
1142
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover {
|
1143
|
-
background: var(--color-sf-content-bg-color-hover);
|
1144
|
-
border-color: var(--color-sf-content-bg-color-hover);
|
1145
|
-
}
|
1146
|
-
.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
|
1147
|
-
background: var(--color-sf-content-bg-color-hover);
|
1148
|
-
border-color: var(--color-sf-content-bg-color-hover);
|
1149
|
-
}
|
1150
|
-
.e-filemanager .e-address {
|
1151
|
-
border-bottom-color: var(--color-sf-border-light);
|
1152
|
-
}
|
1153
|
-
.e-filemanager .e-address .e-icons {
|
1154
|
-
color: var(--color-sf-icon-color);
|
1155
|
-
}
|
1156
|
-
.e-filemanager .e-address .e-list-text {
|
1157
|
-
color: var(--color-sf-content-text-color-alt2);
|
1158
|
-
}
|
1159
|
-
.e-filemanager .e-address .e-address-list-item {
|
1160
|
-
color: var(--color-sf-content-text-color-alt2);
|
1161
|
-
}
|
1162
|
-
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
1163
|
-
background: var(--color-sf-content-bg-color-hover);
|
1164
|
-
color: var(--color-sf-content-text-color-hover);
|
1165
|
-
}
|
1166
|
-
.e-filemanager .e-address .e-address-list-item:last-child .e-list-text {
|
1167
|
-
color: var(--color-sf-content-text-color);
|
1168
|
-
}
|
1169
|
-
.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 {
|
1170
|
-
background: var(--color-sf-content-bg-color-hover);
|
1171
|
-
color: var(--color-sf-content-text-color-hover);
|
1172
|
-
}
|
1173
|
-
.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active {
|
1174
|
-
background: var(--color-sf-content-bg-color-pressed);
|
1175
|
-
}
|
1176
|
-
.e-filemanager .e-address .e-address-list-item:focus .e-list-text {
|
1177
|
-
color: var(--color-sf-content-text-color-hover);
|
1178
|
-
}
|
1179
|
-
.e-filemanager .e-treeview .e-list-item.e-active > .e-fullrow {
|
1180
|
-
border: var(--color-sf-content-bg-color-selected);
|
1181
|
-
}
|
1182
|
-
.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover > .e-fullrow {
|
1183
|
-
border-color: var(--color-sf-primary);
|
1184
|
-
}
|
1185
|
-
.e-filemanager .e-grid .e-gridheader tr:first-child th {
|
1186
|
-
background: var(--color-sf-content-bg-color-alt1);
|
1187
|
-
}
|
1188
|
-
.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 {
|
1189
|
-
background: var(--color-sf-content-bg-color-hover);
|
1190
|
-
}
|
1191
|
-
.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover {
|
1192
|
-
background: var(--color-sf-content-bg-color-alt1);
|
1193
|
-
}
|
1194
|
-
.e-filemanager .e-grid td.e-active {
|
1195
|
-
background-color: var(--color-sf-content-bg-color-selected);
|
1196
|
-
color: var(--color-sf-content-text-color);
|
1197
|
-
}
|
1198
|
-
.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) {
|
1199
|
-
background-color: transparent;
|
1200
|
-
}
|
1201
|
-
.e-filemanager .e-large-icons .e-list-img {
|
1202
|
-
border-color: var(--color-sf-border-light);
|
1203
|
-
}
|
1204
|
-
.e-filemanager .e-large-icons .e-active {
|
1205
|
-
color: var(--color-sf-content-text-color);
|
1206
|
-
}
|
1207
|
-
.e-filemanager .e-large-icons .e-large-icon {
|
1208
|
-
border-color: transparent;
|
1209
|
-
}
|
1210
|
-
.e-filemanager .e-large-icons .e-large-icon.e-active {
|
1211
|
-
background: var(--color-sf-content-bg-color-selected);
|
1212
|
-
border-color: var(--color-sf-content-bg-color-selected);
|
1213
|
-
}
|
1214
|
-
.e-filemanager .e-large-icons .e-large-icon.e-hover, .e-filemanager .e-large-icons .e-large-icon:hover {
|
1215
|
-
background: var(--color-sf-content-bg-color-hover);
|
1216
|
-
border-color: var(--color-sf-content-bg-color-hover);
|
1217
|
-
color: var(--color-sf-content-text-color-focus);
|
1218
|
-
}
|
1219
|
-
.e-filemanager .e-large-icons .e-large-icon.e-active.e-hover, .e-filemanager .e-large-icons .e-large-icon.e-active:hover {
|
1220
|
-
background: var(--color-sf-content-bg-color-selected);
|
1221
|
-
border-color: var(--color-sf-content-bg-color-selected);
|
1222
|
-
color: var(--color-sf-content-text-color-selected);
|
1223
|
-
}
|
1224
|
-
.e-filemanager .e-large-icons .e-large-icon.e-focus {
|
1225
|
-
border-color: var(--color-sf-content-bg-color-selected);
|
1226
|
-
}
|
1227
|
-
.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 {
|
1228
|
-
border-color: var(--color-sf-primary);
|
1229
|
-
}
|
1230
|
-
.e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check {
|
1231
|
-
background-color: var(--color-sf-primary);
|
1232
|
-
color: var(--color-sf-primary-text-color);
|
1233
|
-
}
|
1234
|
-
.e-filemanager .e-fe-clone .e-fe-content {
|
1235
|
-
background-color: var(--color-sf-content-bg-color-alt3);
|
1236
|
-
color: var(--color-sf-content-text-color);
|
1237
|
-
}
|
1238
|
-
.e-filemanager .e-fe-clone .e-fe-count {
|
1239
|
-
background-color: var(--color-sf-primary);
|
1240
|
-
border-color: var(--color-sf-primary-text-color);
|
1241
|
-
color: var(--color-sf-primary-text-color);
|
1242
|
-
}
|
1243
|
-
.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 {
|
1244
|
-
background: transparent;
|
1245
|
-
border-color: transparent;
|
1246
|
-
}
|
1247
|
-
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-focus {
|
1248
|
-
border-color: transparent;
|
1249
|
-
}
|
1250
|
-
.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-active {
|
1251
|
-
background: var(--color-sf-content-bg-color-selected);
|
1252
|
-
border-color: var(--color-sf-content-bg-color-selected);
|
1253
|
-
}
|
1254
|
-
|
1255
|
-
.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot,
|
1256
|
-
.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,
|
1257
|
-
.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,
|
1258
|
-
.e-fe-popup.e-contextmenu-container ul .e-menu-item .e-fe-tick {
|
1259
|
-
color: var(--color-sf-icon-color);
|
1260
|
-
}
|
1261
|
-
.e-fe-popup.e-dialog td {
|
1262
|
-
color: var(--color-sf-content-text-color);
|
1263
|
-
}
|
1264
|
-
.e-fe-popup.e-dialog td:first-child {
|
1265
|
-
color: var(--color-sf-content-text-color-alt2);
|
1266
|
-
}
|
1267
|
-
.e-fe-popup .e-fe-error {
|
1268
|
-
color: var(--color-sf-danger);
|
1269
|
-
}
|
1270
|
-
.e-fe-popup .e-upload .e-upload-actions {
|
1271
|
-
border-bottom-color: var(--color-sf-border-light);
|
1272
|
-
}
|
1273
|
-
|
1274
|
-
.e-filemanager.e-fe-mobile .e-toolbar,
|
1275
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar,
|
1276
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar {
|
1277
|
-
height: 48px;
|
1278
|
-
min-height: 48px;
|
1279
|
-
}
|
1280
|
-
.e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
|
1281
|
-
.e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
|
1282
|
-
.e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
|
1283
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
|
1284
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
|
1285
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
|
1286
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons,
|
1287
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons,
|
1288
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
|
1289
|
-
font-size: 20px;
|
1290
|
-
}
|
1291
|
-
.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,
|
1292
|
-
.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,
|
1293
|
-
.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 {
|
1294
|
-
padding-top: 0;
|
1295
|
-
}
|
1296
|
-
.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,
|
1297
|
-
.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,
|
1298
|
-
.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 {
|
1299
|
-
padding-left: 0;
|
1300
|
-
}
|
1301
|
-
.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,
|
1302
|
-
.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,
|
1303
|
-
.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 {
|
1304
|
-
padding-top: 3px;
|
1305
|
-
}
|
1306
|
-
.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,
|
1307
|
-
.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,
|
1308
|
-
.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 {
|
1309
|
-
padding-top: 3px;
|
1310
|
-
}
|
1311
|
-
.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,
|
1312
|
-
.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,
|
1313
|
-
.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 {
|
1314
|
-
padding-top: 2px;
|
1315
|
-
}
|
1316
|
-
.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,
|
1317
|
-
.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,
|
1318
|
-
.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 {
|
1319
|
-
padding: 0 0 0 2px;
|
1320
|
-
}
|
1321
|
-
.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,
|
1322
|
-
.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,
|
1323
|
-
.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 {
|
1324
|
-
padding: 4px 2px 0 2px;
|
1325
|
-
}
|
1326
|
-
.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,
|
1327
|
-
.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,
|
1328
|
-
.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 {
|
1329
|
-
padding-top: 3px;
|
1330
|
-
}
|
1331
|
-
.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,
|
1332
|
-
.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,
|
1333
|
-
.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 {
|
1334
|
-
padding-left: 4px;
|
1335
|
-
}
|
1336
|
-
.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,
|
1337
|
-
.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,
|
1338
|
-
.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 {
|
1339
|
-
padding-left: 2px;
|
1340
|
-
padding-top: 3px;
|
1341
|
-
}
|
1342
|
-
.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,
|
1343
|
-
.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,
|
1344
|
-
.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 {
|
1345
|
-
padding-left: 4px;
|
1346
|
-
}
|
1347
|
-
.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,
|
1348
|
-
.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,
|
1349
|
-
.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 {
|
1350
|
-
padding-left: 2px;
|
1351
|
-
padding-top: 1px;
|
1352
|
-
}
|
1353
|
-
.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,
|
1354
|
-
.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,
|
1355
|
-
.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 {
|
1356
|
-
padding-left: 4px;
|
1357
|
-
}
|
1358
|
-
.e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort,
|
1359
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort,
|
1360
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort {
|
1361
|
-
display: inline-block;
|
1362
|
-
margin: 0;
|
1363
|
-
width: 14px;
|
1364
|
-
}
|
1365
|
-
.e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,
|
1366
|
-
.e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text,
|
1367
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,
|
1368
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text,
|
1369
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text,
|
1370
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text {
|
1371
|
-
display: none;
|
1372
|
-
}
|
1373
|
-
.e-filemanager.e-fe-mobile .e-splitter .e-split-bar,
|
1374
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-splitter .e-split-bar,
|
1375
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-splitter .e-split-bar {
|
1376
|
-
display: none;
|
1377
|
-
}
|
1378
|
-
.e-filemanager.e-fe-mobile .e-address,
|
1379
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-address,
|
1380
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-address {
|
1381
|
-
height: 40px;
|
1382
|
-
}
|
1383
|
-
.e-filemanager.e-fe-mobile .e-address .e-addressbar-ul,
|
1384
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-addressbar-ul,
|
1385
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-addressbar-ul {
|
1386
|
-
height: 40px;
|
1387
|
-
}
|
1388
|
-
.e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons,
|
1389
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons,
|
1390
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-address-list-item .e-icons {
|
1391
|
-
font-size: 16px;
|
1392
|
-
}
|
1393
|
-
.e-filemanager.e-fe-mobile .e-address .e-list-text,
|
1394
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-list-text,
|
1395
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-list-text {
|
1396
|
-
font-size: 16px;
|
1397
|
-
}
|
1398
|
-
.e-filemanager.e-fe-mobile .e-address .e-search-wrap,
|
1399
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap,
|
1400
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap {
|
1401
|
-
min-width: 47px;
|
1402
|
-
width: auto;
|
1403
|
-
}
|
1404
|
-
.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group,
|
1405
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group,
|
1406
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group {
|
1407
|
-
display: none;
|
1408
|
-
height: 40px;
|
1409
|
-
width: 100%;
|
1410
|
-
}
|
1411
|
-
.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon,
|
1412
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon,
|
1413
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon {
|
1414
|
-
margin: 2px 8px 0;
|
1415
|
-
}
|
1416
|
-
.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input,
|
1417
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input,
|
1418
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input {
|
1419
|
-
margin: 0 0 0 29px;
|
1420
|
-
}
|
1421
|
-
.e-filemanager.e-fe-mobile .e-address .e-fe-search,
|
1422
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-address .e-fe-search,
|
1423
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-address .e-fe-search {
|
1424
|
-
font-size: 20px;
|
1425
|
-
margin: 3px 0;
|
1426
|
-
right: 13px;
|
1427
|
-
}
|
1428
|
-
.e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon,
|
1429
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon,
|
1430
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon {
|
1431
|
-
height: 32px;
|
1432
|
-
width: 32px;
|
1433
|
-
}
|
1434
|
-
.e-filemanager.e-fe-mobile .e-grid .e-gridheader,
|
1435
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridheader,
|
1436
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridheader {
|
1437
|
-
display: none;
|
1438
|
-
}
|
1439
|
-
.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell,
|
1440
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell,
|
1441
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell {
|
1442
|
-
border-bottom: 1px solid;
|
1443
|
-
border-bottom-color: var(--color-sf-border-light);
|
1444
|
-
}
|
1445
|
-
.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox,
|
1446
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox,
|
1447
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox {
|
1448
|
-
padding: 0;
|
1449
|
-
}
|
1450
|
-
.e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon,
|
1451
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon,
|
1452
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon {
|
1453
|
-
padding-left: 10px;
|
1454
|
-
padding-right: 10px;
|
1455
|
-
}
|
1456
|
-
.e-filemanager.e-fe-mobile .e-grid .e-fe-text,
|
1457
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-text,
|
1458
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-text {
|
1459
|
-
overflow: hidden;
|
1460
|
-
text-overflow: ellipsis;
|
1461
|
-
white-space: nowrap;
|
1462
|
-
}
|
1463
|
-
.e-filemanager.e-fe-mobile .e-grid .e-fe-text,
|
1464
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-text,
|
1465
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-text {
|
1466
|
-
font-size: 16px;
|
1467
|
-
line-height: 22px;
|
1468
|
-
}
|
1469
|
-
.e-filemanager.e-fe-mobile .e-grid .e-fe-date,
|
1470
|
-
.e-filemanager.e-fe-mobile .e-grid .e-fe-size,
|
1471
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-date,
|
1472
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-size,
|
1473
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-date,
|
1474
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-size {
|
1475
|
-
color: var(--color-sf-content-text-color-alt3);
|
1476
|
-
}
|
1477
|
-
.e-filemanager.e-fe-mobile .e-large-icons,
|
1478
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons,
|
1479
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons {
|
1480
|
-
height: calc(100% - 40px);
|
1481
|
-
}
|
1482
|
-
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent,
|
1483
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent,
|
1484
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent {
|
1485
|
-
padding: 0;
|
1486
|
-
}
|
1487
|
-
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
1488
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
1489
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
1490
|
-
display: inline-table;
|
1491
|
-
height: 94px;
|
1492
|
-
margin: 8px 4px;
|
1493
|
-
width: 94px;
|
1494
|
-
}
|
1495
|
-
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper, .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item:hover .e-checkbox-wrapper,
|
1496
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper,
|
1497
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item:hover .e-checkbox-wrapper,
|
1498
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper,
|
1499
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item:hover .e-checkbox-wrapper {
|
1500
|
-
visibility: hidden;
|
1501
|
-
padding: 0;
|
1502
|
-
}
|
1503
|
-
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper,
|
1504
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper,
|
1505
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper {
|
1506
|
-
visibility: visible;
|
1507
|
-
padding: 0;
|
1508
|
-
}
|
1509
|
-
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper,
|
1510
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper,
|
1511
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper {
|
1512
|
-
z-index: 999;
|
1513
|
-
}
|
1514
|
-
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text,
|
1515
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text,
|
1516
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text {
|
1517
|
-
margin: 0 auto;
|
1518
|
-
width: 94px;
|
1519
|
-
}
|
1520
|
-
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img,
|
1521
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img,
|
1522
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img {
|
1523
|
-
margin: 11px auto;
|
1524
|
-
max-height: 94px;
|
1525
|
-
max-width: 94px;
|
1526
|
-
}
|
1527
|
-
.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
|
1528
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon,
|
1529
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon {
|
1530
|
-
height: 40px;
|
1531
|
-
margin: 11px auto 0;
|
1532
|
-
width: 40px;
|
1533
|
-
}
|
1534
|
-
.e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
|
1535
|
-
.e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper,
|
1536
|
-
.e-bigger .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
|
1537
|
-
.e-bigger .e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper,
|
1538
|
-
.e-filemanager.e-bigger.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper,
|
1539
|
-
.e-filemanager.e-bigger.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper {
|
1540
|
-
visibility: visible;
|
1541
|
-
padding: 0;
|
1542
|
-
}
|
1543
|
-
.e-filemanager.e-fe-m-filter .e-address .e-search-wrap,
|
1544
|
-
.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap,
|
1545
|
-
.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap {
|
1546
|
-
margin: 0;
|
1547
|
-
padding: 0;
|
1548
|
-
position: absolute;
|
1549
|
-
width: 100%;
|
1550
|
-
}
|
1551
|
-
.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group,
|
1552
|
-
.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group,
|
1553
|
-
.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group {
|
1554
|
-
display: -webkit-inline-box;
|
1555
|
-
display: -ms-inline-flexbox;
|
1556
|
-
display: inline-flex;
|
1557
|
-
}
|
1558
|
-
.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input,
|
1559
|
-
.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input,
|
1560
|
-
.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input {
|
1561
|
-
height: auto;
|
1562
|
-
margin-left: 45px;
|
1563
|
-
}
|
1564
|
-
.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search,
|
1565
|
-
.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search,
|
1566
|
-
.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-fe-search {
|
1567
|
-
left: 0;
|
1568
|
-
margin-left: 8px;
|
1569
|
-
margin-top: 3px;
|
1570
|
-
width: 30px;
|
1571
|
-
}
|
1572
|
-
.e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul,
|
1573
|
-
.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul,
|
1574
|
-
.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-addressbar-ul {
|
1575
|
-
visibility: hidden;
|
1576
|
-
}
|
1577
|
-
.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input,
|
1578
|
-
.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input,
|
1579
|
-
.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input {
|
1580
|
-
margin-right: 45px;
|
1581
|
-
}
|
1582
|
-
.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search,
|
1583
|
-
.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search,
|
1584
|
-
.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search {
|
1585
|
-
-webkit-transform: rotate(180deg);
|
1586
|
-
transform: rotate(180deg);
|
1587
|
-
}
|
1588
|
-
.e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,
|
1589
|
-
.e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon,
|
1590
|
-
.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,
|
1591
|
-
.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon,
|
1592
|
-
.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-grid-icon,
|
1593
|
-
.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon {
|
1594
|
-
padding-right: 10px;
|
1595
|
-
}
|
1596
|
-
|
1597
|
-
.e-fe-popup.e-bigger.e-dialog .e-dlg-header-content,
|
1598
|
-
.e-bigger .e-fe-popup.e-dialog .e-dlg-header-content {
|
1599
|
-
padding: 21px;
|
1600
|
-
}
|
1601
|
-
.e-fe-popup.e-bigger.e-dialog td,
|
1602
|
-
.e-bigger .e-fe-popup.e-dialog td {
|
1603
|
-
overflow: hidden;
|
1604
|
-
text-overflow: ellipsis;
|
1605
|
-
white-space: nowrap;
|
1606
|
-
font-size: 16px;
|
1607
|
-
max-width: 205px;
|
1608
|
-
min-width: 45px;
|
1609
|
-
padding: 8px 30px 8px 0;
|
1610
|
-
}
|
1611
|
-
|
1612
|
-
.e-bigger .e-filemanager .e-toolbar,
|
1613
|
-
.e-filemanager.e-bigger .e-toolbar {
|
1614
|
-
height: 48px;
|
1615
|
-
min-height: 48px;
|
1616
|
-
}
|
1617
|
-
.e-bigger .e-filemanager .e-toolbar .e-toolbar-item:not(.e-separator),
|
1618
|
-
.e-filemanager.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator) {
|
1619
|
-
min-height: 48px;
|
1620
|
-
padding: 4px;
|
1621
|
-
}
|
1622
|
-
.e-bigger .e-filemanager .e-toolbar .e-popup-up-icon.e-icons,
|
1623
|
-
.e-bigger .e-filemanager .e-toolbar .e-popup-down-icon.e-icons,
|
1624
|
-
.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons,
|
1625
|
-
.e-filemanager.e-bigger .e-toolbar .e-popup-up-icon.e-icons,
|
1626
|
-
.e-filemanager.e-bigger .e-toolbar .e-popup-down-icon.e-icons,
|
1627
|
-
.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons {
|
1628
|
-
font-size: 20px;
|
1629
|
-
}
|
1630
|
-
.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn,
|
1631
|
-
.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn {
|
1632
|
-
padding: 0 6px;
|
1633
|
-
}
|
1634
|
-
.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active, .e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover, .e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus,
|
1635
|
-
.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active,
|
1636
|
-
.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover,
|
1637
|
-
.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus {
|
1638
|
-
padding: 0 6px;
|
1639
|
-
}
|
1640
|
-
.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,
|
1641
|
-
.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 {
|
1642
|
-
padding: 0 10px;
|
1643
|
-
}
|
1644
|
-
.e-bigger .e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret,
|
1645
|
-
.e-filemanager.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret {
|
1646
|
-
padding: 0 10px;
|
1647
|
-
}
|
1648
|
-
.e-bigger .e-filemanager .e-treeview > .e-ul,
|
1649
|
-
.e-filemanager.e-bigger .e-treeview > .e-ul {
|
1650
|
-
padding-left: 12px;
|
1651
|
-
}
|
1652
|
-
.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow,
|
1653
|
-
.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-fullrow {
|
1654
|
-
height: 40px;
|
1655
|
-
}
|
1656
|
-
.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text,
|
1657
|
-
.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text {
|
1658
|
-
height: 38px;
|
1659
|
-
line-height: 38px;
|
1660
|
-
}
|
1661
|
-
.e-bigger .e-filemanager .e-address,
|
1662
|
-
.e-filemanager.e-bigger .e-address {
|
1663
|
-
height: 48px;
|
1664
|
-
}
|
1665
|
-
.e-bigger .e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu,
|
1666
|
-
.e-filemanager.e-bigger .e-address .e-breadcrumb-menu .e-breadcrumb-submenu {
|
1667
|
-
height: 27px;
|
1668
|
-
}
|
1669
|
-
.e-bigger .e-filemanager .e-address .e-address-list-item,
|
1670
|
-
.e-filemanager.e-bigger .e-address .e-address-list-item {
|
1671
|
-
height: 22px;
|
1672
|
-
}
|
1673
|
-
.e-bigger .e-filemanager .e-address .e-address-list-item .e-icons,
|
1674
|
-
.e-filemanager.e-bigger .e-address .e-address-list-item .e-icons {
|
1675
|
-
font-size: 16px;
|
1676
|
-
}
|
1677
|
-
.e-bigger .e-filemanager .e-address .e-addressbar-ul,
|
1678
|
-
.e-filemanager.e-bigger .e-address .e-addressbar-ul {
|
1679
|
-
padding: 12px 10px 14px 16px;
|
1680
|
-
}
|
1681
|
-
.e-bigger .e-filemanager .e-address .e-list-text,
|
1682
|
-
.e-filemanager.e-bigger .e-address .e-list-text {
|
1683
|
-
font-size: 16px;
|
1684
|
-
line-height: 22px;
|
1685
|
-
padding: 8px 8px 10px;
|
1686
|
-
}
|
1687
|
-
.e-bigger .e-filemanager .e-address .e-search-wrap,
|
1688
|
-
.e-filemanager.e-bigger .e-address .e-search-wrap {
|
1689
|
-
min-width: 51px;
|
1690
|
-
padding: 3.5px 10px 0 16px;
|
1691
|
-
}
|
1692
|
-
.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group,
|
1693
|
-
.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group {
|
1694
|
-
height: 40px;
|
1695
|
-
}
|
1696
|
-
.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group .e-input:focus,
|
1697
|
-
.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-input:focus {
|
1698
|
-
padding: 0;
|
1699
|
-
}
|
1700
|
-
.e-bigger .e-filemanager .e-address .e-fe-search,
|
1701
|
-
.e-filemanager.e-bigger .e-address .e-fe-search {
|
1702
|
-
margin: 7px 0;
|
1703
|
-
}
|
1704
|
-
.e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame,
|
1705
|
-
.e-filemanager.e-bigger .e-grid .e-checkbox-wrapper .e-frame {
|
1706
|
-
border-width: 1px;
|
1707
|
-
line-height: 14px;
|
1708
|
-
height: 16px;
|
1709
|
-
width: 16px;
|
1710
|
-
font-size: 10px;
|
1711
|
-
margin: 0;
|
1712
|
-
}
|
1713
|
-
.e-bigger .e-filemanager .e-grid .e-gridheader .e-headercell,
|
1714
|
-
.e-filemanager.e-bigger .e-grid .e-gridheader .e-headercell {
|
1715
|
-
height: 36px;
|
1716
|
-
}
|
1717
|
-
.e-bigger .e-filemanager .e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv,
|
1718
|
-
.e-filemanager.e-bigger .e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
1719
|
-
margin-left: -6px;
|
1720
|
-
}
|
1721
|
-
.e-bigger .e-filemanager .e-grid .e-gridheader .e-headertext,
|
1722
|
-
.e-filemanager.e-bigger .e-grid .e-gridheader .e-headertext {
|
1723
|
-
font-size: 14px;
|
1724
|
-
}
|
1725
|
-
.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell,
|
1726
|
-
.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell,
|
1727
|
-
.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell,
|
1728
|
-
.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell {
|
1729
|
-
font-size: 14px;
|
1730
|
-
}
|
1731
|
-
.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell .e-fe-text,
|
1732
|
-
.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell .e-fe-text,
|
1733
|
-
.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell .e-fe-text,
|
1734
|
-
.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell .e-fe-text {
|
1735
|
-
font-size: 16px;
|
1736
|
-
}
|
1737
|
-
.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-checkbox,
|
1738
|
-
.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-checkbox,
|
1739
|
-
.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-checkbox,
|
1740
|
-
.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-checkbox {
|
1741
|
-
padding-left: 10px;
|
1742
|
-
}
|
1743
|
-
.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon,
|
1744
|
-
.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon,
|
1745
|
-
.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-grid-icon,
|
1746
|
-
.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-grid-icon {
|
1747
|
-
padding-left: 16px;
|
1748
|
-
}
|
1749
|
-
.e-bigger .e-filemanager .e-grid .e-fe-icon,
|
1750
|
-
.e-filemanager.e-bigger .e-grid .e-fe-icon {
|
1751
|
-
margin: 0 12px 0 0;
|
1752
|
-
}
|
1753
|
-
.e-bigger .e-filemanager .e-grid .e-empty,
|
1754
|
-
.e-filemanager.e-bigger .e-grid .e-empty {
|
1755
|
-
min-width: 300px;
|
1756
|
-
}
|
1757
|
-
.e-bigger .e-filemanager .e-grid .e-empty-content,
|
1758
|
-
.e-filemanager.e-bigger .e-grid .e-empty-content {
|
1759
|
-
font-size: 22px;
|
1760
|
-
margin: 0 auto;
|
1761
|
-
padding: 12px;
|
1762
|
-
text-align: center;
|
1763
|
-
}
|
1764
|
-
.e-bigger .e-filemanager .e-grid .e-empty-icon,
|
1765
|
-
.e-filemanager.e-bigger .e-grid .e-empty-icon {
|
1766
|
-
height: 92px;
|
1767
|
-
margin: 0 auto;
|
1768
|
-
width: 92px;
|
1769
|
-
}
|
1770
|
-
.e-bigger .e-filemanager .e-grid .e-empty-inner-content,
|
1771
|
-
.e-filemanager.e-bigger .e-grid .e-empty-inner-content {
|
1772
|
-
font-size: 14px;
|
1773
|
-
margin: 0 auto;
|
1774
|
-
padding: 6px;
|
1775
|
-
text-align: center;
|
1776
|
-
}
|
1777
|
-
.e-bigger .e-filemanager .e-grid .e-empty-inner-content,
|
1778
|
-
.e-filemanager.e-bigger .e-grid .e-empty-inner-content {
|
1779
|
-
opacity: 0.5;
|
1780
|
-
}
|
1781
|
-
.e-bigger .e-filemanager .e-grid.e-rtl .e-checkbox-wrapper .e-frame,
|
1782
|
-
.e-filemanager.e-bigger .e-grid.e-rtl .e-checkbox-wrapper .e-frame {
|
1783
|
-
margin-right: -10px;
|
1784
|
-
}
|
1785
|
-
.e-bigger .e-filemanager .e-large-icons,
|
1786
|
-
.e-filemanager.e-bigger .e-large-icons {
|
1787
|
-
height: calc(100% - 48px);
|
1788
|
-
}
|
1789
|
-
.e-bigger .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame,
|
1790
|
-
.e-filemanager.e-bigger .e-large-icons .e-checkbox-wrapper .e-frame {
|
1791
|
-
border-width: 1px;
|
1792
|
-
line-height: 14px;
|
1793
|
-
height: 16px;
|
1794
|
-
width: 16px;
|
1795
|
-
font-size: 10px;
|
1796
|
-
margin: 0;
|
1797
|
-
}
|
1798
|
-
.e-bigger .e-filemanager .e-large-icons .e-list-parent,
|
1799
|
-
.e-filemanager.e-bigger .e-large-icons .e-list-parent {
|
1800
|
-
padding: 0 6px;
|
1801
|
-
}
|
1802
|
-
.e-bigger .e-filemanager .e-large-icons .e-list-item,
|
1803
|
-
.e-filemanager.e-bigger .e-large-icons .e-list-item {
|
1804
|
-
height: 106px;
|
1805
|
-
margin: 12px 6px;
|
1806
|
-
width: 100px;
|
1807
|
-
}
|
1808
|
-
.e-bigger .e-filemanager .e-large-icons .e-text-content,
|
1809
|
-
.e-filemanager.e-bigger .e-large-icons .e-text-content {
|
1810
|
-
height: 100px;
|
1811
|
-
}
|
1812
|
-
.e-bigger .e-filemanager .e-large-icons .e-list-text,
|
1813
|
-
.e-filemanager.e-bigger .e-large-icons .e-list-text {
|
1814
|
-
font-size: 14px;
|
1815
|
-
padding: 4px 2px 2px;
|
1816
|
-
width: 94px;
|
1817
|
-
}
|
1818
|
-
.e-bigger .e-filemanager .e-large-icons .e-list-img,
|
1819
|
-
.e-filemanager.e-bigger .e-large-icons .e-list-img {
|
1820
|
-
max-height: 79px;
|
1821
|
-
max-width: 94px;
|
1822
|
-
}
|
1823
|
-
.e-bigger .e-filemanager .e-large-icons .e-list-icon,
|
1824
|
-
.e-filemanager.e-bigger .e-large-icons .e-list-icon {
|
1825
|
-
height: 52px;
|
1826
|
-
margin: 11px auto;
|
1827
|
-
width: 52px;
|
1828
|
-
}
|
1829
|
-
.e-bigger .e-filemanager .e-large-icons .e-empty,
|
1830
|
-
.e-filemanager.e-bigger .e-large-icons .e-empty {
|
1831
|
-
min-width: 300px;
|
1832
|
-
}
|
1833
|
-
.e-bigger .e-filemanager .e-large-icons .e-empty-content,
|
1834
|
-
.e-filemanager.e-bigger .e-large-icons .e-empty-content {
|
1835
|
-
font-size: 22px;
|
1836
|
-
margin: 0 auto;
|
1837
|
-
padding: 12px;
|
1838
|
-
text-align: center;
|
1839
|
-
}
|
1840
|
-
.e-bigger .e-filemanager .e-large-icons .e-empty-icon,
|
1841
|
-
.e-filemanager.e-bigger .e-large-icons .e-empty-icon {
|
1842
|
-
height: 52px;
|
1843
|
-
margin: 0 auto;
|
1844
|
-
width: 52px;
|
1845
|
-
}
|
1846
|
-
.e-bigger .e-filemanager .e-large-icons .e-empty-inner-content,
|
1847
|
-
.e-filemanager.e-bigger .e-large-icons .e-empty-inner-content {
|
1848
|
-
font-size: 14px;
|
1849
|
-
margin: 0 auto;
|
1850
|
-
padding: 4px;
|
1851
|
-
text-align: center;
|
1852
|
-
}
|
1853
|
-
.e-bigger .e-filemanager .e-large-icons .e-empty-inner-content,
|
1854
|
-
.e-filemanager.e-bigger .e-large-icons .e-empty-inner-content {
|
1855
|
-
opacity: 0.5;
|
1856
|
-
}
|
1857
|
-
.e-bigger .e-filemanager.e-rtl .e-treeview > .e-ul,
|
1858
|
-
.e-filemanager.e-bigger.e-rtl .e-treeview > .e-ul {
|
1859
|
-
padding: 0 12px 0 0;
|
1860
|
-
}
|
1861
|
-
.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-checkbox,
|
1862
|
-
.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-checkbox,
|
1863
|
-
.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-checkbox,
|
1864
|
-
.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-checkbox {
|
1865
|
-
padding-right: 16px;
|
1866
|
-
}
|
1867
|
-
.e-bigger .e-filemanager .e-fe-overlay,
|
1868
|
-
.e-filemanager.e-bigger .e-fe-overlay {
|
1869
|
-
height: calc(100% - 41px);
|
1870
|
-
height: calc(100% - 88px);
|
1871
|
-
}
|
1872
|
-
|
1873
|
-
@media (max-width: 469px) {
|
1874
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
1875
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
1876
|
-
min-width: 140px;
|
1877
|
-
width: calc(50% - 17px);
|
1878
|
-
}
|
1879
|
-
}
|
1880
|
-
@media (min-width: 470px) and (max-width: 625px) {
|
1881
|
-
.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item,
|
1882
|
-
.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item {
|
1883
|
-
min-width: 140px;
|
1884
|
-
width: calc(33.33% - 17px);
|
1885
|
-
}
|
1886
|
-
}
|