@syncfusion/ej2-angular-inputs 23.2.4 → 24.1.41
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/package.json +9 -9
- 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 +263 -3
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +263 -3
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +263 -3
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +276 -3
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +276 -3
- package/styles/bootstrap5.scss +1 -0
- package/styles/color-picker/_layout.scss +36 -0
- package/styles/color-picker/bootstrap5-dark.css +13 -0
- package/styles/color-picker/bootstrap5.css +13 -0
- package/styles/color-picker/fabric.css +5 -0
- package/styles/color-picker/fluent-dark.css +13 -0
- package/styles/color-picker/fluent.css +13 -0
- package/styles/color-picker/material.css +13 -0
- package/styles/color-picker/material3-dark.css +18 -0
- package/styles/color-picker/material3.css +18 -0
- package/styles/color-picker/tailwind-dark.css +13 -0
- package/styles/color-picker/tailwind.css +13 -0
- package/styles/data-form/_all.scss +2 -0
- package/styles/data-form/_bootstrap-dark-definition.scss +42 -0
- package/styles/data-form/_bootstrap-definition.scss +41 -0
- package/styles/data-form/_bootstrap4-definition.scss +41 -0
- package/styles/data-form/_bootstrap5-dark-definition.scss +1 -0
- package/styles/data-form/_bootstrap5-definition.scss +41 -0
- package/styles/data-form/_fabric-dark-definition.scss +41 -0
- package/styles/data-form/_fabric-definition.scss +41 -0
- package/styles/data-form/_fluent-dark-definition.scss +1 -0
- package/styles/data-form/_fluent-definition.scss +41 -0
- package/styles/data-form/_fusionnew-definition.scss +41 -0
- package/styles/data-form/_highcontrast-definition.scss +41 -0
- package/styles/data-form/_highcontrast-light-definition.scss +41 -0
- package/styles/data-form/_layout.scss +223 -0
- package/styles/data-form/_material-dark-definition.scss +41 -0
- package/styles/data-form/_material-definition.scss +42 -0
- package/styles/data-form/_material3-dark-definition.scss +1 -0
- package/styles/data-form/_material3-definition.scss +41 -0
- package/styles/data-form/_tailwind-dark-definition.scss +1 -0
- package/styles/data-form/_tailwind-definition.scss +41 -0
- package/styles/data-form/_theme.scss +38 -0
- package/styles/data-form/bootstrap-dark.css +240 -0
- package/styles/data-form/bootstrap-dark.scss +3 -0
- package/styles/data-form/bootstrap.css +240 -0
- package/styles/data-form/bootstrap.scss +3 -0
- package/styles/data-form/bootstrap4.css +240 -0
- package/styles/data-form/bootstrap4.scss +3 -0
- package/styles/data-form/bootstrap5-dark.css +240 -0
- package/styles/data-form/bootstrap5-dark.scss +3 -0
- package/styles/data-form/bootstrap5.css +240 -0
- package/styles/data-form/bootstrap5.scss +3 -0
- package/styles/data-form/fabric-dark.css +240 -0
- package/styles/data-form/fabric-dark.scss +3 -0
- package/styles/data-form/fabric.css +240 -0
- package/styles/data-form/fabric.scss +3 -0
- package/styles/data-form/fluent-dark.css +240 -0
- package/styles/data-form/fluent-dark.scss +3 -0
- package/styles/data-form/fluent.css +240 -0
- package/styles/data-form/fluent.scss +3 -0
- package/styles/data-form/highcontrast-light.css +240 -0
- package/styles/data-form/highcontrast-light.scss +3 -0
- package/styles/data-form/highcontrast.css +240 -0
- package/styles/data-form/highcontrast.scss +3 -0
- package/styles/data-form/material-dark.css +240 -0
- package/styles/data-form/material-dark.scss +3 -0
- package/styles/data-form/material.css +240 -0
- package/styles/data-form/material.scss +3 -0
- package/styles/data-form/material3-dark.css +295 -0
- package/styles/data-form/material3-dark.scss +4 -0
- package/styles/data-form/material3.css +351 -0
- package/styles/data-form/material3.scss +4 -0
- package/styles/data-form/tailwind-dark.css +240 -0
- package/styles/data-form/tailwind-dark.scss +3 -0
- package/styles/data-form/tailwind.css +240 -0
- package/styles/data-form/tailwind.scss +3 -0
- package/styles/fabric-dark.css +263 -3
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +268 -3
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +276 -3
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +276 -3
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +263 -3
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +263 -3
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +275 -3
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +288 -3
- package/styles/material.scss +1 -0
- package/styles/material3-dark.css +293 -3
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +293 -3
- package/styles/material3.scss +1 -0
- package/styles/rating/_bootstrap-dark-definition.scss +4 -0
- package/styles/rating/_bootstrap-definition.scss +4 -0
- package/styles/rating/_bootstrap4-definition.scss +4 -0
- package/styles/rating/_bootstrap5-definition.scss +4 -0
- package/styles/rating/_fabric-dark-definition.scss +4 -0
- package/styles/rating/_fabric-definition.scss +4 -0
- package/styles/rating/_fluent-definition.scss +4 -0
- package/styles/rating/_fusionnew-definition.scss +4 -0
- package/styles/rating/_highcontrast-definition.scss +4 -0
- package/styles/rating/_highcontrast-light-definition.scss +4 -0
- package/styles/rating/_layout.scss +21 -7
- package/styles/rating/_material-dark-definition.scss +4 -0
- package/styles/rating/_material-definition.scss +4 -0
- package/styles/rating/_material3-definition.scss +4 -0
- package/styles/rating/_tailwind-definition.scss +4 -0
- package/styles/rating/_theme.scss +5 -2
- package/styles/rating/bootstrap-dark.css +22 -3
- package/styles/rating/bootstrap.css +22 -3
- package/styles/rating/bootstrap4.css +22 -3
- package/styles/rating/bootstrap5-dark.css +22 -3
- package/styles/rating/bootstrap5.css +22 -3
- package/styles/rating/fabric-dark.css +22 -3
- package/styles/rating/fabric.css +22 -3
- package/styles/rating/fluent-dark.css +22 -3
- package/styles/rating/fluent.css +22 -3
- package/styles/rating/highcontrast-light.css +22 -3
- package/styles/rating/highcontrast.css +22 -3
- package/styles/rating/material-dark.css +22 -3
- package/styles/rating/material.css +22 -3
- package/styles/rating/material3-dark.css +22 -3
- package/styles/rating/material3.css +22 -3
- package/styles/rating/tailwind-dark.css +22 -3
- package/styles/rating/tailwind.css +22 -3
- package/styles/slider/_layout.scss +4 -0
- package/styles/slider/material-dark.css +12 -0
- package/styles/slider/material.css +12 -0
- package/styles/slider/material3-dark.css +12 -0
- package/styles/slider/material3.css +12 -0
- package/styles/tailwind-dark.css +276 -3
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +276 -3
- package/styles/tailwind.scss +1 -0
package/styles/highcontrast.css
CHANGED
|
@@ -7054,7 +7054,8 @@ body.e-colorpicker-overflow {
|
|
|
7054
7054
|
padding: 0;
|
|
7055
7055
|
margin: 4px;
|
|
7056
7056
|
}
|
|
7057
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
7057
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
7058
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
7058
7059
|
outline: 1px solid;
|
|
7059
7060
|
}
|
|
7060
7061
|
.e-rating-container .e-rating-item-list:focus-visible {
|
|
@@ -7073,10 +7074,13 @@ body.e-colorpicker-overflow {
|
|
|
7073
7074
|
min-height: calc(1em + 8px);
|
|
7074
7075
|
position: relative;
|
|
7075
7076
|
}
|
|
7077
|
+
.e-rating-container .e-rating-item-container:has(svg) {
|
|
7078
|
+
line-height: 13px;
|
|
7079
|
+
}
|
|
7076
7080
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
7077
7081
|
display: block;
|
|
7078
7082
|
}
|
|
7079
|
-
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
7083
|
+
.e-rating-container.e-rating-animation.e-touch-select:not(.e-disabled) .e-rating-item-container.e-rating-focus .e-rating-item, .e-rating-container.e-rating-animation:not(.e-disabled, .e-rating-touch) .e-rating-item-container:hover .e-rating-item {
|
|
7080
7084
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
7081
7085
|
transform: scale(1.4);
|
|
7082
7086
|
pointer-events: none;
|
|
@@ -7166,6 +7170,10 @@ body.e-colorpicker-overflow {
|
|
|
7166
7170
|
.e-small .e-rating-container .e-rating-item-container {
|
|
7167
7171
|
font-size: 16px;
|
|
7168
7172
|
}
|
|
7173
|
+
.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7174
|
+
.e-small .e-rating-container .e-rating-item-container:has(svg) {
|
|
7175
|
+
line-height: 13px;
|
|
7176
|
+
}
|
|
7169
7177
|
.e-small.e-rating-container .e-rating-label,
|
|
7170
7178
|
.e-small .e-rating-container .e-rating-label {
|
|
7171
7179
|
font-size: 10px;
|
|
@@ -7180,6 +7188,10 @@ body.e-colorpicker-overflow {
|
|
|
7180
7188
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
7181
7189
|
font-size: 28px;
|
|
7182
7190
|
}
|
|
7191
|
+
.e-bigger.e-rating-container .e-rating-item-container:has(svg),
|
|
7192
|
+
.e-bigger .e-rating-container .e-rating-item-container:has(svg) {
|
|
7193
|
+
line-height: 21px;
|
|
7194
|
+
}
|
|
7183
7195
|
.e-bigger.e-rating-container .e-rating-label,
|
|
7184
7196
|
.e-bigger .e-rating-container .e-rating-label {
|
|
7185
7197
|
font-size: 14px;
|
|
@@ -7196,6 +7208,12 @@ body.e-colorpicker-overflow {
|
|
|
7196
7208
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
7197
7209
|
font-size: 24px;
|
|
7198
7210
|
}
|
|
7211
|
+
.e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7212
|
+
.e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),
|
|
7213
|
+
.e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7214
|
+
.e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg) {
|
|
7215
|
+
line-height: 19px;
|
|
7216
|
+
}
|
|
7199
7217
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
7200
7218
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
|
7201
7219
|
.e-bigger .e-small.e-rating-container .e-rating-label,
|
|
@@ -7210,7 +7228,8 @@ body.e-colorpicker-overflow {
|
|
|
7210
7228
|
font-size: 20px;
|
|
7211
7229
|
}
|
|
7212
7230
|
|
|
7213
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
7231
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
7232
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
7214
7233
|
outline-color: #fff;
|
|
7215
7234
|
border-radius: 0;
|
|
7216
7235
|
}
|
|
@@ -7303,4 +7322,245 @@ body.e-colorpicker-overflow {
|
|
|
7303
7322
|
/* stylelint-disable property-no-vendor-prefix */
|
|
7304
7323
|
-webkit-background-clip: text;
|
|
7305
7324
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7325
|
+
}
|
|
7326
|
+
|
|
7327
|
+
/*! FileManager's highcontrast theme wise override definitions and variables */
|
|
7328
|
+
/*! data-form layout */
|
|
7329
|
+
.e-data-form .e-form-label {
|
|
7330
|
+
font-size: 14px;
|
|
7331
|
+
margin-bottom: 4px;
|
|
7332
|
+
font-weight: 600;
|
|
7333
|
+
}
|
|
7334
|
+
.e-data-form .e-form-layout {
|
|
7335
|
+
display: -ms-grid;
|
|
7336
|
+
display: grid;
|
|
7337
|
+
}
|
|
7338
|
+
.e-data-form .e-grid-col-2 {
|
|
7339
|
+
-ms-grid-columns: (minmax(0, 1fr))[2];
|
|
7340
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7341
|
+
}
|
|
7342
|
+
.e-data-form .e-grid-col-3 {
|
|
7343
|
+
-ms-grid-columns: (minmax(0, 1fr))[3];
|
|
7344
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
7345
|
+
}
|
|
7346
|
+
.e-data-form .e-grid-col-4 {
|
|
7347
|
+
-ms-grid-columns: (minmax(0, 1fr))[4];
|
|
7348
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
7349
|
+
}
|
|
7350
|
+
.e-data-form .e-grid-col-5 {
|
|
7351
|
+
-ms-grid-columns: (minmax(0, 1fr))[5];
|
|
7352
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
7353
|
+
}
|
|
7354
|
+
.e-data-form .e-grid-col-6 {
|
|
7355
|
+
-ms-grid-columns: (minmax(0, 1fr))[6];
|
|
7356
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
7357
|
+
}
|
|
7358
|
+
.e-data-form .e-grid-col-7 {
|
|
7359
|
+
-ms-grid-columns: (minmax(0, 1fr))[7];
|
|
7360
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
7361
|
+
}
|
|
7362
|
+
.e-data-form .e-grid-col-8 {
|
|
7363
|
+
-ms-grid-columns: (minmax(0, 1fr))[8];
|
|
7364
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
7365
|
+
}
|
|
7366
|
+
.e-data-form .e-grid-col-9 {
|
|
7367
|
+
-ms-grid-columns: (minmax(0, 1fr))[9];
|
|
7368
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
7369
|
+
}
|
|
7370
|
+
.e-data-form .e-grid-col-10 {
|
|
7371
|
+
-ms-grid-columns: (minmax(0, 1fr))[10];
|
|
7372
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
7373
|
+
}
|
|
7374
|
+
.e-data-form .e-grid-col-11 {
|
|
7375
|
+
-ms-grid-columns: (minmax(0, 1fr))[11];
|
|
7376
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
7377
|
+
}
|
|
7378
|
+
.e-data-form .e-grid-col-12 {
|
|
7379
|
+
-ms-grid-columns: (minmax(0, 1fr))[12];
|
|
7380
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
7381
|
+
}
|
|
7382
|
+
.e-data-form .e-colspan-1 {
|
|
7383
|
+
-ms-grid-column-span: 1;
|
|
7384
|
+
-ms-grid-column: span 1;
|
|
7385
|
+
grid-column: span 1/span 1;
|
|
7386
|
+
}
|
|
7387
|
+
.e-data-form .e-colspan-2 {
|
|
7388
|
+
-ms-grid-column-span: 2;
|
|
7389
|
+
-ms-grid-column: span 2;
|
|
7390
|
+
grid-column: span 2/span 2;
|
|
7391
|
+
}
|
|
7392
|
+
.e-data-form .e-colspan-3 {
|
|
7393
|
+
-ms-grid-column-span: 3;
|
|
7394
|
+
-ms-grid-column: span 3;
|
|
7395
|
+
grid-column: span 3/span 3;
|
|
7396
|
+
}
|
|
7397
|
+
.e-data-form .e-colspan-4 {
|
|
7398
|
+
-ms-grid-column-span: 4;
|
|
7399
|
+
-ms-grid-column: span 4;
|
|
7400
|
+
grid-column: span 4/span 4;
|
|
7401
|
+
}
|
|
7402
|
+
.e-data-form .e-colspan-5 {
|
|
7403
|
+
-ms-grid-column-span: 5;
|
|
7404
|
+
-ms-grid-column: span 5;
|
|
7405
|
+
grid-column: span 5/span 5;
|
|
7406
|
+
}
|
|
7407
|
+
.e-data-form .e-colspan-6 {
|
|
7408
|
+
-ms-grid-column-span: 6;
|
|
7409
|
+
-ms-grid-column: span 6;
|
|
7410
|
+
grid-column: span 6/span 6;
|
|
7411
|
+
}
|
|
7412
|
+
.e-data-form .e-colspan-7 {
|
|
7413
|
+
-ms-grid-column-span: 7;
|
|
7414
|
+
-ms-grid-column: span 7;
|
|
7415
|
+
grid-column: span 7/span 7;
|
|
7416
|
+
}
|
|
7417
|
+
.e-data-form .e-colspan-8 {
|
|
7418
|
+
-ms-grid-column-span: 8;
|
|
7419
|
+
-ms-grid-column: span 8;
|
|
7420
|
+
grid-column: span 8/span 8;
|
|
7421
|
+
}
|
|
7422
|
+
.e-data-form .e-colspan-9 {
|
|
7423
|
+
-ms-grid-column-span: 9;
|
|
7424
|
+
-ms-grid-column: span 9;
|
|
7425
|
+
grid-column: span 9/span 9;
|
|
7426
|
+
}
|
|
7427
|
+
.e-data-form .e-colspan-10 {
|
|
7428
|
+
-ms-grid-column-span: 10;
|
|
7429
|
+
-ms-grid-column: span 10;
|
|
7430
|
+
grid-column: span 10/span 10;
|
|
7431
|
+
}
|
|
7432
|
+
.e-data-form .e-colspan-11 {
|
|
7433
|
+
-ms-grid-column-span: 11;
|
|
7434
|
+
-ms-grid-column: span 11;
|
|
7435
|
+
grid-column: span 11/span 11;
|
|
7436
|
+
}
|
|
7437
|
+
.e-data-form .e-colspan-12 {
|
|
7438
|
+
-ms-grid-column-span: 12;
|
|
7439
|
+
-ms-grid-column: span 12;
|
|
7440
|
+
grid-column: span 12/span 12;
|
|
7441
|
+
}
|
|
7442
|
+
.e-data-form .e-label-left .e-form-item-wrapper {
|
|
7443
|
+
-ms-flex: 1 1 auto;
|
|
7444
|
+
flex: 1 1 auto;
|
|
7445
|
+
max-width: calc(75% - 12px);
|
|
7446
|
+
}
|
|
7447
|
+
.e-data-form .e-label-left .e-form-label {
|
|
7448
|
+
margin-right: 12px;
|
|
7449
|
+
width: 25%;
|
|
7450
|
+
text-align: end;
|
|
7451
|
+
-ms-flex-direction: column;
|
|
7452
|
+
flex-direction: column;
|
|
7453
|
+
-ms-flex-align: end;
|
|
7454
|
+
align-items: flex-end;
|
|
7455
|
+
-ms-flex-pack: start;
|
|
7456
|
+
justify-content: flex-start;
|
|
7457
|
+
}
|
|
7458
|
+
.e-data-form .e-label-left .validation-message {
|
|
7459
|
+
display: -ms-flexbox;
|
|
7460
|
+
display: flex;
|
|
7461
|
+
}
|
|
7462
|
+
.e-data-form .e-form-group {
|
|
7463
|
+
border: none;
|
|
7464
|
+
padding: 0;
|
|
7465
|
+
margin: 0;
|
|
7466
|
+
}
|
|
7467
|
+
.e-data-form .e-form-group .e-group-title {
|
|
7468
|
+
position: relative;
|
|
7469
|
+
display: inline-block;
|
|
7470
|
+
padding-bottom: 8px;
|
|
7471
|
+
/* Gap between text and border */
|
|
7472
|
+
margin-bottom: 0;
|
|
7473
|
+
font-size: 16px;
|
|
7474
|
+
}
|
|
7475
|
+
.e-data-form .e-form-group .e-group-title::after {
|
|
7476
|
+
content: "";
|
|
7477
|
+
position: absolute;
|
|
7478
|
+
bottom: 0;
|
|
7479
|
+
left: 0;
|
|
7480
|
+
width: 100%;
|
|
7481
|
+
height: 1px;
|
|
7482
|
+
border-bottom: 1px solid #969696;
|
|
7483
|
+
}
|
|
7484
|
+
.e-data-form .e-label-top {
|
|
7485
|
+
display: -ms-flexbox;
|
|
7486
|
+
display: flex;
|
|
7487
|
+
-ms-flex-direction: column;
|
|
7488
|
+
flex-direction: column;
|
|
7489
|
+
margin-top: 20px;
|
|
7490
|
+
}
|
|
7491
|
+
.e-data-form .e-label-top .e-label-right {
|
|
7492
|
+
display: -ms-flexbox;
|
|
7493
|
+
display: flex;
|
|
7494
|
+
-ms-flex-align: center;
|
|
7495
|
+
align-items: center;
|
|
7496
|
+
}
|
|
7497
|
+
.e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
|
|
7498
|
+
margin-top: 3px;
|
|
7499
|
+
margin-left: 5px;
|
|
7500
|
+
}
|
|
7501
|
+
.e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
|
|
7502
|
+
margin-top: 3px;
|
|
7503
|
+
}
|
|
7504
|
+
.e-data-form .e-label-left {
|
|
7505
|
+
display: -ms-flexbox;
|
|
7506
|
+
display: flex;
|
|
7507
|
+
text-align: center;
|
|
7508
|
+
margin-top: 20px;
|
|
7509
|
+
}
|
|
7510
|
+
.e-data-form .e-button-left {
|
|
7511
|
+
-ms-flex-pack: start;
|
|
7512
|
+
justify-content: flex-start;
|
|
7513
|
+
}
|
|
7514
|
+
.e-data-form .e-button-right {
|
|
7515
|
+
-ms-flex-pack: end;
|
|
7516
|
+
justify-content: flex-end;
|
|
7517
|
+
}
|
|
7518
|
+
.e-data-form .e-button-center {
|
|
7519
|
+
-ms-flex-pack: center;
|
|
7520
|
+
justify-content: center;
|
|
7521
|
+
}
|
|
7522
|
+
.e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
|
|
7523
|
+
margin-top: 24px;
|
|
7524
|
+
display: -ms-flexbox;
|
|
7525
|
+
display: flex;
|
|
7526
|
+
gap: 10px;
|
|
7527
|
+
}
|
|
7528
|
+
.e-data-form .e-button-left .e-btn, .e-data-form .e-button-right .e-btn, .e-data-form .e-button-center .e-btn, .e-data-form .e-button-stretch .e-btn {
|
|
7529
|
+
border-radius: 20px;
|
|
7530
|
+
padding: 7px 16px;
|
|
7531
|
+
}
|
|
7532
|
+
.e-data-form .e-button-stretch .e-btn {
|
|
7533
|
+
width: 100%;
|
|
7534
|
+
}
|
|
7535
|
+
.e-data-form > :first-child.e-form-layout {
|
|
7536
|
+
margin-top: 0;
|
|
7537
|
+
}
|
|
7538
|
+
.e-data-form .e-form-group-layout {
|
|
7539
|
+
display: -ms-grid;
|
|
7540
|
+
display: grid;
|
|
7541
|
+
}
|
|
7542
|
+
|
|
7543
|
+
/*! data-form theme */
|
|
7544
|
+
.e-data-form .e-form-label {
|
|
7545
|
+
color: #fff;
|
|
7546
|
+
}
|
|
7547
|
+
.e-data-form .e-group-title {
|
|
7548
|
+
color: #fff;
|
|
7549
|
+
}
|
|
7550
|
+
.e-data-form .validation-message {
|
|
7551
|
+
color: #fff;
|
|
7552
|
+
font-size: 14px;
|
|
7553
|
+
font-style: italic;
|
|
7554
|
+
}
|
|
7555
|
+
|
|
7556
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip {
|
|
7557
|
+
background-color: #b30900;
|
|
7558
|
+
border: #b30900;
|
|
7559
|
+
}
|
|
7560
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
|
|
7561
|
+
color: #fff;
|
|
7562
|
+
}
|
|
7563
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-outer.e-tip-top, .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-inner.e-tip-top {
|
|
7564
|
+
border-bottom-color: #b30900;
|
|
7565
|
+
color: #b30900;
|
|
7306
7566
|
}
|
package/styles/highcontrast.scss
CHANGED
package/styles/material-dark.css
CHANGED
|
@@ -12780,15 +12780,27 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12780
12780
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
|
|
12781
12781
|
visibility: hidden;
|
|
12782
12782
|
}
|
|
12783
|
+
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-before {
|
|
12784
|
+
transform: rotate(45deg);
|
|
12785
|
+
}
|
|
12783
12786
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-before .e-tip-content {
|
|
12784
12787
|
transform: rotate(-45deg);
|
|
12785
12788
|
}
|
|
12789
|
+
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-after {
|
|
12790
|
+
transform: rotate(225deg);
|
|
12791
|
+
}
|
|
12786
12792
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-after .e-tip-content {
|
|
12787
12793
|
transform: rotate(-225deg);
|
|
12788
12794
|
}
|
|
12795
|
+
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-before {
|
|
12796
|
+
transform: rotate(-45deg);
|
|
12797
|
+
}
|
|
12789
12798
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-before .e-tip-content {
|
|
12790
12799
|
transform: rotate(45deg);
|
|
12791
12800
|
}
|
|
12801
|
+
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-after {
|
|
12802
|
+
transform: rotate(-225deg);
|
|
12803
|
+
}
|
|
12792
12804
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-after .e-tip-content {
|
|
12793
12805
|
transform: rotate(225deg);
|
|
12794
12806
|
}
|
|
@@ -14894,7 +14906,8 @@ body.e-colorpicker-overflow {
|
|
|
14894
14906
|
padding: 0;
|
|
14895
14907
|
margin: 4px;
|
|
14896
14908
|
}
|
|
14897
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
14909
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
14910
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
14898
14911
|
outline: 1px solid;
|
|
14899
14912
|
}
|
|
14900
14913
|
.e-rating-container .e-rating-item-list:focus-visible {
|
|
@@ -14913,10 +14926,13 @@ body.e-colorpicker-overflow {
|
|
|
14913
14926
|
min-height: calc(1em + 8px);
|
|
14914
14927
|
position: relative;
|
|
14915
14928
|
}
|
|
14929
|
+
.e-rating-container .e-rating-item-container:has(svg) {
|
|
14930
|
+
line-height: 13px;
|
|
14931
|
+
}
|
|
14916
14932
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
14917
14933
|
display: block;
|
|
14918
14934
|
}
|
|
14919
|
-
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
14935
|
+
.e-rating-container.e-rating-animation.e-touch-select:not(.e-disabled) .e-rating-item-container.e-rating-focus .e-rating-item, .e-rating-container.e-rating-animation:not(.e-disabled, .e-rating-touch) .e-rating-item-container:hover .e-rating-item {
|
|
14920
14936
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
14921
14937
|
transform: scale(1.4);
|
|
14922
14938
|
pointer-events: none;
|
|
@@ -15006,6 +15022,10 @@ body.e-colorpicker-overflow {
|
|
|
15006
15022
|
.e-small .e-rating-container .e-rating-item-container {
|
|
15007
15023
|
font-size: 16px;
|
|
15008
15024
|
}
|
|
15025
|
+
.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
15026
|
+
.e-small .e-rating-container .e-rating-item-container:has(svg) {
|
|
15027
|
+
line-height: 9px;
|
|
15028
|
+
}
|
|
15009
15029
|
.e-small.e-rating-container .e-rating-label,
|
|
15010
15030
|
.e-small .e-rating-container .e-rating-label {
|
|
15011
15031
|
font-size: 10px;
|
|
@@ -15020,6 +15040,10 @@ body.e-colorpicker-overflow {
|
|
|
15020
15040
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
15021
15041
|
font-size: 32px;
|
|
15022
15042
|
}
|
|
15043
|
+
.e-bigger.e-rating-container .e-rating-item-container:has(svg),
|
|
15044
|
+
.e-bigger .e-rating-container .e-rating-item-container:has(svg) {
|
|
15045
|
+
line-height: 21px;
|
|
15046
|
+
}
|
|
15023
15047
|
.e-bigger.e-rating-container .e-rating-label,
|
|
15024
15048
|
.e-bigger .e-rating-container .e-rating-label {
|
|
15025
15049
|
font-size: 14px;
|
|
@@ -15036,6 +15060,12 @@ body.e-colorpicker-overflow {
|
|
|
15036
15060
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
15037
15061
|
font-size: 24px;
|
|
15038
15062
|
}
|
|
15063
|
+
.e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
15064
|
+
.e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),
|
|
15065
|
+
.e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
15066
|
+
.e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg) {
|
|
15067
|
+
line-height: 17px;
|
|
15068
|
+
}
|
|
15039
15069
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
15040
15070
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
|
15041
15071
|
.e-bigger .e-small.e-rating-container .e-rating-label,
|
|
@@ -15050,7 +15080,8 @@ body.e-colorpicker-overflow {
|
|
|
15050
15080
|
font-size: 20px;
|
|
15051
15081
|
}
|
|
15052
15082
|
|
|
15053
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
15083
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
15084
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
15054
15085
|
outline-color: #3f51b5;
|
|
15055
15086
|
border-radius: 0;
|
|
15056
15087
|
}
|
|
@@ -15143,4 +15174,245 @@ body.e-colorpicker-overflow {
|
|
|
15143
15174
|
/* stylelint-disable property-no-vendor-prefix */
|
|
15144
15175
|
-webkit-background-clip: text;
|
|
15145
15176
|
/* stylelint-enable property-no-vendor-prefix */
|
|
15177
|
+
}
|
|
15178
|
+
|
|
15179
|
+
/*! Form material theme wise override definitions and variables */
|
|
15180
|
+
/*! data-form layout */
|
|
15181
|
+
.e-data-form .e-form-label {
|
|
15182
|
+
font-size: 12px;
|
|
15183
|
+
margin-bottom: 4px;
|
|
15184
|
+
font-weight: 400;
|
|
15185
|
+
}
|
|
15186
|
+
.e-data-form .e-form-layout {
|
|
15187
|
+
display: -ms-grid;
|
|
15188
|
+
display: grid;
|
|
15189
|
+
}
|
|
15190
|
+
.e-data-form .e-grid-col-2 {
|
|
15191
|
+
-ms-grid-columns: (minmax(0, 1fr))[2];
|
|
15192
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
15193
|
+
}
|
|
15194
|
+
.e-data-form .e-grid-col-3 {
|
|
15195
|
+
-ms-grid-columns: (minmax(0, 1fr))[3];
|
|
15196
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
15197
|
+
}
|
|
15198
|
+
.e-data-form .e-grid-col-4 {
|
|
15199
|
+
-ms-grid-columns: (minmax(0, 1fr))[4];
|
|
15200
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
15201
|
+
}
|
|
15202
|
+
.e-data-form .e-grid-col-5 {
|
|
15203
|
+
-ms-grid-columns: (minmax(0, 1fr))[5];
|
|
15204
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
15205
|
+
}
|
|
15206
|
+
.e-data-form .e-grid-col-6 {
|
|
15207
|
+
-ms-grid-columns: (minmax(0, 1fr))[6];
|
|
15208
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
15209
|
+
}
|
|
15210
|
+
.e-data-form .e-grid-col-7 {
|
|
15211
|
+
-ms-grid-columns: (minmax(0, 1fr))[7];
|
|
15212
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
15213
|
+
}
|
|
15214
|
+
.e-data-form .e-grid-col-8 {
|
|
15215
|
+
-ms-grid-columns: (minmax(0, 1fr))[8];
|
|
15216
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
15217
|
+
}
|
|
15218
|
+
.e-data-form .e-grid-col-9 {
|
|
15219
|
+
-ms-grid-columns: (minmax(0, 1fr))[9];
|
|
15220
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
15221
|
+
}
|
|
15222
|
+
.e-data-form .e-grid-col-10 {
|
|
15223
|
+
-ms-grid-columns: (minmax(0, 1fr))[10];
|
|
15224
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
15225
|
+
}
|
|
15226
|
+
.e-data-form .e-grid-col-11 {
|
|
15227
|
+
-ms-grid-columns: (minmax(0, 1fr))[11];
|
|
15228
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
15229
|
+
}
|
|
15230
|
+
.e-data-form .e-grid-col-12 {
|
|
15231
|
+
-ms-grid-columns: (minmax(0, 1fr))[12];
|
|
15232
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
15233
|
+
}
|
|
15234
|
+
.e-data-form .e-colspan-1 {
|
|
15235
|
+
-ms-grid-column-span: 1;
|
|
15236
|
+
-ms-grid-column: span 1;
|
|
15237
|
+
grid-column: span 1/span 1;
|
|
15238
|
+
}
|
|
15239
|
+
.e-data-form .e-colspan-2 {
|
|
15240
|
+
-ms-grid-column-span: 2;
|
|
15241
|
+
-ms-grid-column: span 2;
|
|
15242
|
+
grid-column: span 2/span 2;
|
|
15243
|
+
}
|
|
15244
|
+
.e-data-form .e-colspan-3 {
|
|
15245
|
+
-ms-grid-column-span: 3;
|
|
15246
|
+
-ms-grid-column: span 3;
|
|
15247
|
+
grid-column: span 3/span 3;
|
|
15248
|
+
}
|
|
15249
|
+
.e-data-form .e-colspan-4 {
|
|
15250
|
+
-ms-grid-column-span: 4;
|
|
15251
|
+
-ms-grid-column: span 4;
|
|
15252
|
+
grid-column: span 4/span 4;
|
|
15253
|
+
}
|
|
15254
|
+
.e-data-form .e-colspan-5 {
|
|
15255
|
+
-ms-grid-column-span: 5;
|
|
15256
|
+
-ms-grid-column: span 5;
|
|
15257
|
+
grid-column: span 5/span 5;
|
|
15258
|
+
}
|
|
15259
|
+
.e-data-form .e-colspan-6 {
|
|
15260
|
+
-ms-grid-column-span: 6;
|
|
15261
|
+
-ms-grid-column: span 6;
|
|
15262
|
+
grid-column: span 6/span 6;
|
|
15263
|
+
}
|
|
15264
|
+
.e-data-form .e-colspan-7 {
|
|
15265
|
+
-ms-grid-column-span: 7;
|
|
15266
|
+
-ms-grid-column: span 7;
|
|
15267
|
+
grid-column: span 7/span 7;
|
|
15268
|
+
}
|
|
15269
|
+
.e-data-form .e-colspan-8 {
|
|
15270
|
+
-ms-grid-column-span: 8;
|
|
15271
|
+
-ms-grid-column: span 8;
|
|
15272
|
+
grid-column: span 8/span 8;
|
|
15273
|
+
}
|
|
15274
|
+
.e-data-form .e-colspan-9 {
|
|
15275
|
+
-ms-grid-column-span: 9;
|
|
15276
|
+
-ms-grid-column: span 9;
|
|
15277
|
+
grid-column: span 9/span 9;
|
|
15278
|
+
}
|
|
15279
|
+
.e-data-form .e-colspan-10 {
|
|
15280
|
+
-ms-grid-column-span: 10;
|
|
15281
|
+
-ms-grid-column: span 10;
|
|
15282
|
+
grid-column: span 10/span 10;
|
|
15283
|
+
}
|
|
15284
|
+
.e-data-form .e-colspan-11 {
|
|
15285
|
+
-ms-grid-column-span: 11;
|
|
15286
|
+
-ms-grid-column: span 11;
|
|
15287
|
+
grid-column: span 11/span 11;
|
|
15288
|
+
}
|
|
15289
|
+
.e-data-form .e-colspan-12 {
|
|
15290
|
+
-ms-grid-column-span: 12;
|
|
15291
|
+
-ms-grid-column: span 12;
|
|
15292
|
+
grid-column: span 12/span 12;
|
|
15293
|
+
}
|
|
15294
|
+
.e-data-form .e-label-left .e-form-item-wrapper {
|
|
15295
|
+
-ms-flex: 1 1 auto;
|
|
15296
|
+
flex: 1 1 auto;
|
|
15297
|
+
max-width: calc(75% - 12px);
|
|
15298
|
+
}
|
|
15299
|
+
.e-data-form .e-label-left .e-form-label {
|
|
15300
|
+
margin-right: 12px;
|
|
15301
|
+
width: 25%;
|
|
15302
|
+
text-align: end;
|
|
15303
|
+
-ms-flex-direction: column;
|
|
15304
|
+
flex-direction: column;
|
|
15305
|
+
-ms-flex-align: end;
|
|
15306
|
+
align-items: flex-end;
|
|
15307
|
+
-ms-flex-pack: start;
|
|
15308
|
+
justify-content: flex-start;
|
|
15309
|
+
}
|
|
15310
|
+
.e-data-form .e-label-left .validation-message {
|
|
15311
|
+
display: -ms-flexbox;
|
|
15312
|
+
display: flex;
|
|
15313
|
+
}
|
|
15314
|
+
.e-data-form .e-form-group {
|
|
15315
|
+
border: none;
|
|
15316
|
+
padding: 0;
|
|
15317
|
+
margin: 0;
|
|
15318
|
+
}
|
|
15319
|
+
.e-data-form .e-form-group .e-group-title {
|
|
15320
|
+
position: relative;
|
|
15321
|
+
display: inline-block;
|
|
15322
|
+
padding-bottom: 8px;
|
|
15323
|
+
/* Gap between text and border */
|
|
15324
|
+
margin-bottom: 4px;
|
|
15325
|
+
font-size: 16px;
|
|
15326
|
+
}
|
|
15327
|
+
.e-data-form .e-form-group .e-group-title::after {
|
|
15328
|
+
content: "";
|
|
15329
|
+
position: absolute;
|
|
15330
|
+
bottom: 0;
|
|
15331
|
+
left: 0;
|
|
15332
|
+
width: 100%;
|
|
15333
|
+
height: 1px;
|
|
15334
|
+
border-bottom: 1px solid #dee2e6;
|
|
15335
|
+
}
|
|
15336
|
+
.e-data-form .e-label-top {
|
|
15337
|
+
display: -ms-flexbox;
|
|
15338
|
+
display: flex;
|
|
15339
|
+
-ms-flex-direction: column;
|
|
15340
|
+
flex-direction: column;
|
|
15341
|
+
margin-top: 20px;
|
|
15342
|
+
}
|
|
15343
|
+
.e-data-form .e-label-top .e-label-right {
|
|
15344
|
+
display: -ms-flexbox;
|
|
15345
|
+
display: flex;
|
|
15346
|
+
-ms-flex-align: center;
|
|
15347
|
+
align-items: center;
|
|
15348
|
+
}
|
|
15349
|
+
.e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
|
|
15350
|
+
margin-top: 3px;
|
|
15351
|
+
margin-left: 5px;
|
|
15352
|
+
}
|
|
15353
|
+
.e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
|
|
15354
|
+
margin-top: 6px;
|
|
15355
|
+
}
|
|
15356
|
+
.e-data-form .e-label-left {
|
|
15357
|
+
display: -ms-flexbox;
|
|
15358
|
+
display: flex;
|
|
15359
|
+
text-align: center;
|
|
15360
|
+
margin-top: 20px;
|
|
15361
|
+
}
|
|
15362
|
+
.e-data-form .e-button-left {
|
|
15363
|
+
-ms-flex-pack: start;
|
|
15364
|
+
justify-content: flex-start;
|
|
15365
|
+
}
|
|
15366
|
+
.e-data-form .e-button-right {
|
|
15367
|
+
-ms-flex-pack: end;
|
|
15368
|
+
justify-content: flex-end;
|
|
15369
|
+
}
|
|
15370
|
+
.e-data-form .e-button-center {
|
|
15371
|
+
-ms-flex-pack: center;
|
|
15372
|
+
justify-content: center;
|
|
15373
|
+
}
|
|
15374
|
+
.e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
|
|
15375
|
+
margin-top: 24px;
|
|
15376
|
+
display: -ms-flexbox;
|
|
15377
|
+
display: flex;
|
|
15378
|
+
gap: 10px;
|
|
15379
|
+
}
|
|
15380
|
+
.e-data-form .e-button-left .e-btn, .e-data-form .e-button-right .e-btn, .e-data-form .e-button-center .e-btn, .e-data-form .e-button-stretch .e-btn {
|
|
15381
|
+
border-radius: 20px;
|
|
15382
|
+
padding: 7px 16px;
|
|
15383
|
+
}
|
|
15384
|
+
.e-data-form .e-button-stretch .e-btn {
|
|
15385
|
+
width: 100%;
|
|
15386
|
+
}
|
|
15387
|
+
.e-data-form > :first-child.e-form-layout {
|
|
15388
|
+
margin-top: 0;
|
|
15389
|
+
}
|
|
15390
|
+
.e-data-form .e-form-group-layout {
|
|
15391
|
+
display: -ms-grid;
|
|
15392
|
+
display: grid;
|
|
15393
|
+
}
|
|
15394
|
+
|
|
15395
|
+
/*! data-form theme */
|
|
15396
|
+
.e-data-form .e-form-label {
|
|
15397
|
+
color: rgba(255, 255, 255, 0.64);
|
|
15398
|
+
}
|
|
15399
|
+
.e-data-form .e-group-title {
|
|
15400
|
+
color: rgba(255, 255, 255, 0.64);
|
|
15401
|
+
}
|
|
15402
|
+
.e-data-form .validation-message {
|
|
15403
|
+
color: #d21800;
|
|
15404
|
+
font-size: 12px;
|
|
15405
|
+
font-style: italic;
|
|
15406
|
+
}
|
|
15407
|
+
|
|
15408
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip {
|
|
15409
|
+
background-color: #ffd7d2;
|
|
15410
|
+
border: #ffd7d2;
|
|
15411
|
+
}
|
|
15412
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
|
|
15413
|
+
color: #d21800;
|
|
15414
|
+
}
|
|
15415
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-outer.e-tip-top, .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-inner.e-tip-top {
|
|
15416
|
+
border-bottom-color: #ffd7d2;
|
|
15417
|
+
color: #ffd7d2;
|
|
15146
15418
|
}
|