@syncfusion/ej2-vue-inputs 20.1.48 → 20.1.59
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/CHANGELOG.md +0 -17
- package/README.md +15 -2
- package/dist/ej2-vue-inputs.umd.min.js +11 -2
- package/dist/es6/ej2-vue-inputs.es2015.js +151 -16
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +98 -9
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +8 -14
- package/src/color-picker/colorpicker.component.d.ts +1 -0
- package/src/color-picker/colorpicker.component.js +11 -1
- package/src/maskedtextbox/maskedtextbox.component.d.ts +1 -0
- package/src/maskedtextbox/maskedtextbox.component.js +11 -1
- package/src/numerictextbox/numerictextbox.component.d.ts +1 -0
- package/src/numerictextbox/numerictextbox.component.js +11 -1
- package/src/signature/signature.component.d.ts +1 -0
- package/src/signature/signature.component.js +10 -1
- package/src/slider/slider.component.d.ts +1 -0
- package/src/slider/slider.component.js +11 -1
- package/src/textbox/textbox.component.d.ts +1 -0
- package/src/textbox/textbox.component.js +11 -1
- package/src/uploader/files.directive.d.ts +3 -1
- package/src/uploader/files.directive.js +24 -2
- package/src/uploader/uploader.component.d.ts +1 -0
- package/src/uploader/uploader.component.js +10 -1
- package/styles/bootstrap-dark.css +135 -670
- package/styles/bootstrap.css +132 -667
- package/styles/bootstrap4.css +131 -696
- package/styles/bootstrap5-dark.css +247 -757
- package/styles/bootstrap5.css +247 -757
- package/styles/color-picker/bootstrap-dark.css +27 -194
- package/styles/color-picker/bootstrap.css +27 -194
- package/styles/color-picker/bootstrap4.css +27 -209
- package/styles/color-picker/bootstrap5-dark.css +52 -221
- package/styles/color-picker/bootstrap5.css +52 -221
- package/styles/color-picker/fabric-dark.css +27 -194
- package/styles/color-picker/fabric.css +27 -194
- package/styles/color-picker/fluent-dark.css +735 -0
- package/styles/color-picker/fluent-dark.scss +1 -0
- package/styles/color-picker/fluent.css +735 -0
- package/styles/color-picker/fluent.scss +1 -0
- package/styles/color-picker/highcontrast-light.css +27 -194
- package/styles/color-picker/highcontrast.css +27 -194
- package/styles/color-picker/material-dark.css +27 -195
- package/styles/color-picker/material.css +27 -196
- package/styles/color-picker/tailwind-dark.css +36 -207
- package/styles/color-picker/tailwind.css +36 -207
- package/styles/fabric-dark.css +130 -667
- package/styles/fabric.css +129 -666
- package/styles/fluent-dark.css +6806 -0
- package/styles/fluent-dark.scss +8 -0
- package/styles/fluent.css +6806 -0
- package/styles/fluent.scss +8 -0
- package/styles/highcontrast-light.css +138 -687
- package/styles/highcontrast.css +138 -687
- package/styles/input/bootstrap-dark.css +44 -46
- package/styles/input/bootstrap.css +41 -43
- package/styles/input/bootstrap4.css +41 -43
- package/styles/input/bootstrap5-dark.css +119 -64
- package/styles/input/bootstrap5.css +119 -64
- package/styles/input/fabric-dark.css +39 -40
- package/styles/input/fabric.css +39 -40
- package/styles/input/fluent-dark.css +4594 -0
- package/styles/input/fluent-dark.scss +1 -0
- package/styles/input/fluent.css +4594 -0
- package/styles/input/fluent.scss +1 -0
- package/styles/input/highcontrast-light.css +40 -42
- package/styles/input/highcontrast.css +40 -42
- package/styles/input/material-dark.css +94 -129
- package/styles/input/material.css +94 -130
- package/styles/input/tailwind-dark.css +126 -71
- package/styles/input/tailwind.css +126 -71
- package/styles/maskedtextbox/bootstrap-dark.css +1 -1
- package/styles/maskedtextbox/bootstrap.css +1 -1
- package/styles/maskedtextbox/bootstrap4.css +1 -1
- package/styles/maskedtextbox/bootstrap5-dark.css +1 -1
- package/styles/maskedtextbox/bootstrap5.css +1 -1
- package/styles/maskedtextbox/fabric-dark.css +1 -1
- package/styles/maskedtextbox/fabric.css +1 -1
- package/styles/maskedtextbox/fluent-dark.css +26 -0
- package/styles/maskedtextbox/fluent-dark.scss +1 -0
- package/styles/maskedtextbox/fluent.css +26 -0
- package/styles/maskedtextbox/fluent.scss +1 -0
- package/styles/maskedtextbox/highcontrast-light.css +1 -1
- package/styles/maskedtextbox/highcontrast.css +1 -1
- package/styles/maskedtextbox/material-dark.css +1 -2
- package/styles/maskedtextbox/material.css +1 -3
- package/styles/maskedtextbox/tailwind-dark.css +1 -1
- package/styles/maskedtextbox/tailwind.css +1 -1
- package/styles/material-dark.css +188 -786
- package/styles/material.css +188 -791
- package/styles/numerictextbox/bootstrap-dark.css +6 -8
- package/styles/numerictextbox/bootstrap.css +6 -8
- package/styles/numerictextbox/bootstrap4.css +6 -7
- package/styles/numerictextbox/bootstrap5-dark.css +6 -7
- package/styles/numerictextbox/bootstrap5.css +6 -7
- package/styles/numerictextbox/fabric-dark.css +6 -7
- package/styles/numerictextbox/fabric.css +6 -7
- package/styles/numerictextbox/fluent-dark.css +58 -0
- package/styles/numerictextbox/fluent-dark.scss +1 -0
- package/styles/numerictextbox/fluent.css +58 -0
- package/styles/numerictextbox/fluent.scss +1 -0
- package/styles/numerictextbox/highcontrast-light.css +6 -7
- package/styles/numerictextbox/highcontrast.css +6 -7
- package/styles/numerictextbox/material-dark.css +6 -8
- package/styles/numerictextbox/material.css +6 -9
- package/styles/numerictextbox/tailwind-dark.css +6 -7
- package/styles/numerictextbox/tailwind.css +6 -7
- package/styles/signature/bootstrap-dark.css +1 -1
- package/styles/signature/bootstrap.css +1 -1
- package/styles/signature/bootstrap4.css +1 -1
- package/styles/signature/bootstrap5-dark.css +1 -1
- package/styles/signature/bootstrap5.css +1 -1
- package/styles/signature/fabric-dark.css +1 -1
- package/styles/signature/fabric.css +1 -1
- package/styles/signature/fluent-dark.css +9 -0
- package/styles/signature/fluent-dark.scss +1 -0
- package/styles/signature/fluent.css +9 -0
- package/styles/signature/fluent.scss +1 -0
- package/styles/signature/highcontrast-light.css +1 -1
- package/styles/signature/highcontrast.css +1 -1
- package/styles/signature/material-dark.css +1 -1
- package/styles/signature/material.css +1 -1
- package/styles/signature/tailwind-dark.css +1 -1
- package/styles/signature/tailwind.css +1 -1
- package/styles/slider/bootstrap-dark.css +2 -91
- package/styles/slider/bootstrap.css +2 -91
- package/styles/slider/bootstrap4.css +1 -106
- package/styles/slider/bootstrap5-dark.css +14 -134
- package/styles/slider/bootstrap5.css +14 -134
- package/styles/slider/fabric-dark.css +2 -96
- package/styles/slider/fabric.css +1 -95
- package/styles/slider/fluent-dark.css +528 -0
- package/styles/slider/fluent-dark.scss +1 -0
- package/styles/slider/fluent.css +528 -0
- package/styles/slider/fluent.scss +1 -0
- package/styles/slider/highcontrast-light.css +9 -113
- package/styles/slider/highcontrast.css +9 -113
- package/styles/slider/material-dark.css +5 -120
- package/styles/slider/material.css +5 -120
- package/styles/slider/tailwind-dark.css +11 -135
- package/styles/slider/tailwind.css +11 -135
- package/styles/tailwind-dark.css +289 -779
- package/styles/tailwind.css +289 -779
- package/styles/textbox/fluent-dark.css +0 -0
- package/styles/textbox/fluent-dark.scss +1 -0
- package/styles/textbox/fluent.css +0 -0
- package/styles/textbox/fluent.scss +1 -0
- package/styles/textbox/material-dark.css +1 -1
- package/styles/textbox/material.css +1 -2
- package/styles/textbox/tailwind-dark.css +1 -1
- package/styles/textbox/tailwind.css +1 -1
- package/styles/uploader/bootstrap-dark.css +60 -334
- package/styles/uploader/bootstrap.css +60 -334
- package/styles/uploader/bootstrap4.css +60 -334
- package/styles/uploader/bootstrap5-dark.css +60 -334
- package/styles/uploader/bootstrap5.css +60 -334
- package/styles/uploader/fabric-dark.css +60 -334
- package/styles/uploader/fabric.css +60 -334
- package/styles/uploader/fluent-dark.css +851 -0
- package/styles/uploader/fluent-dark.scss +1 -0
- package/styles/uploader/fluent.css +851 -0
- package/styles/uploader/fluent.scss +1 -0
- package/styles/uploader/highcontrast-light.css +60 -334
- package/styles/uploader/highcontrast.css +60 -334
- package/styles/uploader/material-dark.css +60 -335
- package/styles/uploader/material.css +60 -335
- package/styles/uploader/tailwind-dark.css +113 -362
- package/styles/uploader/tailwind.css +113 -362
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.e-container .e-value-switch-btn::before {
|
|
2
|
-
content:
|
|
2
|
+
content: "\e748";
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
.e-colorpicker-wrapper,
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
-ms-user-select: none;
|
|
12
12
|
user-select: none;
|
|
13
13
|
}
|
|
14
|
-
|
|
15
14
|
.e-colorpicker-wrapper .e-colorpicker,
|
|
16
15
|
.e-colorpicker-container .e-colorpicker {
|
|
17
16
|
height: 1px;
|
|
@@ -19,14 +18,12 @@
|
|
|
19
18
|
position: absolute;
|
|
20
19
|
width: 1px;
|
|
21
20
|
}
|
|
22
|
-
|
|
23
21
|
.e-colorpicker-wrapper .e-btn.e-icon-btn,
|
|
24
22
|
.e-colorpicker-container .e-btn.e-icon-btn {
|
|
25
23
|
background-color: #fff;
|
|
26
24
|
border: 1px solid #ced4da;
|
|
27
25
|
color: #6c757d;
|
|
28
26
|
}
|
|
29
|
-
|
|
30
27
|
.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
|
|
31
28
|
.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
|
|
32
29
|
font-family: initial;
|
|
@@ -35,7 +32,6 @@
|
|
|
35
32
|
background-color: transparent;
|
|
36
33
|
border: 1px solid #ced4da;
|
|
37
34
|
}
|
|
38
|
-
|
|
39
35
|
.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
|
|
40
36
|
.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
|
|
41
37
|
background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
|
|
@@ -46,57 +42,44 @@
|
|
|
46
42
|
position: relative;
|
|
47
43
|
width: 20px;
|
|
48
44
|
}
|
|
49
|
-
|
|
50
45
|
.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview,
|
|
51
46
|
.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview {
|
|
52
47
|
border-radius: 4px;
|
|
53
48
|
}
|
|
54
|
-
|
|
55
49
|
.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-btn.e-icon-btn,
|
|
56
50
|
.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-btn.e-icon-btn {
|
|
57
51
|
background-color: #fff;
|
|
58
52
|
border: 1px solid #ced4da;
|
|
59
53
|
color: #6c757d;
|
|
60
54
|
}
|
|
61
|
-
|
|
62
55
|
.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
|
|
63
56
|
.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
64
57
|
padding: 5px 8px;
|
|
65
58
|
}
|
|
66
|
-
|
|
67
59
|
.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-btn.e-icon-btn,
|
|
68
60
|
.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-btn.e-icon-btn {
|
|
69
61
|
background-color: #fff;
|
|
70
62
|
border: 1px solid #ced4da;
|
|
71
63
|
color: #6c757d;
|
|
72
64
|
}
|
|
73
|
-
|
|
74
65
|
.e-colorpicker-wrapper *,
|
|
75
66
|
.e-colorpicker-container * {
|
|
76
67
|
box-sizing: border-box;
|
|
77
68
|
}
|
|
78
|
-
|
|
79
69
|
.e-colorpicker-wrapper.e-disabled .e-palette .e-tile,
|
|
80
70
|
.e-colorpicker-container.e-disabled .e-palette .e-tile {
|
|
81
71
|
cursor: default;
|
|
82
72
|
}
|
|
83
|
-
|
|
84
73
|
.e-colorpicker-wrapper.e-disabled .e-palette .e-tile:hover,
|
|
85
74
|
.e-colorpicker-container.e-disabled .e-palette .e-tile:hover {
|
|
86
75
|
border: 0;
|
|
87
76
|
box-shadow: none;
|
|
88
77
|
}
|
|
89
|
-
|
|
90
78
|
.e-colorpicker-wrapper.e-disabled .e-palette .e-tile.e-selected,
|
|
91
79
|
.e-colorpicker-container.e-disabled .e-palette .e-tile.e-selected {
|
|
92
80
|
border: 0;
|
|
93
81
|
}
|
|
94
|
-
|
|
95
|
-
.e-colorpicker-wrapper.e-disabled .e-container .e-handler,
|
|
96
|
-
.e-colorpicker-wrapper.e-disabled .e-container .e-preview-container,
|
|
97
|
-
.e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider,
|
|
98
|
-
.e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider,
|
|
99
|
-
.e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle,
|
|
82
|
+
.e-colorpicker-wrapper.e-disabled .e-container .e-handler, .e-colorpicker-wrapper.e-disabled .e-container .e-preview-container, .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider, .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider, .e-colorpicker-wrapper.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle,
|
|
100
83
|
.e-colorpicker-container.e-disabled .e-container .e-handler,
|
|
101
84
|
.e-colorpicker-container.e-disabled .e-container .e-preview-container,
|
|
102
85
|
.e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider,
|
|
@@ -104,7 +87,6 @@
|
|
|
104
87
|
.e-colorpicker-container.e-disabled .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
|
|
105
88
|
cursor: default;
|
|
106
89
|
}
|
|
107
|
-
|
|
108
90
|
.e-colorpicker-wrapper.e-disabled .e-container .e-hsv-container,
|
|
109
91
|
.e-colorpicker-container.e-disabled .e-container .e-hsv-container {
|
|
110
92
|
pointer-events: none;
|
|
@@ -122,13 +104,11 @@
|
|
|
122
104
|
top: 0;
|
|
123
105
|
width: 100%;
|
|
124
106
|
}
|
|
125
|
-
|
|
126
107
|
.e-colorpicker.e-modal {
|
|
127
108
|
background-color: rgba(0, 0, 0, 0.6);
|
|
128
|
-
opacity: .5;
|
|
109
|
+
opacity: 0.5;
|
|
129
110
|
pointer-events: auto;
|
|
130
111
|
}
|
|
131
|
-
|
|
132
112
|
.e-colorpicker.e-hsv-model {
|
|
133
113
|
background-color: transparent;
|
|
134
114
|
}
|
|
@@ -137,8 +117,7 @@
|
|
|
137
117
|
position: relative;
|
|
138
118
|
}
|
|
139
119
|
|
|
140
|
-
.e-show-value .sf-colorpicker.e-color-palette .e-selected-value,
|
|
141
|
-
.e-show-value .sf-colorpicker.e-color-palette .e-switch-ctrl-btn {
|
|
120
|
+
.e-show-value .sf-colorpicker.e-color-palette .e-selected-value, .e-show-value .sf-colorpicker.e-color-palette .e-switch-ctrl-btn {
|
|
142
121
|
width: 270px;
|
|
143
122
|
}
|
|
144
123
|
|
|
@@ -159,7 +138,6 @@ body.e-colorpicker-overflow {
|
|
|
159
138
|
background-color: #fff;
|
|
160
139
|
border: 1px solid #ced4da;
|
|
161
140
|
}
|
|
162
|
-
|
|
163
141
|
.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
|
|
164
142
|
.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
|
|
165
143
|
.e-bigger .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color,
|
|
@@ -167,7 +145,6 @@ body.e-colorpicker-overflow {
|
|
|
167
145
|
height: 24px;
|
|
168
146
|
width: 24px;
|
|
169
147
|
}
|
|
170
|
-
|
|
171
148
|
.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
|
|
172
149
|
.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
|
|
173
150
|
.e-bigger .e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
|
|
@@ -186,36 +163,28 @@ body.e-colorpicker-overflow {
|
|
|
186
163
|
user-select: none;
|
|
187
164
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
188
165
|
}
|
|
189
|
-
|
|
190
166
|
.e-container.e-color-picker {
|
|
191
167
|
width: 341px;
|
|
192
168
|
}
|
|
193
|
-
|
|
194
169
|
.e-container.e-color-picker .e-mode-switch-btn {
|
|
195
170
|
background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%;
|
|
196
171
|
}
|
|
197
|
-
|
|
198
172
|
.e-container.e-color-palette {
|
|
199
173
|
width: auto;
|
|
200
174
|
}
|
|
201
|
-
|
|
202
175
|
.e-container.e-color-palette .e-mode-switch-btn {
|
|
203
176
|
background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgc3R5bGU9ImZpbGw6dXJsKCNfTGluZWFyMSk7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBzdHlsZT0iZmlsbDp1cmwoI19MaW5lYXIyKTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLDAsMTgpIj4KICAgICAgICA8Y2xpcFBhdGggaWQ9Il9jbGlwMyI+CiAgICAgICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMykiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwtMCwxOCkiPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxjbGlwUGF0aCBpZD0iX2NsaXA0Ij4KICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ii8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgICAgICA8ZyBjbGlwLXBhdGg9InVybCgjX2NsaXA0KSI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLC0wLDE4KSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNfSW1hZ2U1IiB4PSIwIiB5PSIwIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4Ii8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJfY2xpcDYiPgogICAgICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgIDxnIGNsaXAtcGF0aD0idXJsKCNfY2xpcDYpIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsLTAsMTgpIj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iX0xpbmVhcjEiIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg2LjI3MDE5ZS0xNCwtMTAyNCwtMTAyNCwtNi4yNzAxOWUtMTQsMCwxOCkiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDAsMTgyLDI1NSk7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOmJsYWNrO3N0b3Atb3BhY2l0eTowIi8+PC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9Il9MaW5lYXIyIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMDIxOGUtMTUsLTE4LC0xOCwtMS4xMDIxOGUtMTUsMTgsMTgpIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYigwLDE4MiwyNTUpO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjpibGFjaztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGltYWdlIGlkPSJfSW1hZ2U1IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJJQUFBQVNDQVlBQUFCV3pvNVhBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQmUwbEVRVlE0alcyUjIyNGNNUXhER2NBbyt2OC8yU0lYZE9wTk5iSXVWaDlrZXp6SlBoaWlTT3JNQXZ2eTBBanlBSGVBSEdBSHlDUDE4dTQ3ZVl6ZTlBS2xhaDlCZ0F5WG5tVUxjQStRYmQ3cWp4OWdnVkxGUWRiVDlBQlpYNlZkWHpNLy9MVmZqbE11dy9xQWR2QUMzZmR2bVE1UVpVbUErZ1ZUWDZWZDh3Sjk3NWRLbkdYek1VZnBpVGYzdXpkQi93Z2tsaVZ4a0U1dFdSSkxiNGMvNlplamZvTE5NdFJaeXYyWk4zZFNCYXREVlFGWGxQcDRnTlZBb3FPa1F4dW8yY3Iybk5Wd2lnSnVnQ2xnaWxMclgxQ2Jod3BXdmUwa3NtVTUzUXh3SGM4QU01UjZIQnRBUUUzQVlqa25WREpyb2tDM1BIYlBPZlpTano4SjRMWU9XRFIzVlJBblBOeUE3dm1tZGs5UWQ1VGo0dzBzRzRqYjBPbXBUa0FmMHpiZDExN3FCSjBOeEx3MGl5RGNnZGlPcG80K0lCMElINkQzMXdTMEJqb1ozQ1QvMHBpSGNla0ppTmgwdmxMZmZnOUF3OGs4Z3RoZXYyczh6MHA5L1FVNlQ3Z2JFTWhnbGhIcDdjZDQzbm5CajU4ekhVZERiMk1URit6TC9oOXIveU91c0ZQS093QUFBQUJKUlU1RXJrSmdnZz09Ii8+CiAgICA8L2RlZnM+Cjwvc3ZnPgo=") no-repeat 100% 100%;
|
|
204
177
|
}
|
|
205
|
-
|
|
206
178
|
.e-container .e-custom-palette {
|
|
207
179
|
width: auto;
|
|
208
180
|
}
|
|
209
|
-
|
|
210
181
|
.e-container .e-custom-palette .e-palette {
|
|
211
182
|
padding: 10px;
|
|
212
183
|
}
|
|
213
|
-
|
|
214
184
|
.e-container .e-custom-palette.e-palette-group {
|
|
215
185
|
height: 341px;
|
|
216
186
|
overflow-y: scroll;
|
|
217
187
|
}
|
|
218
|
-
|
|
219
188
|
.e-container .e-palette {
|
|
220
189
|
border-bottom: 0;
|
|
221
190
|
display: table;
|
|
@@ -225,12 +194,10 @@ body.e-colorpicker-overflow {
|
|
|
225
194
|
-ms-user-select: none;
|
|
226
195
|
user-select: none;
|
|
227
196
|
}
|
|
228
|
-
|
|
229
197
|
.e-container .e-palette .e-row {
|
|
230
198
|
display: table-row;
|
|
231
199
|
white-space: nowrap;
|
|
232
200
|
}
|
|
233
|
-
|
|
234
201
|
.e-container .e-palette .e-tile {
|
|
235
202
|
border: 0.5px solid transparent;
|
|
236
203
|
box-sizing: border-box;
|
|
@@ -241,34 +208,28 @@ body.e-colorpicker-overflow {
|
|
|
241
208
|
vertical-align: middle;
|
|
242
209
|
width: 27px;
|
|
243
210
|
}
|
|
244
|
-
|
|
245
211
|
.e-container .e-palette .e-tile.e-selected {
|
|
246
212
|
outline: #000 0.5px solid;
|
|
247
213
|
position: relative;
|
|
248
214
|
}
|
|
249
|
-
|
|
250
215
|
.e-container .e-palette .e-tile:hover {
|
|
251
216
|
box-shadow: 2px 2px 7px 2px rgba(222, 226, 230, 0.3);
|
|
252
217
|
position: relative;
|
|
253
218
|
}
|
|
254
|
-
|
|
255
219
|
.e-container .e-palette .e-tile.e-nocolor-item {
|
|
256
220
|
background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
|
|
257
221
|
background-size: 8px;
|
|
258
222
|
}
|
|
259
|
-
|
|
260
223
|
.e-container .e-hsv-container {
|
|
261
224
|
border-bottom: 0;
|
|
262
225
|
position: relative;
|
|
263
226
|
-ms-touch-action: none;
|
|
264
227
|
touch-action: none;
|
|
265
228
|
}
|
|
266
|
-
|
|
267
229
|
.e-container .e-hsv-container .e-hsv-color {
|
|
268
230
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%), linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
|
|
269
231
|
height: 232px;
|
|
270
232
|
}
|
|
271
|
-
|
|
272
233
|
.e-container .e-hsv-container .e-handler {
|
|
273
234
|
border: 1px solid #fff;
|
|
274
235
|
border-radius: 6px;
|
|
@@ -286,76 +247,61 @@ body.e-colorpicker-overflow {
|
|
|
286
247
|
user-select: none;
|
|
287
248
|
width: 8px;
|
|
288
249
|
}
|
|
289
|
-
|
|
290
250
|
.e-container .e-slider-preview {
|
|
291
251
|
display: inline-block;
|
|
292
252
|
width: 100%;
|
|
293
253
|
padding: 12px 8px 12px 9px;
|
|
294
254
|
}
|
|
295
|
-
|
|
296
255
|
.e-container .e-slider-preview .e-colorpicker-slider {
|
|
297
256
|
display: inline-block;
|
|
298
257
|
width: 82.34%;
|
|
299
258
|
}
|
|
300
|
-
|
|
301
259
|
.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
|
|
302
260
|
height: 18px;
|
|
303
261
|
}
|
|
304
|
-
|
|
305
262
|
.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider {
|
|
306
263
|
height: 18px;
|
|
307
264
|
top: calc(50% - 9px);
|
|
308
265
|
}
|
|
309
|
-
|
|
310
266
|
.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider-track {
|
|
311
267
|
height: 8px;
|
|
312
|
-
top: calc(50% -
|
|
313
|
-
border-radius:
|
|
268
|
+
top: calc(50% - 4px);
|
|
269
|
+
border-radius: 4px;
|
|
314
270
|
}
|
|
315
|
-
|
|
316
271
|
.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
|
|
317
272
|
border-radius: 6px;
|
|
318
273
|
cursor: pointer;
|
|
319
|
-
height:
|
|
320
|
-
top: calc(68% -
|
|
321
|
-
width:
|
|
274
|
+
height: 14px;
|
|
275
|
+
top: calc(68% - 10px);
|
|
276
|
+
width: 14px;
|
|
322
277
|
}
|
|
323
|
-
|
|
324
278
|
.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-handle-active {
|
|
325
279
|
cursor: pointer;
|
|
326
280
|
}
|
|
327
|
-
|
|
328
281
|
.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-large-thumb-size {
|
|
329
282
|
transform: scale(1);
|
|
330
283
|
}
|
|
331
|
-
|
|
332
284
|
.e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider .e-slider-track {
|
|
333
285
|
background: linear-gradient(to right, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
|
|
334
286
|
}
|
|
335
|
-
|
|
336
287
|
.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-slider-track {
|
|
337
288
|
background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
|
|
338
289
|
border: 0;
|
|
339
290
|
z-index: 0;
|
|
340
291
|
}
|
|
341
|
-
|
|
342
292
|
.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-opacity-empty-track {
|
|
343
293
|
background-size: contain;
|
|
344
294
|
border: 0;
|
|
345
295
|
height: 8px;
|
|
346
296
|
position: absolute;
|
|
347
|
-
top: calc(50% -
|
|
297
|
+
top: calc(50% - 4px);
|
|
348
298
|
width: 100%;
|
|
349
299
|
z-index: 1;
|
|
300
|
+
border-radius: 6px;
|
|
350
301
|
}
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle-start,
|
|
354
|
-
.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle,
|
|
355
|
-
.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle-start {
|
|
356
|
-
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.95);
|
|
302
|
+
.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle, .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle-start, .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle, .e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle-start {
|
|
303
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
|
|
357
304
|
}
|
|
358
|
-
|
|
359
305
|
.e-container .e-slider-preview .e-preview-container {
|
|
360
306
|
background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
|
|
361
307
|
background-size: 10px;
|
|
@@ -368,110 +314,92 @@ body.e-colorpicker-overflow {
|
|
|
368
314
|
top: 0;
|
|
369
315
|
width: 13.45%;
|
|
370
316
|
}
|
|
371
|
-
|
|
372
317
|
.e-container .e-slider-preview .e-preview-container .e-preview {
|
|
373
318
|
display: block;
|
|
374
319
|
height: 18px;
|
|
375
320
|
position: absolute;
|
|
376
321
|
width: 100%;
|
|
377
322
|
}
|
|
378
|
-
|
|
379
323
|
.e-container .e-slider-preview .e-preview-container .e-preview.e-current {
|
|
380
324
|
border-bottom: 1px solid #dee2e6;
|
|
381
325
|
top: 0;
|
|
382
326
|
}
|
|
383
|
-
|
|
384
327
|
.e-container .e-slider-preview .e-preview-container .e-preview.e-previous {
|
|
385
328
|
height: 18px;
|
|
386
329
|
top: 18px;
|
|
387
330
|
}
|
|
388
|
-
|
|
389
331
|
.e-container .e-selected-value {
|
|
390
332
|
-ms-flex-align: center;
|
|
391
333
|
align-items: center;
|
|
392
334
|
display: -ms-flexbox;
|
|
393
335
|
display: flex;
|
|
394
|
-
padding:
|
|
336
|
+
padding: 12px 8px 12px 9px;
|
|
395
337
|
-webkit-user-select: none;
|
|
396
338
|
-ms-user-select: none;
|
|
397
339
|
user-select: none;
|
|
398
340
|
width: 100%;
|
|
399
341
|
}
|
|
400
|
-
|
|
401
342
|
.e-container .e-selected-value .e-input-container .e-float-input input {
|
|
402
343
|
padding-left: 0;
|
|
403
344
|
text-align: center;
|
|
404
345
|
}
|
|
405
|
-
|
|
406
346
|
.e-container .e-selected-value .e-input-container .e-numeric-hidden {
|
|
407
347
|
display: none;
|
|
408
348
|
}
|
|
409
|
-
|
|
410
349
|
.e-container .e-selected-value .e-value-switch-btn {
|
|
411
|
-
font-family:
|
|
412
|
-
margin-top:
|
|
350
|
+
font-family: "e-icons";
|
|
351
|
+
margin-top: 6px;
|
|
413
352
|
padding: 2px 3px;
|
|
414
353
|
font-size: 16px;
|
|
415
354
|
line-height: 16px;
|
|
416
355
|
}
|
|
417
|
-
|
|
418
356
|
.e-container .e-input-container {
|
|
419
357
|
display: inline-block;
|
|
420
358
|
width: 89.8%;
|
|
421
359
|
}
|
|
422
|
-
|
|
423
360
|
.e-container .e-input-container .e-float-input {
|
|
424
361
|
display: inline-block;
|
|
425
362
|
margin-right: 2.75%;
|
|
426
363
|
vertical-align: baseline;
|
|
364
|
+
margin-top: 8px;
|
|
427
365
|
}
|
|
428
|
-
|
|
429
366
|
.e-container .e-input-container .e-float-input:first-child {
|
|
430
367
|
width: 28%;
|
|
431
368
|
}
|
|
432
|
-
|
|
433
369
|
.e-container .e-input-container .e-float-input:first-child input {
|
|
434
370
|
height: 30px;
|
|
435
371
|
}
|
|
436
|
-
|
|
437
372
|
.e-container .e-input-container .e-float-input.e-numeric {
|
|
438
373
|
height: 30px;
|
|
439
374
|
width: 14%;
|
|
440
375
|
}
|
|
441
|
-
|
|
442
376
|
.e-container .e-input-container .e-float-input.e-numeric input {
|
|
443
377
|
height: 30px;
|
|
444
378
|
}
|
|
445
|
-
|
|
446
379
|
.e-container .e-input-container .e-float-input .e-float-text {
|
|
447
380
|
text-align: center;
|
|
448
381
|
}
|
|
449
|
-
|
|
450
382
|
.e-container .e-switch-ctrl-btn {
|
|
451
383
|
display: inline-block;
|
|
452
384
|
padding: 8px;
|
|
453
385
|
white-space: nowrap;
|
|
454
386
|
width: 100%;
|
|
455
387
|
}
|
|
456
|
-
|
|
457
388
|
.e-container .e-switch-ctrl-btn .e-ctrl-btn {
|
|
458
389
|
float: right;
|
|
459
390
|
text-align: right;
|
|
460
391
|
white-space: nowrap;
|
|
461
392
|
width: 89.913%;
|
|
462
393
|
}
|
|
463
|
-
|
|
464
394
|
.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn {
|
|
465
395
|
max-width: 50%;
|
|
466
396
|
overflow: hidden;
|
|
467
397
|
text-overflow: ellipsis;
|
|
468
398
|
white-space: nowrap;
|
|
469
399
|
}
|
|
470
|
-
|
|
471
400
|
.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn.e-cancel {
|
|
472
401
|
margin-left: 3.62%;
|
|
473
402
|
}
|
|
474
|
-
|
|
475
403
|
.e-container .e-switch-ctrl-btn .e-mode-switch-btn {
|
|
476
404
|
background-origin: border-box;
|
|
477
405
|
background-position: center;
|
|
@@ -481,37 +409,28 @@ body.e-colorpicker-overflow {
|
|
|
481
409
|
overflow: hidden;
|
|
482
410
|
white-space: nowrap;
|
|
483
411
|
}
|
|
484
|
-
|
|
485
412
|
.e-container .e-switch-ctrl-btn .e-mode-switch-btn:focus {
|
|
486
413
|
box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
|
|
487
414
|
}
|
|
488
|
-
|
|
489
|
-
.e-container .e-value-switch-btn,
|
|
490
|
-
.e-container .e-mode-switch-btn {
|
|
415
|
+
.e-container .e-value-switch-btn, .e-container .e-mode-switch-btn {
|
|
491
416
|
background-color: transparent;
|
|
492
417
|
border-color: transparent;
|
|
493
418
|
position: relative;
|
|
494
419
|
width: 10.09%;
|
|
495
420
|
height: 30px;
|
|
496
421
|
}
|
|
497
|
-
|
|
498
422
|
.e-container.e-color-picker .e-value-switch-btn:focus, .e-container.e-color-picker .e-value-switch-btn:hover, .e-container.e-color-picker .e-value-switch-btn:active {
|
|
499
423
|
border-color: transparent;
|
|
500
424
|
box-shadow: none;
|
|
501
425
|
outline: none;
|
|
502
426
|
}
|
|
503
|
-
|
|
504
427
|
.e-container.e-color-picker .e-value-switch-btn:focus {
|
|
505
428
|
outline: none;
|
|
506
429
|
}
|
|
507
|
-
|
|
508
|
-
.e-container.e-color-palette .e-palette + .e-selected-value,
|
|
509
|
-
.e-container.e-color-palette .e-palette-group + .e-selected-value {
|
|
430
|
+
.e-container.e-color-palette .e-palette + .e-selected-value, .e-container.e-color-palette .e-palette-group + .e-selected-value {
|
|
510
431
|
padding: 16px 16px;
|
|
511
432
|
}
|
|
512
|
-
|
|
513
|
-
.e-container.e-color-palette .e-palette + .e-switch-ctrl-btn,
|
|
514
|
-
.e-container.e-color-palette .e-palette-group + .e-switch-ctrl-btn {
|
|
433
|
+
.e-container.e-color-palette .e-palette + .e-switch-ctrl-btn, .e-container.e-color-palette .e-palette-group + .e-switch-ctrl-btn {
|
|
515
434
|
padding: 23px 8px 8px;
|
|
516
435
|
}
|
|
517
436
|
|
|
@@ -522,15 +441,12 @@ body.e-colorpicker-overflow {
|
|
|
522
441
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
523
442
|
vertical-align: super;
|
|
524
443
|
}
|
|
525
|
-
|
|
526
444
|
.e-hide-opacity .e-container .e-slider-preview .e-preview-container {
|
|
527
445
|
top: 0;
|
|
528
446
|
}
|
|
529
|
-
|
|
530
447
|
.e-hide-opacity .e-container .e-float-input:first-child {
|
|
531
448
|
width: 36%;
|
|
532
449
|
}
|
|
533
|
-
|
|
534
450
|
.e-hide-opacity .e-container .e-float-input.e-numeric {
|
|
535
451
|
width: 16.3%;
|
|
536
452
|
}
|
|
@@ -538,7 +454,6 @@ body.e-colorpicker-overflow {
|
|
|
538
454
|
.e-hide-hex-value .e-container .e-float-input.e-numeric {
|
|
539
455
|
width: 21.25%;
|
|
540
456
|
}
|
|
541
|
-
|
|
542
457
|
.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
|
|
543
458
|
width: 29.59%;
|
|
544
459
|
}
|
|
@@ -546,31 +461,24 @@ body.e-colorpicker-overflow {
|
|
|
546
461
|
.e-hide-valueswitcher .e-container .e-input-container {
|
|
547
462
|
width: 100%;
|
|
548
463
|
}
|
|
549
|
-
|
|
550
464
|
.e-hide-valueswitcher .e-container .e-float-input:first-child {
|
|
551
465
|
width: 28%;
|
|
552
466
|
}
|
|
553
|
-
|
|
554
467
|
.e-hide-valueswitcher .e-container .e-float-input.e-numeric {
|
|
555
468
|
width: 13%;
|
|
556
469
|
}
|
|
557
|
-
|
|
558
470
|
.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
559
471
|
margin-right: 0;
|
|
560
472
|
}
|
|
561
|
-
|
|
562
473
|
.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child {
|
|
563
474
|
width: 36%;
|
|
564
475
|
}
|
|
565
|
-
|
|
566
476
|
.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric {
|
|
567
477
|
width: 17.58%;
|
|
568
478
|
}
|
|
569
|
-
|
|
570
479
|
.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric {
|
|
571
480
|
width: 22.18%;
|
|
572
481
|
}
|
|
573
|
-
|
|
574
482
|
.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
|
|
575
483
|
width: 30.82%;
|
|
576
484
|
}
|
|
@@ -578,47 +486,37 @@ body.e-colorpicker-overflow {
|
|
|
578
486
|
.e-rtl .e-container .e-hsv-container .e-hsv-color {
|
|
579
487
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%), linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%);
|
|
580
488
|
}
|
|
581
|
-
|
|
582
489
|
.e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track {
|
|
583
490
|
background: linear-gradient(to left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
|
|
584
491
|
}
|
|
585
|
-
|
|
586
492
|
.e-rtl .e-container .e-slider-preview .e-preview-container {
|
|
587
493
|
margin-left: 0;
|
|
588
494
|
margin-right: 4.205%;
|
|
589
495
|
}
|
|
590
|
-
|
|
591
496
|
.e-rtl .e-container .e-selected-value .e-float-input {
|
|
592
497
|
margin-left: 2.75%;
|
|
593
498
|
margin-right: 0;
|
|
594
499
|
}
|
|
595
|
-
|
|
596
500
|
.e-rtl .e-container .e-selected-value .e-float-input input {
|
|
597
501
|
padding-right: 0;
|
|
598
502
|
}
|
|
599
|
-
|
|
600
503
|
.e-rtl .e-container .e-selected-value .e-value-switch-btn {
|
|
601
504
|
transform: rotate(180deg);
|
|
602
505
|
}
|
|
603
|
-
|
|
604
506
|
.e-rtl .e-container .e-switch-ctrl-btn .e-mode-switch-btn {
|
|
605
507
|
float: right;
|
|
606
508
|
}
|
|
607
|
-
|
|
608
509
|
.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn {
|
|
609
510
|
float: left;
|
|
610
511
|
text-align: left;
|
|
611
512
|
}
|
|
612
|
-
|
|
613
513
|
.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-cancel {
|
|
614
514
|
margin-left: 0;
|
|
615
515
|
margin-right: 3.62%;
|
|
616
516
|
}
|
|
617
|
-
|
|
618
517
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
619
518
|
margin-right: calc(2.75% - 2.28px);
|
|
620
519
|
}
|
|
621
|
-
|
|
622
520
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
623
521
|
margin-left: 0;
|
|
624
522
|
}
|
|
@@ -626,157 +524,114 @@ body.e-colorpicker-overflow {
|
|
|
626
524
|
.e-bigger .e-container.e-color-picker {
|
|
627
525
|
width: 462px;
|
|
628
526
|
}
|
|
629
|
-
|
|
630
527
|
.e-bigger .e-container .e-palette .e-tile {
|
|
631
528
|
height: 29px;
|
|
632
529
|
width: 29px;
|
|
633
530
|
}
|
|
634
|
-
|
|
635
531
|
.e-bigger .e-container .e-hsv-container .e-hsv-color {
|
|
636
532
|
height: 301px;
|
|
637
533
|
}
|
|
638
|
-
|
|
639
534
|
.e-bigger .e-container .e-custom-palette.e-palette-group {
|
|
640
535
|
height: 462px;
|
|
641
536
|
}
|
|
642
|
-
|
|
643
537
|
.e-bigger .e-container .e-slider-preview {
|
|
644
538
|
padding: 16px 16px;
|
|
645
539
|
}
|
|
646
|
-
|
|
647
540
|
.e-bigger .e-container .e-slider-preview .e-preview-container {
|
|
648
541
|
margin-left: 4.657%;
|
|
649
542
|
vertical-align: super;
|
|
650
543
|
width: 12.405%;
|
|
651
544
|
top: 0;
|
|
652
545
|
}
|
|
653
|
-
|
|
654
546
|
.e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
|
|
655
547
|
width: 82.944%;
|
|
656
548
|
}
|
|
657
|
-
|
|
658
549
|
.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
|
|
659
550
|
height: 21px;
|
|
660
551
|
}
|
|
661
|
-
|
|
552
|
+
.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider-track {
|
|
553
|
+
border-radius: 6px;
|
|
554
|
+
}
|
|
662
555
|
.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle {
|
|
663
556
|
border-radius: 10px;
|
|
664
|
-
height:
|
|
665
|
-
top: calc(76% -
|
|
666
|
-
width:
|
|
557
|
+
height: 16px;
|
|
558
|
+
top: calc(76% - 13px);
|
|
559
|
+
width: 16px;
|
|
667
560
|
}
|
|
668
|
-
|
|
669
561
|
.e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn .e-ctrl-btn {
|
|
670
562
|
width: 90.6%;
|
|
671
563
|
}
|
|
672
|
-
|
|
673
564
|
.e-bigger .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn {
|
|
674
565
|
padding: 25px 12px 12px;
|
|
675
566
|
}
|
|
676
|
-
|
|
677
567
|
.e-bigger .e-container .e-input-container {
|
|
678
568
|
width: 90.7%;
|
|
679
569
|
}
|
|
680
|
-
|
|
681
570
|
.e-bigger .e-container .e-input-container .e-float-input {
|
|
682
571
|
margin-right: 3.425%;
|
|
683
572
|
}
|
|
684
|
-
|
|
685
573
|
.e-bigger .e-container .e-input-container .e-float-input:first-child {
|
|
686
574
|
width: 33.5%;
|
|
687
575
|
}
|
|
688
|
-
|
|
689
576
|
.e-bigger .e-container .e-input-container .e-float-input:first-child input {
|
|
690
577
|
height: 38px;
|
|
691
578
|
}
|
|
692
|
-
|
|
693
579
|
.e-bigger .e-container .e-input-container .e-float-input.e-numeric {
|
|
694
580
|
height: 38px;
|
|
695
581
|
width: 12.34%;
|
|
696
582
|
}
|
|
697
|
-
|
|
698
583
|
.e-bigger .e-container .e-input-container .e-float-input.e-numeric input {
|
|
699
584
|
height: 38px;
|
|
700
585
|
}
|
|
701
|
-
|
|
702
|
-
.e-bigger .e-container .e-css.e-value-switch-btn,
|
|
703
|
-
.e-bigger .e-container .e-mode-switch-btn {
|
|
586
|
+
.e-bigger .e-container .e-css.e-value-switch-btn, .e-bigger .e-container .e-mode-switch-btn {
|
|
704
587
|
padding: 2px 3px;
|
|
705
588
|
width: 9.306%;
|
|
706
589
|
font-size: 18px;
|
|
707
590
|
line-height: 18px;
|
|
708
591
|
}
|
|
709
|
-
|
|
710
592
|
.e-bigger .e-container .e-mode-switch-btn {
|
|
711
593
|
margin-top: 0;
|
|
712
594
|
}
|
|
713
|
-
|
|
714
595
|
.e-bigger .e-container.sf-colorpicker .e-input-container .e-float-input {
|
|
715
596
|
margin-right: calc(3.425% - 2.68px);
|
|
716
597
|
}
|
|
717
|
-
|
|
718
598
|
.e-bigger .e-hide-opacity .e-container .e-slider-preview, .e-bigger.e-hide-opacity .e-container .e-slider-preview {
|
|
719
599
|
padding: 16px 16px;
|
|
720
600
|
}
|
|
721
|
-
|
|
722
601
|
.e-bigger .e-hide-opacity .e-container .e-slider-preview .e-preview-container, .e-bigger.e-hide-opacity .e-container .e-slider-preview .e-preview-container {
|
|
723
602
|
vertical-align: initial;
|
|
724
603
|
}
|
|
725
|
-
|
|
726
604
|
.e-bigger .e-hide-opacity .e-container .e-float-input:first-child, .e-bigger.e-hide-opacity .e-container .e-float-input:first-child {
|
|
727
605
|
width: 36%;
|
|
728
606
|
}
|
|
729
|
-
|
|
730
607
|
.e-bigger .e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger.e-hide-opacity .e-container .e-float-input.e-numeric {
|
|
731
608
|
width: 16.76%;
|
|
732
609
|
}
|
|
733
|
-
|
|
734
|
-
.e-bigger.e-hide-hex-value .e-container .e-float-input.e-numeric,
|
|
735
|
-
.e-bigger .e-hide-hex-value .e-container .e-float-input.e-numeric {
|
|
610
|
+
.e-bigger.e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger .e-hide-hex-value .e-container .e-float-input.e-numeric {
|
|
736
611
|
width: 21.58%;
|
|
737
612
|
}
|
|
738
|
-
|
|
739
|
-
.e-bigger.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric,
|
|
740
|
-
.e-bigger .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
|
|
613
|
+
.e-bigger.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
|
|
741
614
|
width: 29.59%;
|
|
742
615
|
}
|
|
743
|
-
|
|
744
|
-
.e-bigger.e-hide-valueswitcher .e-container .e-input-container,
|
|
745
|
-
.e-bigger .e-hide-valueswitcher .e-container .e-input-container {
|
|
616
|
+
.e-bigger.e-hide-valueswitcher .e-container .e-input-container, .e-bigger .e-hide-valueswitcher .e-container .e-input-container {
|
|
746
617
|
width: 100%;
|
|
747
618
|
}
|
|
748
|
-
|
|
749
|
-
.e-bigger.e-hide-valueswitcher .e-container .e-float-input:last-child,
|
|
750
|
-
.e-bigger .e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
619
|
+
.e-bigger.e-hide-valueswitcher .e-container .e-float-input:last-child, .e-bigger .e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
751
620
|
margin-right: 0;
|
|
752
621
|
}
|
|
753
|
-
|
|
754
|
-
.e-bigger.e-hide-valueswitcher .e-container .e-float-input.e-numeric,
|
|
755
|
-
.e-bigger .e-hide-valueswitcher .e-container .e-float-input.e-numeric {
|
|
622
|
+
.e-bigger.e-hide-valueswitcher .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher .e-container .e-float-input.e-numeric {
|
|
756
623
|
width: 13.2%;
|
|
757
624
|
}
|
|
758
|
-
|
|
759
|
-
.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child,
|
|
760
|
-
.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child {
|
|
625
|
+
.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child, .e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child {
|
|
761
626
|
width: 36%;
|
|
762
627
|
}
|
|
763
|
-
|
|
764
|
-
.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric,
|
|
765
|
-
.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric {
|
|
628
|
+
.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric {
|
|
766
629
|
width: 17.9%;
|
|
767
630
|
}
|
|
768
|
-
|
|
769
|
-
.e-bigger.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric,
|
|
770
|
-
.e-bigger.e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric,
|
|
771
|
-
.e-bigger .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric,
|
|
772
|
-
.e-bigger .e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric {
|
|
631
|
+
.e-bigger.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger.e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric {
|
|
773
632
|
width: 21.58%;
|
|
774
633
|
}
|
|
775
|
-
|
|
776
|
-
.e-bigger.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric,
|
|
777
|
-
.e-bigger.e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric,
|
|
778
|
-
.e-bigger .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric,
|
|
779
|
-
.e-bigger .e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
|
|
634
|
+
.e-bigger.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger.e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger .e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric {
|
|
780
635
|
width: 31%;
|
|
781
636
|
}
|
|
782
637
|
|
|
@@ -785,18 +640,15 @@ body.e-colorpicker-overflow {
|
|
|
785
640
|
margin-left: 0;
|
|
786
641
|
margin-right: 4.657%;
|
|
787
642
|
}
|
|
788
|
-
|
|
789
643
|
.e-bigger .e-rtl .e-container .e-selected-value .e-float-input,
|
|
790
644
|
.e-bigger.e-rtl .e-container .e-selected-value .e-float-input {
|
|
791
645
|
margin-left: 3.425%;
|
|
792
646
|
margin-right: 0;
|
|
793
647
|
}
|
|
794
|
-
|
|
795
648
|
.e-bigger .e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input,
|
|
796
649
|
.e-bigger.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
797
650
|
margin-left: calc(3.425% - 2.68px);
|
|
798
651
|
}
|
|
799
|
-
|
|
800
652
|
.e-bigger .e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child,
|
|
801
653
|
.e-bigger.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
802
654
|
margin-left: 0;
|
|
@@ -813,13 +665,12 @@ body.e-colorpicker-overflow {
|
|
|
813
665
|
border-bottom-right-radius: 0%;
|
|
814
666
|
border-top-left-radius: 50%;
|
|
815
667
|
border-top-right-radius: 50%;
|
|
816
|
-
box-shadow: 0
|
|
668
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
|
|
817
669
|
cursor: pointer;
|
|
818
670
|
min-width: 26px;
|
|
819
671
|
transform: translateY(18px) rotate(45deg) scale(0.01);
|
|
820
672
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
821
673
|
}
|
|
822
|
-
|
|
823
674
|
.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content {
|
|
824
675
|
background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
|
|
825
676
|
background-size: 8px;
|
|
@@ -843,7 +694,6 @@ body.e-colorpicker-overflow {
|
|
|
843
694
|
.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip {
|
|
844
695
|
min-width: 32px;
|
|
845
696
|
}
|
|
846
|
-
|
|
847
697
|
.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content,
|
|
848
698
|
.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content {
|
|
849
699
|
height: 30px;
|
|
@@ -853,50 +703,38 @@ body.e-colorpicker-overflow {
|
|
|
853
703
|
.e-container {
|
|
854
704
|
background-color: #fff;
|
|
855
705
|
}
|
|
856
|
-
|
|
857
706
|
.e-container .e-palette .e-tile:hover {
|
|
858
707
|
border-color: #fff;
|
|
859
708
|
}
|
|
860
|
-
|
|
861
709
|
.e-container .e-palette .e-tile.e-selected {
|
|
862
710
|
border-color: #fff;
|
|
863
711
|
}
|
|
864
|
-
|
|
865
|
-
.e-container .e-handler.e-hide-handler,
|
|
866
|
-
.e-container .e-handle.e-hide-handler {
|
|
712
|
+
.e-container .e-handler.e-hide-handler, .e-container .e-handle.e-hide-handler {
|
|
867
713
|
background-color: transparent;
|
|
868
714
|
border-color: transparent;
|
|
869
715
|
box-shadow: none;
|
|
870
716
|
}
|
|
871
717
|
|
|
872
|
-
.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle),
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
border-color: transparent;
|
|
718
|
+
.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle), .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle) {
|
|
719
|
+
background-color: #fff;
|
|
720
|
+
border-color: #fff;
|
|
876
721
|
}
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
background-color: transparent;
|
|
881
|
-
border-color: transparent;
|
|
722
|
+
.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle), .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle) {
|
|
723
|
+
background-color: #fff;
|
|
724
|
+
border-color: #fff;
|
|
882
725
|
}
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
border-color: #0dcaf0;
|
|
888
|
-
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.95);
|
|
726
|
+
.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle.e-tab-handle, .e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle.e-tab-handle {
|
|
727
|
+
background-color: #fff;
|
|
728
|
+
border-color: #fff;
|
|
729
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
|
|
889
730
|
}
|
|
890
731
|
|
|
891
|
-
.e-colorpicker-wrapper.e-disabled .e-value-switch-btn,
|
|
892
|
-
.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn,
|
|
732
|
+
.e-colorpicker-wrapper.e-disabled .e-value-switch-btn, .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn,
|
|
893
733
|
.e-colorpicker-container.e-disabled .e-value-switch-btn,
|
|
894
734
|
.e-colorpicker-container.e-disabled .e-mode-switch-btn {
|
|
895
735
|
color: rgba(255, 255, 255, 0.65);
|
|
896
736
|
}
|
|
897
|
-
|
|
898
|
-
.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus,
|
|
899
|
-
.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus,
|
|
737
|
+
.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus, .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus,
|
|
900
738
|
.e-colorpicker-container.e-disabled .e-value-switch-btn:focus,
|
|
901
739
|
.e-colorpicker-container.e-disabled .e-mode-switch-btn:focus {
|
|
902
740
|
background-color: transparent;
|
|
@@ -904,27 +742,22 @@ body.e-colorpicker-overflow {
|
|
|
904
742
|
outline: none;
|
|
905
743
|
outline-offset: unset;
|
|
906
744
|
}
|
|
907
|
-
|
|
908
|
-
.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active,
|
|
909
|
-
.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active,
|
|
745
|
+
.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active, .e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active,
|
|
910
746
|
.e-colorpicker-container.e-disabled .e-value-switch-btn:active,
|
|
911
747
|
.e-colorpicker-container.e-disabled .e-mode-switch-btn:active {
|
|
912
748
|
background-color: transparent;
|
|
913
749
|
color: rgba(255, 255, 255, 0.65);
|
|
914
750
|
}
|
|
915
|
-
|
|
916
751
|
.e-colorpicker-wrapper .e-btn.e-icon-btn,
|
|
917
752
|
.e-colorpicker-container .e-btn.e-icon-btn {
|
|
918
753
|
background-color: transparent;
|
|
919
754
|
color: #6c757d;
|
|
920
755
|
}
|
|
921
|
-
|
|
922
756
|
.e-colorpicker-wrapper .e-icon-btn:hover,
|
|
923
757
|
.e-colorpicker-container .e-icon-btn:hover {
|
|
924
758
|
background-color: #5c636a;
|
|
925
759
|
color: #fff;
|
|
926
760
|
}
|
|
927
|
-
|
|
928
761
|
.e-colorpicker-wrapper .e-icon-btn:focus,
|
|
929
762
|
.e-colorpicker-container .e-icon-btn:focus {
|
|
930
763
|
background-color: #5c636a;
|
|
@@ -932,14 +765,12 @@ body.e-colorpicker-overflow {
|
|
|
932
765
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
933
766
|
color: #fff;
|
|
934
767
|
}
|
|
935
|
-
|
|
936
768
|
.e-colorpicker-wrapper .e-icon-btn:active,
|
|
937
769
|
.e-colorpicker-container .e-icon-btn:active {
|
|
938
770
|
background-color: #565e64;
|
|
939
771
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
940
772
|
color: #fff;
|
|
941
773
|
}
|
|
942
|
-
|
|
943
774
|
.e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
|
|
944
775
|
.e-colorpicker-container .e-icon-btn:disabled,
|
|
945
776
|
.e-colorpicker-container .e-icon-btn.e-disabled {
|
|
@@ -951,4 +782,4 @@ body.e-colorpicker-overflow {
|
|
|
951
782
|
.e-popup.e-tooltip-wrap.e-color-picker-tooltip {
|
|
952
783
|
background-color: #fff;
|
|
953
784
|
border-color: #fff;
|
|
954
|
-
}
|
|
785
|
+
}
|