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