@featherk/styles 0.5.4 → 0.5.6
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/dist/v8.2.0/css/featherk-beautified.css +738 -151
- package/dist/v8.2.0/css/featherk.css +1 -1
- package/dist/v8.2.0/external-styles/featherk-overrides--k-datetime.css +64 -0
- package/dist/v8.2.0/scss/_externalStyles.scss +3 -1
- package/dist/v8.2.0/scss/_overrides.scss +221 -56
- package/dist/v8.2.0/scss/_tokens.scss +9 -4
- package/package.json +1 -1
|
@@ -8,51 +8,51 @@
|
|
|
8
8
|
}
|
|
9
9
|
@font-face {
|
|
10
10
|
font-family: Inter;
|
|
11
|
-
src: url("../fonts/Inter-
|
|
11
|
+
src: url("../fonts/Inter-Light.woff2") format("woff2");
|
|
12
12
|
font-style: normal;
|
|
13
|
-
font-weight:
|
|
13
|
+
font-weight: 300;
|
|
14
14
|
font-display: auto;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: Inter;
|
|
18
|
-
src: url("../fonts/Inter-
|
|
19
|
-
font-style:
|
|
18
|
+
src: url("../fonts/Inter-Bold.woff2") format("woff2");
|
|
19
|
+
font-style: normal;
|
|
20
20
|
font-weight: 700;
|
|
21
21
|
font-display: auto;
|
|
22
22
|
}
|
|
23
23
|
@font-face {
|
|
24
24
|
font-family: Inter;
|
|
25
|
-
src: url("../fonts/Inter-
|
|
26
|
-
font-style:
|
|
27
|
-
font-weight:
|
|
25
|
+
src: url("../fonts/Inter-BoldItalic.woff2") format("woff2");
|
|
26
|
+
font-style: italic;
|
|
27
|
+
font-weight: 700;
|
|
28
28
|
font-display: auto;
|
|
29
29
|
}
|
|
30
30
|
@font-face {
|
|
31
31
|
font-family: Inter;
|
|
32
|
-
src: url("../fonts/Inter-
|
|
32
|
+
src: url("../fonts/Inter-MediumItalic.woff2") format("woff2");
|
|
33
33
|
font-style: italic;
|
|
34
|
-
font-weight:
|
|
34
|
+
font-weight: 500;
|
|
35
35
|
font-display: auto;
|
|
36
36
|
}
|
|
37
37
|
@font-face {
|
|
38
38
|
font-family: Inter;
|
|
39
|
-
src: url("../fonts/Inter-
|
|
40
|
-
font-style:
|
|
41
|
-
font-weight:
|
|
39
|
+
src: url("../fonts/Inter-LightItalic.woff2") format("woff2");
|
|
40
|
+
font-style: italic;
|
|
41
|
+
font-weight: 300;
|
|
42
42
|
font-display: auto;
|
|
43
43
|
}
|
|
44
44
|
@font-face {
|
|
45
45
|
font-family: Inter;
|
|
46
|
-
src: url("../fonts/Inter-
|
|
46
|
+
src: url("../fonts/Inter-Italic.woff2") format("woff2");
|
|
47
47
|
font-style: italic;
|
|
48
|
-
font-weight:
|
|
48
|
+
font-weight: 400;
|
|
49
49
|
font-display: auto;
|
|
50
50
|
}
|
|
51
51
|
@font-face {
|
|
52
52
|
font-family: Inter;
|
|
53
|
-
src: url("../fonts/Inter-
|
|
54
|
-
font-style:
|
|
55
|
-
font-weight:
|
|
53
|
+
src: url("../fonts/Inter-Medium.woff2") format("woff2");
|
|
54
|
+
font-style: normal;
|
|
55
|
+
font-weight: 500;
|
|
56
56
|
font-display: auto;
|
|
57
57
|
}
|
|
58
58
|
:root {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
--kendo-color-base-subtle: #ebebeb;
|
|
67
67
|
--kendo-color-base-subtle-hover: #e0e0e0;
|
|
68
68
|
--kendo-color-base-subtle-active: #d6d6d6;
|
|
69
|
-
--kendo-color-base: #
|
|
69
|
+
--kendo-color-base: #003583;
|
|
70
70
|
--kendo-color-base-hover: #ebebeb;
|
|
71
71
|
--kendo-color-base-active: #d6d6d6;
|
|
72
72
|
--kendo-color-base-emphasis: #c2c2c2;
|
|
@@ -23883,7 +23883,7 @@ kendo-sortable {
|
|
|
23883
23883
|
.k-list {
|
|
23884
23884
|
border-color: rgba(10, 12, 27, 0.12);
|
|
23885
23885
|
color: rgba(10, 12, 27, 0.7);
|
|
23886
|
-
background-color: #
|
|
23886
|
+
background-color: #ededf5;
|
|
23887
23887
|
}
|
|
23888
23888
|
.k-list-group-sticky-header {
|
|
23889
23889
|
border-color: inherit;
|
|
@@ -23925,7 +23925,7 @@ kendo-sortable {
|
|
|
23925
23925
|
border-color: inherit;
|
|
23926
23926
|
}
|
|
23927
23927
|
.k-list-item-group-label {
|
|
23928
|
-
color: #
|
|
23928
|
+
color: #ededf5;
|
|
23929
23929
|
background-color: rgba(10, 12, 27, 0.7);
|
|
23930
23930
|
}
|
|
23931
23931
|
.k-no-data,
|
|
@@ -24186,7 +24186,7 @@ kendo-sortable {
|
|
|
24186
24186
|
.k-popup {
|
|
24187
24187
|
border-color: rgba(10, 12, 27, 0.12);
|
|
24188
24188
|
color: rgba(10, 12, 27, 0.7);
|
|
24189
|
-
background-color: #
|
|
24189
|
+
background-color: #ededf5;
|
|
24190
24190
|
box-shadow:
|
|
24191
24191
|
0px 8px 10px 0 rgba(0, 0, 0, 0.12),
|
|
24192
24192
|
0px 4px 16px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -24506,7 +24506,7 @@ kendo-sortable {
|
|
|
24506
24506
|
.k-data-table {
|
|
24507
24507
|
border-color: rgba(10, 12, 27, 0.12);
|
|
24508
24508
|
color: rgba(10, 12, 27, 0.7);
|
|
24509
|
-
background-color: #
|
|
24509
|
+
background-color: #ededf5;
|
|
24510
24510
|
}
|
|
24511
24511
|
.k-table-thead,
|
|
24512
24512
|
.k-table-header,
|
|
@@ -24527,7 +24527,7 @@ kendo-sortable {
|
|
|
24527
24527
|
background-color: #ededf5;
|
|
24528
24528
|
}
|
|
24529
24529
|
.k-table-group-td > span {
|
|
24530
|
-
color: #
|
|
24530
|
+
color: #ededf5;
|
|
24531
24531
|
background-color: rgba(10, 12, 27, 0.7);
|
|
24532
24532
|
}
|
|
24533
24533
|
.k-table-alt-row {
|
|
@@ -25247,7 +25247,7 @@ kendo-badge-container {
|
|
|
25247
25247
|
}
|
|
25248
25248
|
.k-chip-outline-base:hover,
|
|
25249
25249
|
.k-chip-outline-base.k-hover {
|
|
25250
|
-
color: #
|
|
25250
|
+
color: #003583;
|
|
25251
25251
|
background-color: #ededf5;
|
|
25252
25252
|
}
|
|
25253
25253
|
.k-chip-outline-base.k-selected {
|
|
@@ -25767,7 +25767,7 @@ kendo-badge-container {
|
|
|
25767
25767
|
color: currentColor;
|
|
25768
25768
|
}
|
|
25769
25769
|
.k-loading-color {
|
|
25770
|
-
background-color: #
|
|
25770
|
+
background-color: #ededf5;
|
|
25771
25771
|
opacity: 0.3;
|
|
25772
25772
|
}
|
|
25773
25773
|
.k-i-loading {
|
|
@@ -26904,7 +26904,7 @@ kendo-badge-container {
|
|
|
26904
26904
|
.k-button-outline-base:hover,
|
|
26905
26905
|
.k-button-outline-base.k-hover {
|
|
26906
26906
|
border-color: var(--kendo-color-on-base, #3d3d3d);
|
|
26907
|
-
color: var(--kendo-color-base, #
|
|
26907
|
+
color: var(--kendo-color-base, #003583);
|
|
26908
26908
|
background-color: var(--kendo-color-on-base, #3d3d3d);
|
|
26909
26909
|
}
|
|
26910
26910
|
.k-button-outline-base:focus,
|
|
@@ -26919,12 +26919,12 @@ kendo-badge-container {
|
|
|
26919
26919
|
.k-button-outline-base:active,
|
|
26920
26920
|
.k-button-outline-base.k-active {
|
|
26921
26921
|
border-color: var(--kendo-color-on-base, #3d3d3d);
|
|
26922
|
-
color: var(--kendo-color-base, #
|
|
26922
|
+
color: var(--kendo-color-base, #003583);
|
|
26923
26923
|
background-color: var(--kendo-color-on-base, #3d3d3d);
|
|
26924
26924
|
}
|
|
26925
26925
|
.k-button-outline-base.k-selected {
|
|
26926
26926
|
border-color: var(--kendo-color-on-base, #3d3d3d);
|
|
26927
|
-
color: var(--kendo-color-base, #
|
|
26927
|
+
color: var(--kendo-color-base, #003583);
|
|
26928
26928
|
background-color: var(--kendo-color-on-base, #3d3d3d);
|
|
26929
26929
|
}
|
|
26930
26930
|
.k-button-flat-primary {
|
|
@@ -29227,7 +29227,7 @@ select.k-picker-lg {
|
|
|
29227
29227
|
.k-picker-outline:hover,
|
|
29228
29228
|
.k-picker-outline.k-hover {
|
|
29229
29229
|
border-color: #003583;
|
|
29230
|
-
color: #
|
|
29230
|
+
color: #003583;
|
|
29231
29231
|
background-color: #003583;
|
|
29232
29232
|
}
|
|
29233
29233
|
.k-picker-outline:focus,
|
|
@@ -29578,7 +29578,7 @@ select.k-picker-lg {
|
|
|
29578
29578
|
.k-listbox .k-list-scroller {
|
|
29579
29579
|
border-color: rgba(10, 12, 27, 0.12);
|
|
29580
29580
|
color: rgba(10, 12, 27, 0.7);
|
|
29581
|
-
background-color: #
|
|
29581
|
+
background-color: #ededf5;
|
|
29582
29582
|
}
|
|
29583
29583
|
.k-listbox .k-drop-hint {
|
|
29584
29584
|
border-top-color: var(--kendo-color-primary, #003583);
|
|
@@ -30816,7 +30816,7 @@ select.k-picker-lg {
|
|
|
30816
30816
|
z-index: 1;
|
|
30817
30817
|
width: 150%;
|
|
30818
30818
|
left: -25%;
|
|
30819
|
-
box-shadow: 0 0 2.5rem 1.25rem #
|
|
30819
|
+
box-shadow: 0 0 2.5rem 1.25rem #ededf5;
|
|
30820
30820
|
}
|
|
30821
30821
|
.k-calendar-infinite .k-calendar-header {
|
|
30822
30822
|
margin-left: -1rem;
|
|
@@ -30959,7 +30959,7 @@ select.k-picker-lg {
|
|
|
30959
30959
|
.k-calendar {
|
|
30960
30960
|
border-color: rgba(10, 12, 27, 0.12);
|
|
30961
30961
|
color: rgba(10, 12, 27, 0.7);
|
|
30962
|
-
background-color: #
|
|
30962
|
+
background-color: #ededf5;
|
|
30963
30963
|
}
|
|
30964
30964
|
.k-calendar .k-header {
|
|
30965
30965
|
border-color: inherit;
|
|
@@ -31028,7 +31028,7 @@ select.k-picker-lg {
|
|
|
31028
31028
|
.k-calendar .k-calendar-navigation-highlight {
|
|
31029
31029
|
border-color: rgba(10, 12, 27, 0.12);
|
|
31030
31030
|
color: rgba(10, 12, 27, 0.7);
|
|
31031
|
-
background-color: #
|
|
31031
|
+
background-color: #ededf5;
|
|
31032
31032
|
}
|
|
31033
31033
|
.k-calendar[dir="rtl"] .k-calendar-navigation,
|
|
31034
31034
|
.k-rtl .k-calendar .k-calendar-navigation {
|
|
@@ -31673,7 +31673,7 @@ select.k-picker-lg {
|
|
|
31673
31673
|
.k-colorgradient {
|
|
31674
31674
|
border-color: rgba(10, 12, 27, 0.12);
|
|
31675
31675
|
color: rgba(10, 12, 27, 0.7);
|
|
31676
|
-
background-color: #
|
|
31676
|
+
background-color: #fcfcff;
|
|
31677
31677
|
}
|
|
31678
31678
|
.k-colorgradient:focus,
|
|
31679
31679
|
.k-colorgradient.k-focus {
|
|
@@ -31826,7 +31826,7 @@ select.k-picker-lg {
|
|
|
31826
31826
|
.k-coloreditor {
|
|
31827
31827
|
border-color: rgba(10, 12, 27, 0.12);
|
|
31828
31828
|
color: rgba(10, 12, 27, 0.7);
|
|
31829
|
-
background-color: #
|
|
31829
|
+
background-color: #fcfcff;
|
|
31830
31830
|
}
|
|
31831
31831
|
.k-coloreditor .k-colorgradient:focus,
|
|
31832
31832
|
.k-coloreditor .k-colorgradient.k-focus {
|
|
@@ -32479,7 +32479,7 @@ select.k-picker-lg {
|
|
|
32479
32479
|
.k-switch-off .k-switch-track {
|
|
32480
32480
|
border-color: rgba(10, 12, 27, 0.4);
|
|
32481
32481
|
color: rgba(10, 12, 27, 0.7);
|
|
32482
|
-
background-color: #
|
|
32482
|
+
background-color: #ededf5;
|
|
32483
32483
|
}
|
|
32484
32484
|
.k-switch-off .k-switch-thumb {
|
|
32485
32485
|
border-color: rgba(10, 12, 27, 0.12);
|
|
@@ -32769,7 +32769,7 @@ select.k-picker-lg {
|
|
|
32769
32769
|
.k-upload {
|
|
32770
32770
|
border-color: rgba(10, 12, 27, 0.12);
|
|
32771
32771
|
color: rgba(10, 12, 27, 0.7);
|
|
32772
|
-
background-color: #
|
|
32772
|
+
background-color: #ededf5;
|
|
32773
32773
|
}
|
|
32774
32774
|
.k-upload .k-dropzone,
|
|
32775
32775
|
.k-upload .k-upload-dropzone {
|
|
@@ -33517,7 +33517,7 @@ select.k-picker-lg {
|
|
|
33517
33517
|
.k-fab-item-text {
|
|
33518
33518
|
border-color: rgba(10, 12, 27, 0.12);
|
|
33519
33519
|
color: rgba(10, 12, 27, 0.7);
|
|
33520
|
-
background-color: #
|
|
33520
|
+
background-color: #ededf5;
|
|
33521
33521
|
box-shadow:
|
|
33522
33522
|
0px 10px 12px 0 rgba(0, 0, 0, 0.16),
|
|
33523
33523
|
0px 4px 16px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -33561,7 +33561,7 @@ select.k-picker-lg {
|
|
|
33561
33561
|
0px 4px 16px 0 rgba(0, 0, 0, 0.12);
|
|
33562
33562
|
background-color: color-mix(
|
|
33563
33563
|
in srgb,
|
|
33564
|
-
var(--kendo-color-base, #
|
|
33564
|
+
var(--kendo-color-base, #003583) 60%,
|
|
33565
33565
|
transparent
|
|
33566
33566
|
);
|
|
33567
33567
|
color: color-mix(
|
|
@@ -34039,7 +34039,7 @@ select.k-picker-lg {
|
|
|
34039
34039
|
.k-window {
|
|
34040
34040
|
border-color: rgba(10, 12, 27, 0.12);
|
|
34041
34041
|
color: rgba(10, 12, 27, 0.7);
|
|
34042
|
-
background-color: #
|
|
34042
|
+
background-color: #ededf5;
|
|
34043
34043
|
box-shadow:
|
|
34044
34044
|
0px 16px 18px 0 rgba(0, 0, 0, 0.28),
|
|
34045
34045
|
0px 4px 16px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -34292,7 +34292,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
34292
34292
|
.k-drawer {
|
|
34293
34293
|
border-color: rgba(10, 12, 27, 0.12);
|
|
34294
34294
|
color: rgba(10, 12, 27, 0.7);
|
|
34295
|
-
background-color: #
|
|
34295
|
+
background-color: #ededf5;
|
|
34296
34296
|
}
|
|
34297
34297
|
.k-drawer-wrapper {
|
|
34298
34298
|
scrollbar-color: rgba(156, 156, 156, 0.7) #dedede;
|
|
@@ -34313,7 +34313,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
34313
34313
|
}
|
|
34314
34314
|
.k-drawer-item:focus,
|
|
34315
34315
|
.k-drawer-item.k-focus {
|
|
34316
|
-
background-color: #
|
|
34316
|
+
background-color: #ededf5;
|
|
34317
34317
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
34318
34318
|
}
|
|
34319
34319
|
.k-drawer-item:focus:hover,
|
|
@@ -34393,7 +34393,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
34393
34393
|
.k-notification {
|
|
34394
34394
|
border-color: rgba(10, 12, 27, 0.12);
|
|
34395
34395
|
color: rgba(10, 12, 27, 0.7);
|
|
34396
|
-
background-color: #
|
|
34396
|
+
background-color: #ededf5;
|
|
34397
34397
|
box-shadow:
|
|
34398
34398
|
0px 8px 10px 0 rgba(0, 0, 0, 0.12),
|
|
34399
34399
|
0px 4px 16px 0 rgba(0, 0, 0, 0.12);
|
|
@@ -34898,7 +34898,7 @@ kendo-card-footer {
|
|
|
34898
34898
|
0px 4px 16px 0 rgba(0, 0, 0, 0.12);
|
|
34899
34899
|
border-color: rgba(10, 12, 27, 0.12);
|
|
34900
34900
|
color: rgba(10, 12, 27, 0.7);
|
|
34901
|
-
background-color: #
|
|
34901
|
+
background-color: #ededf5;
|
|
34902
34902
|
}
|
|
34903
34903
|
.k-popover-inner {
|
|
34904
34904
|
background-color: inherit;
|
|
@@ -36035,7 +36035,7 @@ kendo-card-footer {
|
|
|
36035
36035
|
.k-stepper .k-step-indicator {
|
|
36036
36036
|
border-color: #ccc;
|
|
36037
36037
|
color: rgba(10, 12, 27, 0.7);
|
|
36038
|
-
background-color: #
|
|
36038
|
+
background-color: #ededf5;
|
|
36039
36039
|
}
|
|
36040
36040
|
.k-stepper .k-step-indicator::after {
|
|
36041
36041
|
box-shadow: inset 0 0 0 2px var(--kendo-color-surface-alt, rgb(232, 232, 240));
|
|
@@ -36401,7 +36401,7 @@ kendo-card-footer {
|
|
|
36401
36401
|
.k-tabstrip-items-wrapper .k-item.k-selected {
|
|
36402
36402
|
border-color: rgba(10, 12, 27, 0.12);
|
|
36403
36403
|
color: rgba(10, 12, 27, 0.7);
|
|
36404
|
-
background-color: #
|
|
36404
|
+
background-color: #ededf5;
|
|
36405
36405
|
}
|
|
36406
36406
|
.k-tabstrip-items-wrapper .k-item:focus,
|
|
36407
36407
|
.k-tabstrip-items-wrapper .k-item.k-focus {
|
|
@@ -36416,7 +36416,7 @@ kendo-card-footer {
|
|
|
36416
36416
|
.k-tabstrip > .k-content {
|
|
36417
36417
|
border-color: rgba(10, 12, 27, 0.12);
|
|
36418
36418
|
color: rgba(10, 12, 27, 0.7);
|
|
36419
|
-
background-color: #
|
|
36419
|
+
background-color: #ededf5;
|
|
36420
36420
|
}
|
|
36421
36421
|
.k-tabstrip-content:focus,
|
|
36422
36422
|
.k-tabstrip-content.k-focus,
|
|
@@ -36577,7 +36577,7 @@ kendo-card-footer {
|
|
|
36577
36577
|
.k-expander {
|
|
36578
36578
|
border-color: rgba(10, 12, 27, 0.12);
|
|
36579
36579
|
color: rgba(10, 12, 27, 0.7);
|
|
36580
|
-
background-color: #
|
|
36580
|
+
background-color: #ededf5;
|
|
36581
36581
|
}
|
|
36582
36582
|
.k-expander.k-focus {
|
|
36583
36583
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
|
|
@@ -36802,11 +36802,11 @@ kendo-card-footer {
|
|
|
36802
36802
|
.k-panelbar {
|
|
36803
36803
|
border-color: rgba(10, 12, 27, 0.12);
|
|
36804
36804
|
color: rgba(10, 12, 27, 0.7);
|
|
36805
|
-
background-color: #
|
|
36805
|
+
background-color: #ededf5;
|
|
36806
36806
|
}
|
|
36807
36807
|
.k-panelbar > .k-panelbar-header > .k-link {
|
|
36808
36808
|
color: #003583;
|
|
36809
|
-
background-color: #
|
|
36809
|
+
background-color: #ededf5;
|
|
36810
36810
|
}
|
|
36811
36811
|
.k-panelbar > .k-panelbar-header > .k-link .k-icon,
|
|
36812
36812
|
.k-panelbar > .k-panelbar-header > .k-link .k-panelbar-item-icon {
|
|
@@ -37006,7 +37006,7 @@ kendo-card-footer {
|
|
|
37006
37006
|
.k-splitter {
|
|
37007
37007
|
border-color: rgba(10, 12, 27, 0.12);
|
|
37008
37008
|
color: rgba(10, 12, 27, 0.7);
|
|
37009
|
-
background-color: #
|
|
37009
|
+
background-color: #ededf5;
|
|
37010
37010
|
}
|
|
37011
37011
|
.k-splitbar {
|
|
37012
37012
|
color: rgba(10, 12, 27, 0.7);
|
|
@@ -37846,7 +37846,7 @@ kendo-card-footer {
|
|
|
37846
37846
|
.k-chart-crosshair-tooltip,
|
|
37847
37847
|
.k-chart-shared-tooltip {
|
|
37848
37848
|
color: var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7));
|
|
37849
|
-
background-color: var(--kendo-color-base, #
|
|
37849
|
+
background-color: var(--kendo-color-base, #003583);
|
|
37850
37850
|
border-color: color-mix(
|
|
37851
37851
|
in srgb,
|
|
37852
37852
|
var(--kendo-color-on-app-surface, rgba(10, 12, 27, 0.7)) 8%,
|
|
@@ -39895,7 +39895,7 @@ col.k-sorted,
|
|
|
39895
39895
|
}
|
|
39896
39896
|
.k-master-row.k-table-alt-row .k-grid-content-sticky,
|
|
39897
39897
|
.k-master-row.k-table-alt-row .k-grid-row-sticky {
|
|
39898
|
-
background-color: var(--kendo-color-base, #
|
|
39898
|
+
background-color: var(--kendo-color-base, #003583);
|
|
39899
39899
|
}
|
|
39900
39900
|
.k-master-row.k-table-row.k-selected td.k-grid-content-sticky,
|
|
39901
39901
|
.k-master-row.k-table-row.k-selected .k-table-td.k-grid-row-sticky,
|
|
@@ -39917,7 +39917,7 @@ col.k-sorted,
|
|
|
39917
39917
|
.k-master-row.k-selected.k-table-alt-row .k-table-td.k-grid-row-sticky,
|
|
39918
39918
|
.k-master-row.k-table-alt-row td.k-grid-content-sticky.k-selected,
|
|
39919
39919
|
.k-master-row.k-table-alt-row .k-table-td.k-grid-content-sticky.k-selected {
|
|
39920
|
-
background-color: var(--kendo-color-base, #
|
|
39920
|
+
background-color: var(--kendo-color-base, #003583);
|
|
39921
39921
|
}
|
|
39922
39922
|
.k-master-row.k-selected.k-table-alt-row td.k-grid-content-sticky::before,
|
|
39923
39923
|
.k-master-row.k-selected.k-table-alt-row .k-table-td.k-grid-row-sticky::before,
|
|
@@ -39985,7 +39985,7 @@ kendo-grid.k-grid .k-grid-row-sticky.k-hover .k-table-td {
|
|
|
39985
39985
|
kendo-grid.k-grid .k-table-alt-row .k-grid-content-sticky,
|
|
39986
39986
|
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row td,
|
|
39987
39987
|
kendo-grid.k-grid .k-grid-row-sticky.k-table-alt-row .k-table-td {
|
|
39988
|
-
background-color: var(--kendo-color-base, #
|
|
39988
|
+
background-color: var(--kendo-color-base, #003583);
|
|
39989
39989
|
}
|
|
39990
39990
|
kendo-grid.k-grid .k-table-row.k-selected .k-grid-content-sticky,
|
|
39991
39991
|
kendo-grid.k-grid .k-selected.k-grid-row-sticky td,
|
|
@@ -40013,7 +40013,7 @@ kendo-grid.k-grid
|
|
|
40013
40013
|
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky td,
|
|
40014
40014
|
kendo-grid.k-grid .k-selected.k-table-alt-row.k-grid-row-sticky .k-table-td,
|
|
40015
40015
|
kendo-grid.k-grid .k-table-alt-row .k-selected.k-grid-content-sticky {
|
|
40016
|
-
background-color: var(--kendo-color-base, #
|
|
40016
|
+
background-color: var(--kendo-color-base, #003583);
|
|
40017
40017
|
}
|
|
40018
40018
|
kendo-grid.k-grid
|
|
40019
40019
|
.k-table-row.k-selected.k-table-alt-row
|
|
@@ -40136,7 +40136,7 @@ kendo-grid.k-grid
|
|
|
40136
40136
|
.k-column-menu .k-menu:not(.k-context-menu) {
|
|
40137
40137
|
border-color: rgba(10, 12, 27, 0.12);
|
|
40138
40138
|
color: rgba(10, 12, 27, 0.7);
|
|
40139
|
-
background-color: #
|
|
40139
|
+
background-color: #ededf5;
|
|
40140
40140
|
}
|
|
40141
40141
|
.k-column-menu .k-menu:not(.k-context-menu) .k-item:hover,
|
|
40142
40142
|
.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-hover {
|
|
@@ -40289,7 +40289,7 @@ kendo-grid.k-grid
|
|
|
40289
40289
|
.k-listview {
|
|
40290
40290
|
border-color: rgba(10, 12, 27, 0.12);
|
|
40291
40291
|
color: rgba(10, 12, 27, 0.7);
|
|
40292
|
-
background-color: #
|
|
40292
|
+
background-color: #ededf5;
|
|
40293
40293
|
}
|
|
40294
40294
|
.k-listview-content > .k-focus {
|
|
40295
40295
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
@@ -41992,7 +41992,7 @@ kendo-grid.k-grid
|
|
|
41992
41992
|
border-color: rgba(10, 12, 27, 0.12);
|
|
41993
41993
|
}
|
|
41994
41994
|
.k-header.k-alt {
|
|
41995
|
-
background-color: var(--kendo-color-base, #
|
|
41995
|
+
background-color: var(--kendo-color-base, #003583);
|
|
41996
41996
|
}
|
|
41997
41997
|
.k-pivot-layout .k-grid-footer {
|
|
41998
41998
|
color: rgba(10, 12, 27, 0.7);
|
|
@@ -44226,7 +44226,7 @@ kendo-grid.k-grid
|
|
|
44226
44226
|
color: var(--kendo-color-primary, #003583);
|
|
44227
44227
|
}
|
|
44228
44228
|
.k-task-single {
|
|
44229
|
-
color: var(--kendo-color-base, #
|
|
44229
|
+
color: var(--kendo-color-base, #003583);
|
|
44230
44230
|
background-color: var(--kendo-color-subtle, rgba(10, 12, 27, 0.6));
|
|
44231
44231
|
}
|
|
44232
44232
|
.k-task-single.k-task-delayed {
|
|
@@ -45195,7 +45195,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
45195
45195
|
.k-scheduler {
|
|
45196
45196
|
border-color: rgba(10, 12, 27, 0.12);
|
|
45197
45197
|
color: rgba(10, 12, 27, 0.7);
|
|
45198
|
-
background-color: #
|
|
45198
|
+
background-color: #ededf5;
|
|
45199
45199
|
}
|
|
45200
45200
|
.k-scheduler-toolbar {
|
|
45201
45201
|
border-color: rgba(10, 12, 27, 0.12);
|
|
@@ -45211,15 +45211,15 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
45211
45211
|
background-color: var(--kendo-color-surface, rgb(237, 237, 245));
|
|
45212
45212
|
}
|
|
45213
45213
|
.k-scheduler-header-wrap {
|
|
45214
|
-
background-color: #
|
|
45214
|
+
background-color: #ededf5;
|
|
45215
45215
|
}
|
|
45216
45216
|
.k-scheduler-nonwork,
|
|
45217
45217
|
.k-scheduler .k-nonwork-hour {
|
|
45218
|
-
background-color: #
|
|
45218
|
+
background-color: #003583;
|
|
45219
45219
|
}
|
|
45220
45220
|
.k-scheduler-other-month,
|
|
45221
45221
|
.k-scheduler .k-other-month {
|
|
45222
|
-
background-color: #
|
|
45222
|
+
background-color: #003583;
|
|
45223
45223
|
}
|
|
45224
45224
|
.k-scheduler-layout td.k-selected,
|
|
45225
45225
|
.k-scheduler-layout .k-scheduler-cell.k-selected {
|
|
@@ -45231,7 +45231,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
45231
45231
|
}
|
|
45232
45232
|
.k-scheduler-layout-flex .k-scheduler-head,
|
|
45233
45233
|
.k-scheduler-layout-flex .k-sticky-cell {
|
|
45234
|
-
background-color: #
|
|
45234
|
+
background-color: #ededf5;
|
|
45235
45235
|
}
|
|
45236
45236
|
.k-event {
|
|
45237
45237
|
color: #fff;
|
|
@@ -45272,7 +45272,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
45272
45272
|
.k-scheduler-groupcolumn {
|
|
45273
45273
|
border-color: rgba(10, 12, 27, 0.12);
|
|
45274
45274
|
color: rgba(10, 12, 27, 0.7);
|
|
45275
|
-
background-color: #
|
|
45275
|
+
background-color: #ededf5;
|
|
45276
45276
|
}
|
|
45277
45277
|
.k-scheduler-agendaview .k-scheduler-content tr.k-selected {
|
|
45278
45278
|
background-color: color-mix(
|
|
@@ -45289,7 +45289,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
45289
45289
|
.k-scheduler-content
|
|
45290
45290
|
tr.k-selected
|
|
45291
45291
|
.k-scheduler-groupcolumn {
|
|
45292
|
-
background-color: #
|
|
45292
|
+
background-color: #ededf5;
|
|
45293
45293
|
}
|
|
45294
45294
|
.k-scheduler-yearview .k-day-indicator {
|
|
45295
45295
|
background-color: #003583;
|
|
@@ -46699,7 +46699,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
46699
46699
|
.k-scrollview {
|
|
46700
46700
|
border-color: rgba(10, 12, 27, 0.12);
|
|
46701
46701
|
color: rgba(10, 12, 27, 0.7);
|
|
46702
|
-
background-color: #
|
|
46702
|
+
background-color: #ededf5;
|
|
46703
46703
|
}
|
|
46704
46704
|
.k-scrollview.k-scrollview-dark kendo-scrollview-pager,
|
|
46705
46705
|
.k-scrollview.k-scrollview-dark .k-scrollview-nav-wrap {
|
|
@@ -46822,12 +46822,12 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
46822
46822
|
.k-prompt {
|
|
46823
46823
|
border-color: rgba(10, 12, 27, 0.12);
|
|
46824
46824
|
color: rgba(10, 12, 27, 0.7);
|
|
46825
|
-
background-color: #
|
|
46825
|
+
background-color: #ededf5;
|
|
46826
46826
|
}
|
|
46827
46827
|
.k-prompt-header {
|
|
46828
46828
|
border-color: rgba(10, 12, 27, 0.12);
|
|
46829
46829
|
color: rgba(10, 12, 27, 0.9);
|
|
46830
|
-
background-color: #
|
|
46830
|
+
background-color: #ededf5;
|
|
46831
46831
|
}
|
|
46832
46832
|
.k-prompt-content {
|
|
46833
46833
|
border-color: rgba(10, 12, 27, 0.12);
|
|
@@ -47370,6 +47370,56 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47370
47370
|
.k-animation-container:has(.k-tooltip) .k-callout {
|
|
47371
47371
|
display: none;
|
|
47372
47372
|
}
|
|
47373
|
+
.k-expander-header:focus-visible {
|
|
47374
|
+
box-shadow: inset 0px 0px 0px 2px #195bb5;
|
|
47375
|
+
}
|
|
47376
|
+
.fk-daterangepicker .k-input-suffix {
|
|
47377
|
+
cursor: pointer;
|
|
47378
|
+
}
|
|
47379
|
+
.fk-daterangepicker .k-input-suffix:hover {
|
|
47380
|
+
background-color: var(--kendo-color-primary-subtle-hover);
|
|
47381
|
+
}
|
|
47382
|
+
.k-calendar-view.k-hstack,
|
|
47383
|
+
.k-calendar-view.k-hbox {
|
|
47384
|
+
display: flex;
|
|
47385
|
+
flex-direction: row;
|
|
47386
|
+
flex-wrap: wrap;
|
|
47387
|
+
max-width: 36rem;
|
|
47388
|
+
}
|
|
47389
|
+
.k-calendar-table:has(.k-focus) {
|
|
47390
|
+
background-color: hsl(from var(--kendo-color-primary) h s 95%);
|
|
47391
|
+
border-radius: 0.25rem;
|
|
47392
|
+
}
|
|
47393
|
+
.k-calendar-table
|
|
47394
|
+
> .k-calendar-tbody
|
|
47395
|
+
> .k-calendar-tr:nth-last-child(2):has(
|
|
47396
|
+
.k-calendar-td:first-child:is(.k-empty)
|
|
47397
|
+
) {
|
|
47398
|
+
display: none;
|
|
47399
|
+
}
|
|
47400
|
+
.k-calendar-table
|
|
47401
|
+
> .k-calendar-tbody
|
|
47402
|
+
> .k-calendar-tr:last-child:has(.k-calendar-td:first-child:is(.k-empty)) {
|
|
47403
|
+
display: none;
|
|
47404
|
+
}
|
|
47405
|
+
.k-animation-container
|
|
47406
|
+
.k-child-animation-container
|
|
47407
|
+
.k-calendar
|
|
47408
|
+
.k-calendar-view.k-calendar-monthview
|
|
47409
|
+
.k-calendar-tr
|
|
47410
|
+
.k-calendar-td {
|
|
47411
|
+
width: 2.5rem;
|
|
47412
|
+
height: 2.5rem;
|
|
47413
|
+
}
|
|
47414
|
+
.k-animation-container
|
|
47415
|
+
.k-child-animation-container
|
|
47416
|
+
.k-calendar
|
|
47417
|
+
.k-calendar-view.k-calendar-monthview
|
|
47418
|
+
.k-calendar-tr
|
|
47419
|
+
.k-calendar-th {
|
|
47420
|
+
width: 2.5rem;
|
|
47421
|
+
height: 2.5rem;
|
|
47422
|
+
}
|
|
47373
47423
|
.k-tabstrip .k-tabstrip-content.k-active,
|
|
47374
47424
|
.k-tabstrip .k-tabstrip-content.k-state-active,
|
|
47375
47425
|
.k-tabstrip .k-tabstrip-content:active {
|
|
@@ -47445,6 +47495,7 @@ h6 {
|
|
|
47445
47495
|
.k-autocomplete.k-input .k-input-inner,
|
|
47446
47496
|
.k-dropdownlist .k-input-inner .k-input-value-text,
|
|
47447
47497
|
.k-pager .k-pager-sizes .k-dropdownlist .k-input-inner .k-input-value-text,
|
|
47498
|
+
.k-numerictextbox.k-input.k-input-md,
|
|
47448
47499
|
div,
|
|
47449
47500
|
ul,
|
|
47450
47501
|
.k-window .k-window-content,
|
|
@@ -47560,18 +47611,6 @@ ul,
|
|
|
47560
47611
|
0px 0px 0px 1.5px #fff,
|
|
47561
47612
|
0px 0px 0px 3.5px #195bb5;
|
|
47562
47613
|
}
|
|
47563
|
-
.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid
|
|
47564
|
-
.k-input-suffix.k-input-suffix-horizontal
|
|
47565
|
-
.k-button.k-button-flat.k-button-flat-primary.k-focus,
|
|
47566
|
-
.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid
|
|
47567
|
-
.k-input-suffix.k-input-suffix-horizontal
|
|
47568
|
-
.k-button.k-button-flat.k-button-flat-primary.k-state-focus,
|
|
47569
|
-
.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid
|
|
47570
|
-
.k-input-suffix.k-input-suffix-horizontal
|
|
47571
|
-
.k-button.k-button-flat.k-button-flat-primary.k-state-focused,
|
|
47572
|
-
.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid
|
|
47573
|
-
.k-input-suffix.k-input-suffix-horizontal
|
|
47574
|
-
.k-button.k-button-flat.k-button-flat-primary:focus,
|
|
47575
47614
|
.k-textbox.k-input
|
|
47576
47615
|
.k-input-suffix.k-input-suffix-horizontal
|
|
47577
47616
|
.k-button.k-button-flat.k-button-flat-primary.k-focus,
|
|
@@ -47592,6 +47631,18 @@ ul,
|
|
|
47592
47631
|
0px 0px 0px 1.5px #fff,
|
|
47593
47632
|
0px 0px 0px 3.5px #195bb5 !important;
|
|
47594
47633
|
}
|
|
47634
|
+
.k-textbox.k-input.k-input-outline.k-invalid.k-focus,
|
|
47635
|
+
.k-textbox.k-input.k-input-outline.ng-invalid.ng-touched.k-focus,
|
|
47636
|
+
.k-textbox.k-input.k-input-outline.ng-invalid.ng-dirty.k-focus,
|
|
47637
|
+
.k-textbox.k-input.k-input-outline.k-invalid.k-state-focus,
|
|
47638
|
+
.k-textbox.k-input.k-input-outline.k-invalid.k-state-focused,
|
|
47639
|
+
.k-textbox.k-input.k-input-outline.k-invalid:focus,
|
|
47640
|
+
.k-textbox.k-input.k-input-outline.ng-invalid.ng-touched.k-state-focus,
|
|
47641
|
+
.k-textbox.k-input.k-input-outline.ng-invalid.ng-touched.k-state-focused,
|
|
47642
|
+
.k-textbox.k-input.k-input-outline.ng-invalid.ng-touched:focus,
|
|
47643
|
+
.k-textbox.k-input.k-input-outline.ng-invalid.ng-dirty.k-state-focus,
|
|
47644
|
+
.k-textbox.k-input.k-input-outline.ng-invalid.ng-dirty.k-state-focused,
|
|
47645
|
+
.k-textbox.k-input.k-input-outline.ng-invalid.ng-dirty:focus,
|
|
47595
47646
|
.k-input.k-invalid.k-focus.k-input-solid,
|
|
47596
47647
|
.k-input.ng-invalid.ng-touched.k-focus.k-input-solid,
|
|
47597
47648
|
.k-input.ng-invalid.ng-dirty.k-focus.k-input-solid,
|
|
@@ -47892,6 +47943,86 @@ ul,
|
|
|
47892
47943
|
inset 0px 0px 0px 1.5px #195bb5,
|
|
47893
47944
|
inset 0px 0px 0px 3px #fff;
|
|
47894
47945
|
}
|
|
47946
|
+
.k-flatcolorpicker.k-coloreditor
|
|
47947
|
+
.k-coloreditor-header.k-hstack
|
|
47948
|
+
.k-coloreditor-header-actions.k-hstack
|
|
47949
|
+
.k-button-group.k-button-group-flat
|
|
47950
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-focus,
|
|
47951
|
+
.k-flatcolorpicker.k-coloreditor
|
|
47952
|
+
.k-coloreditor-header.k-hbox
|
|
47953
|
+
.k-coloreditor-header-actions.k-hstack
|
|
47954
|
+
.k-button-group.k-button-group-flat
|
|
47955
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-focus,
|
|
47956
|
+
.k-flatcolorpicker.k-coloreditor
|
|
47957
|
+
.k-coloreditor-header.k-hstack
|
|
47958
|
+
.k-coloreditor-header-actions.k-hbox
|
|
47959
|
+
.k-button-group.k-button-group-flat
|
|
47960
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-focus,
|
|
47961
|
+
.k-flatcolorpicker.k-coloreditor
|
|
47962
|
+
.k-coloreditor-header.k-hbox
|
|
47963
|
+
.k-coloreditor-header-actions.k-hbox
|
|
47964
|
+
.k-button-group.k-button-group-flat
|
|
47965
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-focus,
|
|
47966
|
+
.k-flatcolorpicker.k-coloreditor
|
|
47967
|
+
.k-coloreditor-header.k-hstack
|
|
47968
|
+
.k-coloreditor-header-actions.k-hstack
|
|
47969
|
+
.k-button-group.k-button-group-flat
|
|
47970
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-focus,
|
|
47971
|
+
.k-flatcolorpicker.k-coloreditor
|
|
47972
|
+
.k-coloreditor-header.k-hbox
|
|
47973
|
+
.k-coloreditor-header-actions.k-hstack
|
|
47974
|
+
.k-button-group.k-button-group-flat
|
|
47975
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-focus,
|
|
47976
|
+
.k-flatcolorpicker.k-coloreditor
|
|
47977
|
+
.k-coloreditor-header.k-hstack
|
|
47978
|
+
.k-coloreditor-header-actions.k-hbox
|
|
47979
|
+
.k-button-group.k-button-group-flat
|
|
47980
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-focus,
|
|
47981
|
+
.k-flatcolorpicker.k-coloreditor
|
|
47982
|
+
.k-coloreditor-header.k-hbox
|
|
47983
|
+
.k-coloreditor-header-actions.k-hbox
|
|
47984
|
+
.k-button-group.k-button-group-flat
|
|
47985
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-focus,
|
|
47986
|
+
.k-flatcolorpicker.k-coloreditor
|
|
47987
|
+
.k-coloreditor-header.k-hstack
|
|
47988
|
+
.k-coloreditor-header-actions.k-hstack
|
|
47989
|
+
.k-button-group.k-button-group-flat
|
|
47990
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-focused,
|
|
47991
|
+
.k-flatcolorpicker.k-coloreditor
|
|
47992
|
+
.k-coloreditor-header.k-hbox
|
|
47993
|
+
.k-coloreditor-header-actions.k-hstack
|
|
47994
|
+
.k-button-group.k-button-group-flat
|
|
47995
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-focused,
|
|
47996
|
+
.k-flatcolorpicker.k-coloreditor
|
|
47997
|
+
.k-coloreditor-header.k-hstack
|
|
47998
|
+
.k-coloreditor-header-actions.k-hbox
|
|
47999
|
+
.k-button-group.k-button-group-flat
|
|
48000
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-focused,
|
|
48001
|
+
.k-flatcolorpicker.k-coloreditor
|
|
48002
|
+
.k-coloreditor-header.k-hbox
|
|
48003
|
+
.k-coloreditor-header-actions.k-hbox
|
|
48004
|
+
.k-button-group.k-button-group-flat
|
|
48005
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-focused,
|
|
48006
|
+
.k-flatcolorpicker.k-coloreditor
|
|
48007
|
+
.k-coloreditor-header.k-hstack
|
|
48008
|
+
.k-coloreditor-header-actions.k-hstack
|
|
48009
|
+
.k-button-group.k-button-group-flat
|
|
48010
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected:focus,
|
|
48011
|
+
.k-flatcolorpicker.k-coloreditor
|
|
48012
|
+
.k-coloreditor-header.k-hbox
|
|
48013
|
+
.k-coloreditor-header-actions.k-hstack
|
|
48014
|
+
.k-button-group.k-button-group-flat
|
|
48015
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected:focus,
|
|
48016
|
+
.k-flatcolorpicker.k-coloreditor
|
|
48017
|
+
.k-coloreditor-header.k-hstack
|
|
48018
|
+
.k-coloreditor-header-actions.k-hbox
|
|
48019
|
+
.k-button-group.k-button-group-flat
|
|
48020
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected:focus,
|
|
48021
|
+
.k-flatcolorpicker.k-coloreditor
|
|
48022
|
+
.k-coloreditor-header.k-hbox
|
|
48023
|
+
.k-coloreditor-header-actions.k-hbox
|
|
48024
|
+
.k-button-group.k-button-group-flat
|
|
48025
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected:focus,
|
|
47895
48026
|
.k-button-group .k-button.k-button-flat.k-focus.k-group-end,
|
|
47896
48027
|
.k-button-group .k-button.k-button-flat.k-state-focus.k-group-end,
|
|
47897
48028
|
.k-button-group .k-button.k-button-flat.k-state-focused.k-group-end,
|
|
@@ -47908,10 +48039,10 @@ ul,
|
|
|
47908
48039
|
inset 0px 0px 0px 1.5px #195bb5,
|
|
47909
48040
|
inset 0px 0px 0px 3px #fff !important;
|
|
47910
48041
|
}
|
|
47911
|
-
.k-
|
|
47912
|
-
.k-
|
|
47913
|
-
.k-
|
|
47914
|
-
.k-
|
|
48042
|
+
.k-textbox.k-input.k-input-outline.k-focus,
|
|
48043
|
+
.k-textbox.k-input.k-input-outline.k-state-focus,
|
|
48044
|
+
.k-textbox.k-input.k-input-outline.k-state-focused,
|
|
48045
|
+
.k-textbox.k-input.k-input-outline:focus,
|
|
47915
48046
|
.k-flatcolorpicker.k-coloreditor.k-focus,
|
|
47916
48047
|
.k-flatcolorpicker.k-coloreditor.k-state-focus,
|
|
47917
48048
|
.k-flatcolorpicker.k-coloreditor.k-state-focused,
|
|
@@ -48231,6 +48362,18 @@ ul,
|
|
|
48231
48362
|
.k-button:focus.k-button-solid-base {
|
|
48232
48363
|
box-shadow: inset 0px 0px 0px 2px #195bb5;
|
|
48233
48364
|
}
|
|
48365
|
+
.k-textbox.k-input.k-input-outline
|
|
48366
|
+
.k-input-prefix.k-input-prefix-horizontal
|
|
48367
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-focus,
|
|
48368
|
+
.k-textbox.k-input.k-input-outline
|
|
48369
|
+
.k-input-prefix.k-input-prefix-horizontal
|
|
48370
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focus,
|
|
48371
|
+
.k-textbox.k-input.k-input-outline
|
|
48372
|
+
.k-input-prefix.k-input-prefix-horizontal
|
|
48373
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focused,
|
|
48374
|
+
.k-textbox.k-input.k-input-outline
|
|
48375
|
+
.k-input-prefix.k-input-prefix-horizontal
|
|
48376
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button:focus,
|
|
48234
48377
|
.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid
|
|
48235
48378
|
.k-input-prefix.k-input-prefix-horizontal
|
|
48236
48379
|
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-focus,
|
|
@@ -48324,10 +48467,6 @@ ul,
|
|
|
48324
48467
|
0px 24px 38px 3px rgba(10, 11, 28, 0.14),
|
|
48325
48468
|
0px 9px 46px 8px rgba(10, 11, 28, 0.12);
|
|
48326
48469
|
}
|
|
48327
|
-
.k-input.k-hover,
|
|
48328
|
-
.k-input.k-state-hover,
|
|
48329
|
-
.k-input.k-state-hovered,
|
|
48330
|
-
.k-input:hover,
|
|
48331
48470
|
.k-radio-wrap .k-radio.k-hover,
|
|
48332
48471
|
.k-radio-wrap .k-radio.k-state-hover,
|
|
48333
48472
|
.k-radio-wrap .k-radio.k-state-hovered,
|
|
@@ -48336,14 +48475,6 @@ ul,
|
|
|
48336
48475
|
.k-checkbox-wrap .k-checkbox.k-state-hover,
|
|
48337
48476
|
.k-checkbox-wrap .k-checkbox.k-state-hovered,
|
|
48338
48477
|
.k-checkbox-wrap .k-checkbox:hover,
|
|
48339
|
-
.k-maskedtextbox.k-input.k-hover,
|
|
48340
|
-
.k-maskedtextbox.k-input.k-state-hover,
|
|
48341
|
-
.k-maskedtextbox.k-input.k-state-hovered,
|
|
48342
|
-
.k-maskedtextbox.k-input:hover,
|
|
48343
|
-
.k-textbox.k-input.k-hover,
|
|
48344
|
-
.k-textbox.k-input.k-state-hover,
|
|
48345
|
-
.k-textbox.k-input.k-state-hovered,
|
|
48346
|
-
.k-textbox.k-input:hover,
|
|
48347
48478
|
.k-datetimepicker.k-input.k-hover,
|
|
48348
48479
|
.k-datetimepicker.k-input.k-state-hover,
|
|
48349
48480
|
.k-datetimepicker.k-input.k-state-hovered,
|
|
@@ -48360,10 +48491,6 @@ ul,
|
|
|
48360
48491
|
.k-dateinput.k-input.k-state-hover,
|
|
48361
48492
|
.k-dateinput.k-input.k-state-hovered,
|
|
48362
48493
|
.k-dateinput.k-input:hover,
|
|
48363
|
-
.k-numerictextbox.k-input.k-hover,
|
|
48364
|
-
.k-numerictextbox.k-input.k-state-hover,
|
|
48365
|
-
.k-numerictextbox.k-input.k-state-hovered,
|
|
48366
|
-
.k-numerictextbox.k-input:hover,
|
|
48367
48494
|
.k-textarea.k-input.k-hover,
|
|
48368
48495
|
.k-textarea.k-input.k-state-hover,
|
|
48369
48496
|
.k-textarea.k-input.k-state-hovered,
|
|
@@ -48431,9 +48558,6 @@ ul,
|
|
|
48431
48558
|
transition-timing-function: ease-out;
|
|
48432
48559
|
}
|
|
48433
48560
|
.k-button {
|
|
48434
|
-
-moz-column-gap: 8px;
|
|
48435
|
-
column-gap: 8px;
|
|
48436
|
-
flex-direction: row;
|
|
48437
48561
|
border-bottom-style: none;
|
|
48438
48562
|
border-left-style: none;
|
|
48439
48563
|
border-right-style: none;
|
|
@@ -48448,6 +48572,8 @@ ul,
|
|
|
48448
48572
|
outline-width: 0px;
|
|
48449
48573
|
outline-color: #003583;
|
|
48450
48574
|
transition-timing-function: ease-out;
|
|
48575
|
+
-moz-column-gap: 0.5rem;
|
|
48576
|
+
column-gap: 0.5rem;
|
|
48451
48577
|
}
|
|
48452
48578
|
.k-button-group {
|
|
48453
48579
|
isolation: isolate;
|
|
@@ -48459,10 +48585,12 @@ ul,
|
|
|
48459
48585
|
}
|
|
48460
48586
|
.k-chip.k-chip-solid-base {
|
|
48461
48587
|
color: rgba(10, 12, 27, 0.7);
|
|
48588
|
+
background-color: #f2f2fa;
|
|
48462
48589
|
}
|
|
48463
48590
|
.k-chip {
|
|
48464
48591
|
transition-property: all;
|
|
48465
48592
|
transition-duration: 280ms;
|
|
48593
|
+
background-image: linear-gradient(transparent, transparent);
|
|
48466
48594
|
}
|
|
48467
48595
|
.k-chip.k-rounded-md {
|
|
48468
48596
|
border-bottom-left-radius: 9999px;
|
|
@@ -48992,24 +49120,18 @@ ul,
|
|
|
48992
49120
|
.k-numerictextbox.k-input
|
|
48993
49121
|
.k-input-spinner.k-spin-button
|
|
48994
49122
|
.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase {
|
|
48995
|
-
background-color: initial;
|
|
48996
|
-
background-image: none;
|
|
48997
49123
|
padding-right: 0.25rem;
|
|
48998
49124
|
padding-left: 0.25rem;
|
|
48999
49125
|
color: inherit;
|
|
49126
|
+
width: 100%;
|
|
49127
|
+
height: 50%;
|
|
49000
49128
|
}
|
|
49001
49129
|
.k-numerictextbox.k-input
|
|
49002
49130
|
.k-input-spinner.k-spin-button
|
|
49003
49131
|
.k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease {
|
|
49004
|
-
background-color: initial;
|
|
49005
|
-
background-image: none;
|
|
49006
|
-
padding-right: 0px;
|
|
49007
|
-
padding-left: 0px;
|
|
49008
|
-
-moz-column-gap: 0px;
|
|
49009
|
-
column-gap: 0px;
|
|
49010
49132
|
color: inherit;
|
|
49011
|
-
|
|
49012
|
-
|
|
49133
|
+
height: 50%;
|
|
49134
|
+
width: 100%;
|
|
49013
49135
|
}
|
|
49014
49136
|
.k-numerictextbox.k-input
|
|
49015
49137
|
.k-input-spinner.k-spin-button
|
|
@@ -49069,6 +49191,7 @@ ul,
|
|
|
49069
49191
|
}
|
|
49070
49192
|
.k-numerictextbox.k-input .k-input-spinner.k-spin-button {
|
|
49071
49193
|
color: rgba(10, 12, 27, 0.6);
|
|
49194
|
+
align-self: center;
|
|
49072
49195
|
height: 100%;
|
|
49073
49196
|
}
|
|
49074
49197
|
.k-textbox.k-input .k-clear-value {
|
|
@@ -49370,6 +49493,13 @@ ul,
|
|
|
49370
49493
|
.k-textarea.k-input:hover.k-input-solid {
|
|
49371
49494
|
color: rgba(10, 12, 27, 0.9);
|
|
49372
49495
|
}
|
|
49496
|
+
.k-textarea.k-input.k-hover,
|
|
49497
|
+
.k-textarea.k-input.k-state-hover,
|
|
49498
|
+
.k-textarea.k-input.k-state-hovered,
|
|
49499
|
+
.k-textarea.k-input:hover {
|
|
49500
|
+
outline-color: currentcolor;
|
|
49501
|
+
outline-width: 1px;
|
|
49502
|
+
}
|
|
49373
49503
|
.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal {
|
|
49374
49504
|
margin-right: -12px;
|
|
49375
49505
|
align-self: center;
|
|
@@ -49453,13 +49583,6 @@ ul,
|
|
|
49453
49583
|
.k-button.k-button-flat.k-button-flat-base.k-icon-button:focus::before {
|
|
49454
49584
|
opacity: 12%;
|
|
49455
49585
|
}
|
|
49456
|
-
.k-textbox.k-input.k-focus,
|
|
49457
|
-
.k-textbox.k-input.k-state-focus,
|
|
49458
|
-
.k-textbox.k-input.k-state-focused,
|
|
49459
|
-
.k-textbox.k-input:focus {
|
|
49460
|
-
outline-color: unset;
|
|
49461
|
-
outline-width: 0px;
|
|
49462
|
-
}
|
|
49463
49586
|
.k-textbox.k-input.k-focus.k-input-solid,
|
|
49464
49587
|
.k-textbox.k-input.k-state-focus.k-input-solid,
|
|
49465
49588
|
.k-textbox.k-input.k-state-focused.k-input-solid,
|
|
@@ -50150,6 +50273,7 @@ ul,
|
|
|
50150
50273
|
.k-textbox.k-input {
|
|
50151
50274
|
transition-property: all;
|
|
50152
50275
|
transition-duration: 280ms;
|
|
50276
|
+
outline-style: solid;
|
|
50153
50277
|
}
|
|
50154
50278
|
.k-textbox.k-input.k-input-solid {
|
|
50155
50279
|
color: unset;
|
|
@@ -50341,9 +50465,11 @@ ul,
|
|
|
50341
50465
|
}
|
|
50342
50466
|
.k-chip.k-selected {
|
|
50343
50467
|
color: #fff;
|
|
50344
|
-
background-color: rgba(10, 12, 27, 0.7);
|
|
50345
50468
|
background-image: linear-gradient(transparent, transparent);
|
|
50346
50469
|
}
|
|
50470
|
+
.k-chip.k-selected.k-chip-solid-base {
|
|
50471
|
+
background-color: rgba(10, 12, 27, 0.7);
|
|
50472
|
+
}
|
|
50347
50473
|
.k-chip.k-focus.k-chip-solid-base,
|
|
50348
50474
|
.k-chip.k-state-focus.k-chip-solid-base,
|
|
50349
50475
|
.k-chip.k-state-focused.k-chip-solid-base,
|
|
@@ -50568,6 +50694,8 @@ ul,
|
|
|
50568
50694
|
border-left-color: rgba(10, 12, 27, 0.9);
|
|
50569
50695
|
border-right-color: rgba(10, 12, 27, 0.9);
|
|
50570
50696
|
border-top-color: rgba(10, 12, 27, 0.9);
|
|
50697
|
+
outline-offset: -0.5px;
|
|
50698
|
+
outline-width: 1px;
|
|
50571
50699
|
}
|
|
50572
50700
|
.k-numerictextbox.k-input.k-hover.k-input-solid,
|
|
50573
50701
|
.k-numerictextbox.k-input.k-state-hover.k-input-solid,
|
|
@@ -50874,6 +51002,7 @@ ul,
|
|
|
50874
51002
|
min-width: 148px;
|
|
50875
51003
|
padding-top: 0.5rem;
|
|
50876
51004
|
padding-bottom: 0.5rem;
|
|
51005
|
+
color: rgba(10, 12, 27, 0.7);
|
|
50877
51006
|
}
|
|
50878
51007
|
.k-textarea.k-input {
|
|
50879
51008
|
height: auto;
|
|
@@ -50887,6 +51016,10 @@ ul,
|
|
|
50887
51016
|
outline-style: solid;
|
|
50888
51017
|
outline-width: 2px;
|
|
50889
51018
|
}
|
|
51019
|
+
.k-textarea.k-input.k-state-focus-within.k-input-solid,
|
|
51020
|
+
.k-textarea.k-input:focus-within.k-input-solid {
|
|
51021
|
+
color: var(--kendo-color-primary, #003583);
|
|
51022
|
+
}
|
|
50890
51023
|
.k-textarea.k-input.k-invalid.k-input-solid,
|
|
50891
51024
|
.k-textarea.k-input.ng-invalid.ng-touched.k-input-solid,
|
|
50892
51025
|
.k-textarea.k-input.ng-invalid.ng-dirty.k-input-solid {
|
|
@@ -50894,6 +51027,7 @@ ul,
|
|
|
50894
51027
|
border-left-color: var(--kendo-color-error, #a5021f);
|
|
50895
51028
|
border-right-color: var(--kendo-color-error, #a5021f);
|
|
50896
51029
|
border-top-color: var(--kendo-color-error, #a5021f);
|
|
51030
|
+
color: var(--kendo-color-error, #a5021f);
|
|
50897
51031
|
}
|
|
50898
51032
|
.k-textarea.k-input.k-disabled.k-input-solid,
|
|
50899
51033
|
.k-textarea.k-input.k-state-disabled.k-input-solid,
|
|
@@ -51385,9 +51519,6 @@ ul,
|
|
|
51385
51519
|
.k-button:disabled.k-button-flat.k-button-flat-primary .k-button-text {
|
|
51386
51520
|
color: rgba(10, 12, 27, 0.4);
|
|
51387
51521
|
}
|
|
51388
|
-
.k-chip.k-selected .k-chip-content {
|
|
51389
|
-
color: #fff;
|
|
51390
|
-
}
|
|
51391
51522
|
.k-button.k-selected.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon {
|
|
51392
51523
|
color: #003583;
|
|
51393
51524
|
}
|
|
@@ -51461,14 +51592,13 @@ ul,
|
|
|
51461
51592
|
border-left-color: rgba(10, 12, 27, 0.7);
|
|
51462
51593
|
border-right-color: rgba(10, 12, 27, 0.7);
|
|
51463
51594
|
border-top-color: rgba(10, 12, 27, 0.7);
|
|
51464
|
-
background-color: initial;
|
|
51465
51595
|
}
|
|
51466
51596
|
.k-numerictextbox.k-input {
|
|
51467
|
-
background-image: none;
|
|
51468
51597
|
transition-property: all;
|
|
51469
51598
|
transition-duration: 280ms;
|
|
51470
51599
|
transition-timing-function: ease-out;
|
|
51471
51600
|
height: 2.5rem;
|
|
51601
|
+
font-variant-numeric: tabular-nums;
|
|
51472
51602
|
}
|
|
51473
51603
|
.k-maskedtextbox.k-input {
|
|
51474
51604
|
transition-property: all;
|
|
@@ -52180,10 +52310,14 @@ ul,
|
|
|
52180
52310
|
.k-textbox.k-input.k-state-hovered,
|
|
52181
52311
|
.k-textbox.k-input:hover {
|
|
52182
52312
|
color: unset;
|
|
52313
|
+
outline-color: currentcolor;
|
|
52314
|
+
outline-style: solid;
|
|
52315
|
+
outline-width: 1px;
|
|
52316
|
+
outline-offset: -0.5px;
|
|
52183
52317
|
}
|
|
52184
52318
|
.k-numerictextbox.k-input .k-input-inner {
|
|
52185
|
-
color: rgba(10, 12, 27, 0.7);
|
|
52186
52319
|
height: auto;
|
|
52320
|
+
color: rgba(10, 12, 27, 0.7);
|
|
52187
52321
|
}
|
|
52188
52322
|
.k-maskedtextbox.k-input .k-input-inner {
|
|
52189
52323
|
color: rgba(10, 12, 27, 0.7);
|
|
@@ -52722,8 +52856,6 @@ ul,
|
|
|
52722
52856
|
border-bottom-right-radius: 8px;
|
|
52723
52857
|
border-top-left-radius: 8px;
|
|
52724
52858
|
border-top-right-radius: 8px;
|
|
52725
|
-
background-color: #f2f2fa;
|
|
52726
|
-
background-image: none;
|
|
52727
52859
|
transition-property: box-shadow;
|
|
52728
52860
|
transition-duration: 280ms;
|
|
52729
52861
|
transition-timing-function: ease-out;
|
|
@@ -53355,10 +53487,6 @@ div.feather-ks-spacing-s {
|
|
|
53355
53487
|
border-top-right-radius: 0.25rem;
|
|
53356
53488
|
border-bottom-right-radius: 0.25rem;
|
|
53357
53489
|
}
|
|
53358
|
-
input:focus {
|
|
53359
|
-
transition-duration: 280ms;
|
|
53360
|
-
transition-property: all;
|
|
53361
|
-
}
|
|
53362
53490
|
.k-textbox.k-input.k-invalid,
|
|
53363
53491
|
.k-textbox.k-input.ng-invalid.ng-touched,
|
|
53364
53492
|
.k-textbox.k-input.ng-invalid.ng-dirty {
|
|
@@ -53372,11 +53500,6 @@ input:focus {
|
|
|
53372
53500
|
.k-textbox.k-input.ng-invalid.ng-dirty.k-input-solid {
|
|
53373
53501
|
color: var(--kendo-color-error, #a5021f);
|
|
53374
53502
|
}
|
|
53375
|
-
input {
|
|
53376
|
-
padding-left: 16px;
|
|
53377
|
-
padding-top: 0px;
|
|
53378
|
-
padding-right: 16px;
|
|
53379
|
-
}
|
|
53380
53503
|
.k-split-button.k-button-group.k-focus,
|
|
53381
53504
|
.k-split-button.k-button-group.k-state-focus,
|
|
53382
53505
|
.k-split-button.k-button-group.k-state-focused,
|
|
@@ -53497,6 +53620,10 @@ input {
|
|
|
53497
53620
|
transition-timing-function: ease-out;
|
|
53498
53621
|
height: 2.5rem;
|
|
53499
53622
|
background-image: none;
|
|
53623
|
+
outline-color: currentcolor;
|
|
53624
|
+
outline-style: solid;
|
|
53625
|
+
outline-width: 1px;
|
|
53626
|
+
outline-offset: -1px;
|
|
53500
53627
|
}
|
|
53501
53628
|
.k-input.k-input-solid {
|
|
53502
53629
|
background-color: initial;
|
|
@@ -54404,6 +54531,7 @@ input {
|
|
|
54404
54531
|
transition-property: all;
|
|
54405
54532
|
transition-timing-function: ease-out;
|
|
54406
54533
|
color: var(--kendo-color-secondary, #195bb5);
|
|
54534
|
+
flex-direction: row;
|
|
54407
54535
|
}
|
|
54408
54536
|
.k-button.k-button-outline.k-button-outline-primary.k-icon-button
|
|
54409
54537
|
.k-button-icon.k-icon.k-svg-icon
|
|
@@ -54441,8 +54569,9 @@ input {
|
|
|
54441
54569
|
}
|
|
54442
54570
|
.k-button.k-icon-button {
|
|
54443
54571
|
aspect-ratio: 1/1;
|
|
54444
|
-
|
|
54445
|
-
|
|
54572
|
+
background-image: none;
|
|
54573
|
+
-moz-column-gap: 0px;
|
|
54574
|
+
column-gap: 0px;
|
|
54446
54575
|
}
|
|
54447
54576
|
.k-button.k-icon-button.k-button-md {
|
|
54448
54577
|
padding-bottom: 0px;
|
|
@@ -54450,6 +54579,9 @@ input {
|
|
|
54450
54579
|
padding-right: 0px;
|
|
54451
54580
|
padding-top: 0px;
|
|
54452
54581
|
}
|
|
54582
|
+
.k-button.k-icon-button.k-button-solid-base {
|
|
54583
|
+
background-color: rgba(0, 0, 0, 0);
|
|
54584
|
+
}
|
|
54453
54585
|
.k-button.k-icon-button .k-button-icon.k-icon.k-svg-icon > svg {
|
|
54454
54586
|
width: 1.5rem;
|
|
54455
54587
|
height: 1.5rem;
|
|
@@ -55036,6 +55168,7 @@ input {
|
|
|
55036
55168
|
.k-expander:focus {
|
|
55037
55169
|
outline-style: none;
|
|
55038
55170
|
z-index: 1;
|
|
55171
|
+
box-shadow: none;
|
|
55039
55172
|
}
|
|
55040
55173
|
.k-expander.k-disabled .k-expander-header .k-expander-title,
|
|
55041
55174
|
.k-expander.k-state-disabled .k-expander-header .k-expander-title,
|
|
@@ -55089,12 +55222,12 @@ input {
|
|
|
55089
55222
|
.k-expander .k-expander-header.k-state-focus,
|
|
55090
55223
|
.k-expander .k-expander-header.k-state-focused,
|
|
55091
55224
|
.k-expander .k-expander-header:focus {
|
|
55092
|
-
box-shadow: none;
|
|
55093
55225
|
background-color: initial;
|
|
55094
55226
|
background-image: linear-gradient(
|
|
55095
55227
|
rgba(25, 91, 181, 0.12),
|
|
55096
55228
|
rgba(25, 91, 181, 0.12)
|
|
55097
55229
|
);
|
|
55230
|
+
box-shadow: none;
|
|
55098
55231
|
}
|
|
55099
55232
|
.k-expander .k-expander-header {
|
|
55100
55233
|
border-bottom-left-radius: 0.125rem;
|
|
@@ -55617,14 +55750,6 @@ input {
|
|
|
55617
55750
|
);
|
|
55618
55751
|
outline-style: none;
|
|
55619
55752
|
}
|
|
55620
|
-
.k-form-hint {
|
|
55621
|
-
font-style: normal;
|
|
55622
|
-
font-size: 0.875rem;
|
|
55623
|
-
}
|
|
55624
|
-
.k-form-error {
|
|
55625
|
-
font-size: 0.875rem;
|
|
55626
|
-
font-style: normal;
|
|
55627
|
-
}
|
|
55628
55753
|
.k-dropdowntree .k-input-button.k-button.k-icon-button {
|
|
55629
55754
|
width: 2rem;
|
|
55630
55755
|
height: 2rem;
|
|
@@ -55662,6 +55787,7 @@ input {
|
|
|
55662
55787
|
.k-input-suffix.k-input-suffix-horizontal
|
|
55663
55788
|
.k-button.k-button-flat.k-button-flat-primary {
|
|
55664
55789
|
outline-style: none;
|
|
55790
|
+
color: var(--kendo-color-primary, #003583);
|
|
55665
55791
|
}
|
|
55666
55792
|
.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid
|
|
55667
55793
|
.k-input-suffix.k-input-suffix-horizontal
|
|
@@ -55676,6 +55802,7 @@ input {
|
|
|
55676
55802
|
.k-input-suffix.k-input-suffix-horizontal
|
|
55677
55803
|
.k-button.k-button-flat.k-button-flat-primary:focus {
|
|
55678
55804
|
outline-style: none;
|
|
55805
|
+
box-shadow: inset 2px 0px 0px 0px currentcolor !important;
|
|
55679
55806
|
}
|
|
55680
55807
|
.k-expander.k-expanded.k-disabled
|
|
55681
55808
|
.k-expander-header
|
|
@@ -55724,6 +55851,11 @@ input {
|
|
|
55724
55851
|
border-right-color: #a5021f;
|
|
55725
55852
|
border-top-color: #a5021f;
|
|
55726
55853
|
}
|
|
55854
|
+
.k-input.k-invalid,
|
|
55855
|
+
.k-input.ng-invalid.ng-touched,
|
|
55856
|
+
.k-input.ng-invalid.ng-dirty {
|
|
55857
|
+
outline-color: #a5021f;
|
|
55858
|
+
}
|
|
55727
55859
|
.k-input.k-hover,
|
|
55728
55860
|
.k-input.k-state-hover,
|
|
55729
55861
|
.k-input.k-state-hovered,
|
|
@@ -55731,6 +55863,9 @@ input {
|
|
|
55731
55863
|
transition-property: all;
|
|
55732
55864
|
transition-duration: 280ms;
|
|
55733
55865
|
transition-timing-function: ease-out;
|
|
55866
|
+
outline-style: solid;
|
|
55867
|
+
outline-width: 0.5px;
|
|
55868
|
+
outline-color: rgba(10, 12, 27, 0.9);
|
|
55734
55869
|
}
|
|
55735
55870
|
.k-datepicker.k-input.k-invalid.k-input-solid,
|
|
55736
55871
|
.k-datepicker.k-input.ng-invalid.ng-touched.k-invalid.k-input-solid,
|
|
@@ -56143,3 +56278,455 @@ input {
|
|
|
56143
56278
|
.k-textbox.k-input.ng-invalid.ng-dirty .k-input-inner {
|
|
56144
56279
|
color: rgba(10, 12, 27, 0.7);
|
|
56145
56280
|
}
|
|
56281
|
+
.fk-loader.k-loader.k-loader-lg.k-loader-spinner-4 .k-loader-canvas {
|
|
56282
|
+
visibility: hidden;
|
|
56283
|
+
}
|
|
56284
|
+
.fk-loader.k-loader.k-loader-lg.k-loader-spinner-4::before {
|
|
56285
|
+
visibility: visible;
|
|
56286
|
+
}
|
|
56287
|
+
.k-button.k-selected.k-button-solid-primary
|
|
56288
|
+
.k-button-icon.k-icon.k-svg-icon
|
|
56289
|
+
> svg {
|
|
56290
|
+
color: var(--kendo-color-primary, #003583);
|
|
56291
|
+
}
|
|
56292
|
+
.fk-loader.k-loader.k-loader-lg.k-loader-spinner-4 {
|
|
56293
|
+
visibility: visible;
|
|
56294
|
+
}
|
|
56295
|
+
.fk-loader.k-loader.k-loader-sm.k-loader-spinner-3 .k-loader-canvas {
|
|
56296
|
+
visibility: hidden;
|
|
56297
|
+
}
|
|
56298
|
+
.k-button.k-focus.k-icon-button .k-button-icon.k-icon.k-svg-icon,
|
|
56299
|
+
.k-button.k-state-focus.k-icon-button .k-button-icon.k-icon.k-svg-icon,
|
|
56300
|
+
.k-button.k-state-focused.k-icon-button .k-button-icon.k-icon.k-svg-icon,
|
|
56301
|
+
.k-button:focus.k-icon-button .k-button-icon.k-icon.k-svg-icon {
|
|
56302
|
+
width: 1.5rem;
|
|
56303
|
+
height: 1.5rem;
|
|
56304
|
+
}
|
|
56305
|
+
.k-button.k-focus.k-icon-button,
|
|
56306
|
+
.k-button.k-state-focus.k-icon-button,
|
|
56307
|
+
.k-button.k-state-focused.k-icon-button,
|
|
56308
|
+
.k-button:focus.k-icon-button {
|
|
56309
|
+
border-bottom-style: none;
|
|
56310
|
+
border-left-style: none;
|
|
56311
|
+
border-right-style: none;
|
|
56312
|
+
border-top-style: none;
|
|
56313
|
+
background-color: inherit;
|
|
56314
|
+
background-image: linear-gradient(
|
|
56315
|
+
rgba(25, 91, 181, 0.12),
|
|
56316
|
+
rgba(25, 91, 181, 0.12)
|
|
56317
|
+
);
|
|
56318
|
+
}
|
|
56319
|
+
.k-button.k-hover.k-icon-button,
|
|
56320
|
+
.k-button.k-state-hover.k-icon-button,
|
|
56321
|
+
.k-button.k-state-hovered.k-icon-button,
|
|
56322
|
+
.k-button:hover.k-icon-button {
|
|
56323
|
+
background-color: inherit;
|
|
56324
|
+
background-image: linear-gradient(
|
|
56325
|
+
rgba(25, 91, 181, 0.12),
|
|
56326
|
+
rgba(25, 91, 181, 0.06)
|
|
56327
|
+
);
|
|
56328
|
+
aspect-ratio: 1/1;
|
|
56329
|
+
}
|
|
56330
|
+
.k-button.k-active.k-icon-button,
|
|
56331
|
+
.k-button.k-state-active.k-icon-button,
|
|
56332
|
+
.k-button:active.k-icon-button {
|
|
56333
|
+
background-color: inherit;
|
|
56334
|
+
background-image: linear-gradient(
|
|
56335
|
+
rgba(25, 91, 181, 0.16),
|
|
56336
|
+
rgba(25, 91, 181, 0.16)
|
|
56337
|
+
);
|
|
56338
|
+
}
|
|
56339
|
+
.k-button.k-selected.k-icon-button.k-button-solid-base {
|
|
56340
|
+
background-color: var(--kendo-color-primary, #003583);
|
|
56341
|
+
}
|
|
56342
|
+
.k-button.k-selected.k-icon-button {
|
|
56343
|
+
background-image: linear-gradient(
|
|
56344
|
+
rgba(255, 255, 255, 0.12),
|
|
56345
|
+
rgba(255, 255, 255, 0.12)
|
|
56346
|
+
);
|
|
56347
|
+
}
|
|
56348
|
+
.k-dialog-wrapper .k-window.k-dialog .k-window-content.k-dialog-content {
|
|
56349
|
+
padding-top: 0.5rem;
|
|
56350
|
+
}
|
|
56351
|
+
.fk-loader.k-loader.k-loader-sm.k-loader-spinner-3
|
|
56352
|
+
.k-loader-canvas
|
|
56353
|
+
.k-loader-segment {
|
|
56354
|
+
visibility: hidden;
|
|
56355
|
+
}
|
|
56356
|
+
.fk-loader.k-loader.k-loader-lg.k-loader-spinner-4
|
|
56357
|
+
.k-loader-canvas
|
|
56358
|
+
.k-loader-segment {
|
|
56359
|
+
visibility: hidden;
|
|
56360
|
+
}
|
|
56361
|
+
.fk-loader.k-loader.k-loader-md.k-loader-spinner-4
|
|
56362
|
+
.k-loader-canvas
|
|
56363
|
+
.k-loader-segment {
|
|
56364
|
+
visibility: hidden;
|
|
56365
|
+
}
|
|
56366
|
+
.fk-loader.k-loader.k-loader-lg.k-loader-spinner-3
|
|
56367
|
+
.k-loader-canvas
|
|
56368
|
+
.k-loader-segment {
|
|
56369
|
+
visibility: hidden;
|
|
56370
|
+
}
|
|
56371
|
+
.k-maskedtextbox.k-input.k-hover,
|
|
56372
|
+
.k-maskedtextbox.k-input.k-state-hover,
|
|
56373
|
+
.k-maskedtextbox.k-input.k-state-hovered,
|
|
56374
|
+
.k-maskedtextbox.k-input:hover {
|
|
56375
|
+
outline-color: currentcolor;
|
|
56376
|
+
outline-offset: -0.5px;
|
|
56377
|
+
}
|
|
56378
|
+
.k-textarea.k-input.k-invalid .k-input-inner,
|
|
56379
|
+
.k-textarea.k-input.ng-invalid.ng-touched .k-input-inner,
|
|
56380
|
+
.k-textarea.k-input.ng-invalid.ng-dirty .k-input-inner {
|
|
56381
|
+
color: rgba(10, 12, 27, 0.7);
|
|
56382
|
+
}
|
|
56383
|
+
.k-colorgradient.k-focus
|
|
56384
|
+
.k-colorgradient-inputs.k-hstack
|
|
56385
|
+
.k-vstack.k-flex-1
|
|
56386
|
+
.k-hex-value.k-textbox.k-input
|
|
56387
|
+
.k-input.k-input-solid,
|
|
56388
|
+
.k-colorgradient.k-focus
|
|
56389
|
+
.k-colorgradient-inputs.k-hbox
|
|
56390
|
+
.k-vstack.k-flex-1
|
|
56391
|
+
.k-hex-value.k-textbox.k-input
|
|
56392
|
+
.k-input.k-input-solid,
|
|
56393
|
+
.k-colorgradient.k-focus
|
|
56394
|
+
.k-colorgradient-inputs.k-hstack
|
|
56395
|
+
.k-flex-1.k-vbox
|
|
56396
|
+
.k-hex-value.k-textbox.k-input
|
|
56397
|
+
.k-input.k-input-solid,
|
|
56398
|
+
.k-colorgradient.k-focus
|
|
56399
|
+
.k-colorgradient-inputs.k-hbox
|
|
56400
|
+
.k-flex-1.k-vbox
|
|
56401
|
+
.k-hex-value.k-textbox.k-input
|
|
56402
|
+
.k-input.k-input-solid,
|
|
56403
|
+
.k-colorgradient.k-state-focus
|
|
56404
|
+
.k-colorgradient-inputs.k-hstack
|
|
56405
|
+
.k-vstack.k-flex-1
|
|
56406
|
+
.k-hex-value.k-textbox.k-input
|
|
56407
|
+
.k-input.k-input-solid,
|
|
56408
|
+
.k-colorgradient.k-state-focus
|
|
56409
|
+
.k-colorgradient-inputs.k-hbox
|
|
56410
|
+
.k-vstack.k-flex-1
|
|
56411
|
+
.k-hex-value.k-textbox.k-input
|
|
56412
|
+
.k-input.k-input-solid,
|
|
56413
|
+
.k-colorgradient.k-state-focus
|
|
56414
|
+
.k-colorgradient-inputs.k-hstack
|
|
56415
|
+
.k-flex-1.k-vbox
|
|
56416
|
+
.k-hex-value.k-textbox.k-input
|
|
56417
|
+
.k-input.k-input-solid,
|
|
56418
|
+
.k-colorgradient.k-state-focus
|
|
56419
|
+
.k-colorgradient-inputs.k-hbox
|
|
56420
|
+
.k-flex-1.k-vbox
|
|
56421
|
+
.k-hex-value.k-textbox.k-input
|
|
56422
|
+
.k-input.k-input-solid,
|
|
56423
|
+
.k-colorgradient.k-state-focused
|
|
56424
|
+
.k-colorgradient-inputs.k-hstack
|
|
56425
|
+
.k-vstack.k-flex-1
|
|
56426
|
+
.k-hex-value.k-textbox.k-input
|
|
56427
|
+
.k-input.k-input-solid,
|
|
56428
|
+
.k-colorgradient.k-state-focused
|
|
56429
|
+
.k-colorgradient-inputs.k-hbox
|
|
56430
|
+
.k-vstack.k-flex-1
|
|
56431
|
+
.k-hex-value.k-textbox.k-input
|
|
56432
|
+
.k-input.k-input-solid,
|
|
56433
|
+
.k-colorgradient.k-state-focused
|
|
56434
|
+
.k-colorgradient-inputs.k-hstack
|
|
56435
|
+
.k-flex-1.k-vbox
|
|
56436
|
+
.k-hex-value.k-textbox.k-input
|
|
56437
|
+
.k-input.k-input-solid,
|
|
56438
|
+
.k-colorgradient.k-state-focused
|
|
56439
|
+
.k-colorgradient-inputs.k-hbox
|
|
56440
|
+
.k-flex-1.k-vbox
|
|
56441
|
+
.k-hex-value.k-textbox.k-input
|
|
56442
|
+
.k-input.k-input-solid,
|
|
56443
|
+
.k-colorgradient:focus
|
|
56444
|
+
.k-colorgradient-inputs.k-hstack
|
|
56445
|
+
.k-vstack.k-flex-1
|
|
56446
|
+
.k-hex-value.k-textbox.k-input
|
|
56447
|
+
.k-input.k-input-solid,
|
|
56448
|
+
.k-colorgradient:focus
|
|
56449
|
+
.k-colorgradient-inputs.k-hbox
|
|
56450
|
+
.k-vstack.k-flex-1
|
|
56451
|
+
.k-hex-value.k-textbox.k-input
|
|
56452
|
+
.k-input.k-input-solid,
|
|
56453
|
+
.k-colorgradient:focus
|
|
56454
|
+
.k-colorgradient-inputs.k-hstack
|
|
56455
|
+
.k-flex-1.k-vbox
|
|
56456
|
+
.k-hex-value.k-textbox.k-input
|
|
56457
|
+
.k-input.k-input-solid,
|
|
56458
|
+
.k-colorgradient:focus
|
|
56459
|
+
.k-colorgradient-inputs.k-hbox
|
|
56460
|
+
.k-flex-1.k-vbox
|
|
56461
|
+
.k-hex-value.k-textbox.k-input
|
|
56462
|
+
.k-input.k-input-solid {
|
|
56463
|
+
border-bottom-style: none;
|
|
56464
|
+
border-left-style: none;
|
|
56465
|
+
border-right-style: none;
|
|
56466
|
+
border-top-style: none;
|
|
56467
|
+
outline-style: none;
|
|
56468
|
+
}
|
|
56469
|
+
.k-colorgradient
|
|
56470
|
+
.k-colorgradient-inputs
|
|
56471
|
+
.k-hex-value.k-textbox.k-input
|
|
56472
|
+
.k-input.k-input-solid {
|
|
56473
|
+
border-bottom-style: none;
|
|
56474
|
+
border-left-style: none;
|
|
56475
|
+
border-right-style: none;
|
|
56476
|
+
border-top-style: none;
|
|
56477
|
+
outline-style: none;
|
|
56478
|
+
}
|
|
56479
|
+
.k-textbox.k-input.k-input-outline .k-input-inner {
|
|
56480
|
+
color: rgba(10, 12, 27, 0.7);
|
|
56481
|
+
}
|
|
56482
|
+
.k-textbox.k-input.k-input-outline {
|
|
56483
|
+
color: rgba(10, 12, 27, 0.7);
|
|
56484
|
+
transition-property: all;
|
|
56485
|
+
transition-duration: 280ms;
|
|
56486
|
+
transition-timing-function: ease-out;
|
|
56487
|
+
border-bottom-color: currentcolor;
|
|
56488
|
+
border-left-color: currentcolor;
|
|
56489
|
+
border-right-color: currentcolor;
|
|
56490
|
+
border-top-color: currentcolor;
|
|
56491
|
+
}
|
|
56492
|
+
.k-textbox.k-input.k-input-outline.k-focus,
|
|
56493
|
+
.k-textbox.k-input.k-input-outline.k-state-focus,
|
|
56494
|
+
.k-textbox.k-input.k-input-outline.k-state-focused,
|
|
56495
|
+
.k-textbox.k-input.k-input-outline:focus {
|
|
56496
|
+
border-bottom-color: currentcolor;
|
|
56497
|
+
border-left-color: currentcolor;
|
|
56498
|
+
border-right-color: currentcolor;
|
|
56499
|
+
border-top-color: currentcolor;
|
|
56500
|
+
color: var(--kendo-color-primary, #003583);
|
|
56501
|
+
}
|
|
56502
|
+
.k-textbox.k-input.k-input-outline.k-invalid,
|
|
56503
|
+
.k-textbox.k-input.k-input-outline.ng-invalid.ng-touched,
|
|
56504
|
+
.k-textbox.k-input.k-input-outline.ng-invalid.ng-dirty {
|
|
56505
|
+
color: var(--kendo-color-error, #a5021f);
|
|
56506
|
+
outline-color: currentcolor;
|
|
56507
|
+
}
|
|
56508
|
+
.k-textbox.k-input.k-input-outline.k-disabled,
|
|
56509
|
+
.k-textbox.k-input.k-input-outline.k-state-disabled,
|
|
56510
|
+
.k-textbox.k-input.k-input-outline:disabled {
|
|
56511
|
+
color: rgba(10, 12, 27, 0.4);
|
|
56512
|
+
outline-style: none;
|
|
56513
|
+
}
|
|
56514
|
+
.k-textbox.k-input.k-input-outline.k-disabled .k-input-inner,
|
|
56515
|
+
.k-textbox.k-input.k-input-outline.k-state-disabled .k-input-inner,
|
|
56516
|
+
.k-textbox.k-input.k-input-outline:disabled .k-input-inner {
|
|
56517
|
+
color: inherit;
|
|
56518
|
+
}
|
|
56519
|
+
.k-textbox.k-input.k-input-outline .k-clear-value {
|
|
56520
|
+
border-bottom-left-radius: 9999px;
|
|
56521
|
+
border-bottom-right-radius: 9999px;
|
|
56522
|
+
border-top-left-radius: 9999px;
|
|
56523
|
+
border-top-right-radius: 9999px;
|
|
56524
|
+
width: 2rem;
|
|
56525
|
+
height: 2rem;
|
|
56526
|
+
}
|
|
56527
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56528
|
+
.k-coloreditor-header.k-hstack
|
|
56529
|
+
.k-coloreditor-header-actions.k-hstack
|
|
56530
|
+
.k-button-group.k-button-group-flat
|
|
56531
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected,
|
|
56532
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56533
|
+
.k-coloreditor-header.k-hbox
|
|
56534
|
+
.k-coloreditor-header-actions.k-hstack
|
|
56535
|
+
.k-button-group.k-button-group-flat
|
|
56536
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected,
|
|
56537
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56538
|
+
.k-coloreditor-header.k-hstack
|
|
56539
|
+
.k-coloreditor-header-actions.k-hbox
|
|
56540
|
+
.k-button-group.k-button-group-flat
|
|
56541
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected,
|
|
56542
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56543
|
+
.k-coloreditor-header.k-hbox
|
|
56544
|
+
.k-coloreditor-header-actions.k-hbox
|
|
56545
|
+
.k-button-group.k-button-group-flat
|
|
56546
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected {
|
|
56547
|
+
background-color: var(--kendo-color-primary, #003583) !important;
|
|
56548
|
+
background-image: none !important;
|
|
56549
|
+
color: var(--kendo-color-on-primary, white);
|
|
56550
|
+
}
|
|
56551
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56552
|
+
.k-coloreditor-header.k-hstack
|
|
56553
|
+
.k-coloreditor-header-actions.k-hstack
|
|
56554
|
+
.k-button-group.k-button-group-flat
|
|
56555
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-hover,
|
|
56556
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56557
|
+
.k-coloreditor-header.k-hbox
|
|
56558
|
+
.k-coloreditor-header-actions.k-hstack
|
|
56559
|
+
.k-button-group.k-button-group-flat
|
|
56560
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-hover,
|
|
56561
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56562
|
+
.k-coloreditor-header.k-hstack
|
|
56563
|
+
.k-coloreditor-header-actions.k-hbox
|
|
56564
|
+
.k-button-group.k-button-group-flat
|
|
56565
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-hover,
|
|
56566
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56567
|
+
.k-coloreditor-header.k-hbox
|
|
56568
|
+
.k-coloreditor-header-actions.k-hbox
|
|
56569
|
+
.k-button-group.k-button-group-flat
|
|
56570
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-hover,
|
|
56571
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56572
|
+
.k-coloreditor-header.k-hstack
|
|
56573
|
+
.k-coloreditor-header-actions.k-hstack
|
|
56574
|
+
.k-button-group.k-button-group-flat
|
|
56575
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-hover,
|
|
56576
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56577
|
+
.k-coloreditor-header.k-hbox
|
|
56578
|
+
.k-coloreditor-header-actions.k-hstack
|
|
56579
|
+
.k-button-group.k-button-group-flat
|
|
56580
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-hover,
|
|
56581
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56582
|
+
.k-coloreditor-header.k-hstack
|
|
56583
|
+
.k-coloreditor-header-actions.k-hbox
|
|
56584
|
+
.k-button-group.k-button-group-flat
|
|
56585
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-hover,
|
|
56586
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56587
|
+
.k-coloreditor-header.k-hbox
|
|
56588
|
+
.k-coloreditor-header-actions.k-hbox
|
|
56589
|
+
.k-button-group.k-button-group-flat
|
|
56590
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-hover,
|
|
56591
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56592
|
+
.k-coloreditor-header.k-hstack
|
|
56593
|
+
.k-coloreditor-header-actions.k-hstack
|
|
56594
|
+
.k-button-group.k-button-group-flat
|
|
56595
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-hovered,
|
|
56596
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56597
|
+
.k-coloreditor-header.k-hbox
|
|
56598
|
+
.k-coloreditor-header-actions.k-hstack
|
|
56599
|
+
.k-button-group.k-button-group-flat
|
|
56600
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-hovered,
|
|
56601
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56602
|
+
.k-coloreditor-header.k-hstack
|
|
56603
|
+
.k-coloreditor-header-actions.k-hbox
|
|
56604
|
+
.k-button-group.k-button-group-flat
|
|
56605
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-hovered,
|
|
56606
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56607
|
+
.k-coloreditor-header.k-hbox
|
|
56608
|
+
.k-coloreditor-header-actions.k-hbox
|
|
56609
|
+
.k-button-group.k-button-group-flat
|
|
56610
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected.k-state-hovered,
|
|
56611
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56612
|
+
.k-coloreditor-header.k-hstack
|
|
56613
|
+
.k-coloreditor-header-actions.k-hstack
|
|
56614
|
+
.k-button-group.k-button-group-flat
|
|
56615
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected:hover,
|
|
56616
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56617
|
+
.k-coloreditor-header.k-hbox
|
|
56618
|
+
.k-coloreditor-header-actions.k-hstack
|
|
56619
|
+
.k-button-group.k-button-group-flat
|
|
56620
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected:hover,
|
|
56621
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56622
|
+
.k-coloreditor-header.k-hstack
|
|
56623
|
+
.k-coloreditor-header-actions.k-hbox
|
|
56624
|
+
.k-button-group.k-button-group-flat
|
|
56625
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected:hover,
|
|
56626
|
+
.k-flatcolorpicker.k-coloreditor
|
|
56627
|
+
.k-coloreditor-header.k-hbox
|
|
56628
|
+
.k-coloreditor-header-actions.k-hbox
|
|
56629
|
+
.k-button-group.k-button-group-flat
|
|
56630
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected:hover {
|
|
56631
|
+
background-color: var(--kendo-color-primary, #003583) !important;
|
|
56632
|
+
background-image: linear-gradient(
|
|
56633
|
+
rgba(255, 255, 255, 0.08),
|
|
56634
|
+
rgba(255, 255, 255, 0.08)
|
|
56635
|
+
) !important;
|
|
56636
|
+
}
|
|
56637
|
+
.k-textbox.k-input.k-input-outline
|
|
56638
|
+
.k-input-prefix.k-input-prefix-horizontal
|
|
56639
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-hover
|
|
56640
|
+
.k-icon.k-svg-icon.k-svg-i-image.k-button-icon,
|
|
56641
|
+
.k-textbox.k-input.k-input-outline
|
|
56642
|
+
.k-input-prefix.k-input-prefix-horizontal
|
|
56643
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hover
|
|
56644
|
+
.k-icon.k-svg-icon.k-svg-i-image.k-button-icon,
|
|
56645
|
+
.k-textbox.k-input.k-input-outline
|
|
56646
|
+
.k-input-prefix.k-input-prefix-horizontal
|
|
56647
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hovered
|
|
56648
|
+
.k-icon.k-svg-icon.k-svg-i-image.k-button-icon,
|
|
56649
|
+
.k-textbox.k-input.k-input-outline
|
|
56650
|
+
.k-input-prefix.k-input-prefix-horizontal
|
|
56651
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button:hover
|
|
56652
|
+
.k-icon.k-svg-icon.k-svg-i-image.k-button-icon {
|
|
56653
|
+
width: 1.25rem;
|
|
56654
|
+
height: 1.25rem;
|
|
56655
|
+
}
|
|
56656
|
+
.k-textbox.k-input.k-input-outline
|
|
56657
|
+
.k-input-prefix.k-input-prefix-horizontal
|
|
56658
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button
|
|
56659
|
+
.k-icon.k-svg-icon.k-svg-i-image.k-button-icon
|
|
56660
|
+
> svg {
|
|
56661
|
+
width: 1.25rem;
|
|
56662
|
+
}
|
|
56663
|
+
.k-textbox.k-input.k-input-outline
|
|
56664
|
+
.k-input-prefix.k-input-prefix-horizontal
|
|
56665
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button {
|
|
56666
|
+
width: 2rem;
|
|
56667
|
+
height: 2rem;
|
|
56668
|
+
border-bottom-left-radius: 9999px;
|
|
56669
|
+
border-bottom-right-radius: 9999px;
|
|
56670
|
+
border-top-left-radius: 9999px;
|
|
56671
|
+
border-top-right-radius: 9999px;
|
|
56672
|
+
}
|
|
56673
|
+
.k-textbox.k-input.k-input-outline
|
|
56674
|
+
.k-input-prefix.k-input-prefix-horizontal
|
|
56675
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-focus,
|
|
56676
|
+
.k-textbox.k-input.k-input-outline
|
|
56677
|
+
.k-input-prefix.k-input-prefix-horizontal
|
|
56678
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focus,
|
|
56679
|
+
.k-textbox.k-input.k-input-outline
|
|
56680
|
+
.k-input-prefix.k-input-prefix-horizontal
|
|
56681
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focused,
|
|
56682
|
+
.k-textbox.k-input.k-input-outline
|
|
56683
|
+
.k-input-prefix.k-input-prefix-horizontal
|
|
56684
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button:focus {
|
|
56685
|
+
border-bottom-style: none;
|
|
56686
|
+
border-left-style: none;
|
|
56687
|
+
border-right-style: none;
|
|
56688
|
+
border-top-style: none;
|
|
56689
|
+
}
|
|
56690
|
+
.k-textbox.k-input.k-input-outline
|
|
56691
|
+
.k-input-suffix.k-input-suffix-horizontal
|
|
56692
|
+
.k-button.k-button-flat.k-button-flat-primary.k-focus,
|
|
56693
|
+
.k-textbox.k-input.k-input-outline
|
|
56694
|
+
.k-input-suffix.k-input-suffix-horizontal
|
|
56695
|
+
.k-button.k-button-flat.k-button-flat-primary.k-state-focus,
|
|
56696
|
+
.k-textbox.k-input.k-input-outline
|
|
56697
|
+
.k-input-suffix.k-input-suffix-horizontal
|
|
56698
|
+
.k-button.k-button-flat.k-button-flat-primary.k-state-focused,
|
|
56699
|
+
.k-textbox.k-input.k-input-outline
|
|
56700
|
+
.k-input-suffix.k-input-suffix-horizontal
|
|
56701
|
+
.k-button.k-button-flat.k-button-flat-primary:focus {
|
|
56702
|
+
box-shadow: inset 2px 0px 0px 0px currentcolor !important;
|
|
56703
|
+
}
|
|
56704
|
+
.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid
|
|
56705
|
+
.k-input-prefix.k-input-prefix-horizontal
|
|
56706
|
+
.k-button.k-button-flat.k-button-flat-base.k-icon-button
|
|
56707
|
+
.k-icon.k-svg-icon.k-svg-i-image.k-button-icon {
|
|
56708
|
+
width: 1.25rem;
|
|
56709
|
+
}
|
|
56710
|
+
.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid
|
|
56711
|
+
.k-input-suffix.k-input-suffix-horizontal
|
|
56712
|
+
.k-button.k-button-flat.k-button-flat-primary
|
|
56713
|
+
.k-button-text {
|
|
56714
|
+
color: inherit;
|
|
56715
|
+
}
|
|
56716
|
+
.k-chip.k-selected .k-chip-content {
|
|
56717
|
+
color: inherit;
|
|
56718
|
+
}
|
|
56719
|
+
.k-chip.k-hover .k-chip-content,
|
|
56720
|
+
.k-chip.k-state-hover .k-chip-content,
|
|
56721
|
+
.k-chip.k-state-hovered .k-chip-content,
|
|
56722
|
+
.k-chip:hover .k-chip-content {
|
|
56723
|
+
color: inherit;
|
|
56724
|
+
}
|
|
56725
|
+
.k-form-hint {
|
|
56726
|
+
font-style: normal;
|
|
56727
|
+
line-height: 1.25;
|
|
56728
|
+
}
|
|
56729
|
+
.k-form-error {
|
|
56730
|
+
font-style: normal;
|
|
56731
|
+
line-height: 1.25;
|
|
56732
|
+
}
|