cronapp-framework-js 2.9.3 → 2.9.4-RC.3
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/components/crn-datepicker.components.json +5 -0
- package/components/crn-datetimepicker.components.json +5 -0
- package/components/crn-enterprise-combobox.components.json +19 -2
- package/components/crn-infinite-scroll.components.json +29 -0
- package/components/crn-navbar.components.json +33 -1
- package/components/css/checkbox-color.css +0 -1
- package/components/css/combobox-color.css +0 -12
- package/components/css/option-color.css +0 -28
- package/components/templates/date.template.html +2 -2
- package/components/upload/upload.html +1 -1
- package/css/animate.css +4 -4
- package/css/app.css +8 -4
- package/css/themes/custom/aquamarine/custom-aquamarine.css +7 -1
- package/css/themes/custom/cerulean/button-cerulean.css +27 -2
- package/css/themes/custom/cerulean/combobox-cerulean.css +153 -0
- package/css/themes/custom/cerulean/custom-cerulean.css +571 -65
- package/css/themes/custom/cerulean/navbar-cerulean.css +90 -22
- package/css/themes/custom/cerulean/panel-cerulean.css +35 -34
- package/css/themes/custom/cyborg/navbar-cyborg.css +6 -0
- package/css/themes/custom/dsgov/button-dsgov.css +52 -17
- package/css/themes/custom/dsgov/calendar-dsgov.css +106 -34
- package/css/themes/custom/dsgov/checkbox-dsgov.css +309 -0
- package/css/themes/custom/dsgov/custom-dsgov.css +171 -344
- package/css/themes/custom/dsgov/form-dsgov.css +272 -110
- package/css/themes/custom/dsgov/navbar-dsgov.css +150 -38
- package/css/themes/custom/dsgov/option-dsgov.css +144 -0
- package/css/themes/custom/dsgov/panel-dsgov.css +117 -97
- package/css/themes/custom/dsgov/scheduler-dsgov.css +325 -0
- package/css/themes/custom/dsgov/slider-dsgov.css +2 -3
- package/css/themes/custom/dsgov/table-grid-dsgov.css +144 -69
- package/css/themes/custom/lumen/navbar-lumen.css +9 -0
- package/css/themes/custom/material/custom-material.css +130 -70
- package/css/themes/custom/material/grid-material.css +37 -43
- package/css/themes/custom/material/navbar-material.css +58 -6
- package/css/themes/custom/material/panel-material.css +61 -20
- package/css/themes/custom/navigator/custom-navigator.css +2 -2
- package/css/themes/custom/paper/navbar-paper.css +11 -0
- package/css/themes/custom/theme-general/button.css +6 -2
- package/css/themes/custom/theme-general/forms.css +89 -3
- package/css/themes/custom/theme-general/login.css +6 -6
- package/css/themes/custom/theme-general/menu-vertical-retratil.css +130 -0
- package/css/themes/custom/theme-general/menu.css +18 -4
- package/css/themes/custom/theme-general/modal.css +35 -6
- package/css/themes/custom/theme-general/scheduler.css +275 -34
- package/css/themes/custom/theme-general/slider.css +4 -3
- package/css/themes/custom/theme-general/table-grid.css +138 -2
- package/css/themes/custom/theme-general/tabs.css +3 -2
- package/css/themes/custom/theme-general/theme-general.css +42 -3
- package/css/themes/custom/united/navbar-united.css +9 -0
- package/css/themes/custom/yeti/navbar-yeti.css +9 -0
- package/dist/components/css/checkbox-color.css +1 -1
- package/dist/components/css/combobox-color.css +1 -1
- package/dist/components/templates/date.template.html +1 -1
- package/dist/css/animate.css +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/combobox-cerulean.css +1 -0
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
- package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/checkbox-dsgov.css +1 -0
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/option-dsgov.css +1 -0
- package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/scheduler-dsgov.css +1 -0
- package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -1
- package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/material/grid-material.css +1 -1
- package/dist/css/themes/custom/material/navbar-material.css +1 -1
- package/dist/css/themes/custom/material/panel-material.css +1 -1
- package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
- package/dist/css/themes/custom/paper/navbar-paper.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/forms.css +1 -1
- package/dist/css/themes/custom/theme-general/login.css +1 -1
- package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -0
- package/dist/css/themes/custom/theme-general/menu.css +1 -1
- package/dist/css/themes/custom/theme-general/modal.css +1 -1
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
- package/dist/css/themes/custom/theme-general/slider.css +1 -1
- package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
- package/dist/css/themes/custom/theme-general/tabs.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/custom/united/navbar-united.css +1 -1
- package/dist/css/themes/custom/yeti/navbar-yeti.css +1 -1
- package/dist/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/dist/js/app.js +1 -1
- package/dist/js/controllers.js +1 -1
- package/dist/js/directives.js +18 -2
- package/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/js/app.js +2 -1
- package/js/controllers.js +2 -2
- package/js/directives.js +178 -6
- package/package.json +1 -1
- package/css/themes/custom/dsgov/color-dsgov.css +0 -138
- package/dist/css/themes/custom/dsgov/color-dsgov.css +0 -1
|
@@ -5,159 +5,90 @@
|
|
|
5
5
|
.panel {
|
|
6
6
|
border: 0;
|
|
7
7
|
overflow: hidden;
|
|
8
|
-
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
*[id^="crn-accordion"] .panel{
|
|
12
8
|
box-shadow: none;
|
|
13
9
|
border-radius: var(--borderRadiusNone, 0);
|
|
10
|
+
background: var(--backgroundColor40, #ffffff);
|
|
14
11
|
}
|
|
15
12
|
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
.panel-footer,
|
|
14
|
+
.panel-heading {
|
|
18
15
|
border-radius: var(--borderRadiusNone, 0);
|
|
19
|
-
|
|
20
|
-
border: 0;
|
|
21
|
-
color: var(--colorDefault40, #1351b4);
|
|
22
|
-
cursor: pointer;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
*[id^="crn-accordion"] .panel .panel-heading h1,
|
|
26
|
-
*[id^="crn-accordion"] .panel.panel-default .panel-heading h1,
|
|
27
|
-
*[id^="crn-accordion"] .panel.panel-primary .panel-heading h1 {
|
|
28
|
-
color: var(--colorDefault40, #1351b4);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
*[id^="crn-accordion"] .panel .panel-footer,
|
|
32
|
-
*[id^="crn-accordion"] .panel.panel-default .panel-footer {
|
|
33
|
-
background: transparent;
|
|
34
|
-
border: 0;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
*[id^="crn-accordion"] {
|
|
38
|
-
border-top: 1px solid var(--colorNeutral20, #E3E3E3);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
*[id^="crn-accordion"] .panel-group .panel-heading.heading-arrow {
|
|
42
|
-
grid-template-columns: 33px auto;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
*[id^="crn-accordion"] .panel-group .heading-arrow.panel-heading::after,
|
|
46
|
-
*[id^="crn-accordion"] .panel-group .heading-arrow.collapsed.panel-heading::after {
|
|
47
|
-
content: none;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
*[id^="crn-accordion"] .panel-group .heading-arrow.panel-heading::before {
|
|
51
|
-
font-family: "FontAwesome";
|
|
52
|
-
content: "\f077";
|
|
53
|
-
float: left;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
*[id^="crn-accordion"] .panel-group .heading-arrow.collapsed.panel-heading::before {
|
|
57
|
-
content: "\f078";
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
*[id^="crn-accordion"] .panel.panel-default {
|
|
61
|
-
border-bottom: 1px solid var(--colorNeutral20, #E3E3E3);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
*[id^="crn-accordion"] .panel .panel-heading h1,
|
|
65
|
-
*[id^="crn-accordion"] .panel .panel-body h1 {
|
|
66
|
-
font-size: var(--textNormalSize, 16px);
|
|
67
|
-
text-align: left;
|
|
68
|
-
font-weight: normal;
|
|
69
|
-
margin: var(--distanceSmall, 15px) 0;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
*[id^="crn-accordion"] .panel .panel-heading h1 {
|
|
73
|
-
font-weight: 600;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
*[id^="crn-accordion"] .panel .panel-heading.collapsed h1 {
|
|
77
|
-
font-weight: 400;
|
|
16
|
+
box-shadow: none;
|
|
78
17
|
}
|
|
79
18
|
|
|
80
|
-
|
|
81
|
-
*[id^="crn-accordion"] .panel-group .panel-heading+.panel-collapse>.panel-body {
|
|
19
|
+
.panel-footer {
|
|
82
20
|
border: 0;
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
color: var(--textColor40, #2c3e50);
|
|
87
|
-
background: var(--colorDefault40, #444444);
|
|
88
|
-
border-color: transparent;
|
|
21
|
+
border-top: 1px solid;
|
|
22
|
+
border-bottom: 1px solid;
|
|
23
|
+
border-color: var(--colorLight50, #dfdfdf);
|
|
89
24
|
}
|
|
90
25
|
|
|
91
26
|
/* Default */
|
|
92
27
|
.panel-default .panel-heading {
|
|
93
28
|
color: var(--textColorDefault40, #ffffff);
|
|
94
|
-
background: var(--colorDefault40, #
|
|
29
|
+
background: var(--colorDefault40, #1351b4);
|
|
95
30
|
border-color: transparent;
|
|
96
|
-
box-shadow: 0 1px 6px rgb(0 0 0 / 16%);
|
|
97
31
|
}
|
|
98
32
|
|
|
99
33
|
.panel-default {
|
|
100
|
-
border-color: var(--colorDefault40, #
|
|
34
|
+
border-color: var(--colorDefault40, #1351b4);
|
|
101
35
|
}
|
|
102
36
|
|
|
103
37
|
/* Primary */
|
|
104
38
|
.panel-primary>.panel-heading {
|
|
105
|
-
color: var(--
|
|
106
|
-
background:
|
|
107
|
-
border
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
.panel-primary {
|
|
111
|
-
border: 1px solid var(--colorPrimary40, #dfe3e3);
|
|
39
|
+
color: var(--colorPrimary40, #1351b4);
|
|
40
|
+
background: transparent;
|
|
41
|
+
border: 1px solid;
|
|
42
|
+
border-color: var(--colorPrimary40, #1351b4);
|
|
112
43
|
}
|
|
113
44
|
|
|
114
45
|
/* Sucess */
|
|
115
46
|
.panel-success>.panel-heading {
|
|
116
47
|
color: var(--textColorSuccess40, #ffffff);
|
|
117
|
-
background: var(--colorSuccess40, #
|
|
48
|
+
background: var(--colorSuccess40, #168821);
|
|
118
49
|
border-color: transparent
|
|
119
50
|
}
|
|
120
51
|
|
|
121
52
|
.panel-success {
|
|
122
|
-
border-color: var(--colorSuccess40, #
|
|
53
|
+
border-color: var(--colorSuccess40, #168821);
|
|
123
54
|
}
|
|
124
55
|
|
|
125
56
|
/* Info */
|
|
126
57
|
.panel-info>.panel-heading {
|
|
127
58
|
color: var(--textColorCalm40, #ffffff);
|
|
128
|
-
background: var(--colorCalm40, #
|
|
59
|
+
background: var(--colorCalm40, #155bcb);
|
|
129
60
|
border-color: transparent
|
|
130
61
|
}
|
|
131
62
|
|
|
132
63
|
.panel-info {
|
|
133
|
-
border-color: var(--colorCalm40, #
|
|
64
|
+
border-color: var(--colorCalm40, #155bcb);
|
|
134
65
|
}
|
|
135
66
|
|
|
136
67
|
/* Warning */
|
|
137
68
|
.panel-warning>.panel-heading {
|
|
138
69
|
color: var(--textColorWarning40, #ffffff);
|
|
139
|
-
background: var(--colorWarning40, #
|
|
70
|
+
background: var(--colorWarning40, #ffcd07);
|
|
140
71
|
border-color: transparent
|
|
141
72
|
}
|
|
142
73
|
|
|
143
74
|
.panel-warning {
|
|
144
|
-
border-color: var(--colorWarning40, #
|
|
75
|
+
border-color: var(--colorWarning40, #ffcd07);
|
|
145
76
|
}
|
|
146
77
|
|
|
147
78
|
/* Danger */
|
|
148
79
|
.panel-danger>.panel-heading {
|
|
149
80
|
color: var(--textColorDanger40, #ffffff);
|
|
150
|
-
background: var(--colorDanger40, #
|
|
81
|
+
background: var(--colorDanger40, #e52207);
|
|
151
82
|
border-color: transparent
|
|
152
83
|
}
|
|
153
84
|
|
|
154
85
|
.panel-danger {
|
|
155
|
-
border-color: var(--colorDanger40, #
|
|
86
|
+
border-color: var(--colorDanger40, #e52207);
|
|
156
87
|
}
|
|
157
88
|
|
|
158
89
|
/* Light */
|
|
159
90
|
.panel-light>.panel-heading {
|
|
160
|
-
color: var(--textColorLight40, #
|
|
91
|
+
color: var(--textColorLight40, #333333);
|
|
161
92
|
background: var(--colorLight50, #dfdfdf);
|
|
162
93
|
border-color: transparent
|
|
163
94
|
}
|
|
@@ -168,7 +99,7 @@
|
|
|
168
99
|
|
|
169
100
|
/* Stable */
|
|
170
101
|
.panel-stable>.panel-heading {
|
|
171
|
-
color: var(--textColorStable40, #
|
|
102
|
+
color: var(--textColorStable40, #333333);
|
|
172
103
|
background: var(--colorStable50, #d9d9d9);
|
|
173
104
|
border-color: transparent
|
|
174
105
|
}
|
|
@@ -180,21 +111,110 @@
|
|
|
180
111
|
/* Royal */
|
|
181
112
|
.panel-royal>.panel-heading {
|
|
182
113
|
color: var(--textColorRoyal40, #ffffff);
|
|
183
|
-
background: var(--colorRoyal40, #
|
|
114
|
+
background: var(--colorRoyal40, #8889db);
|
|
184
115
|
border-color: transparent
|
|
185
116
|
}
|
|
186
117
|
|
|
187
118
|
.panel-royal {
|
|
188
|
-
border-color: var(--colorRoyal40, #
|
|
119
|
+
border-color: var(--colorRoyal40, #8889db);
|
|
189
120
|
}
|
|
190
121
|
|
|
191
122
|
/* Dark */
|
|
192
123
|
.panel-dark>.panel-heading {
|
|
193
124
|
color: var(--textColorDark40, #ffffff);
|
|
194
|
-
background: var(--colorDark40, #
|
|
125
|
+
background: var(--colorDark40, #071d41);
|
|
195
126
|
border-color: transparent
|
|
196
127
|
}
|
|
197
128
|
|
|
198
129
|
.panel-dark {
|
|
199
|
-
border-color: var(--colorDark40, #
|
|
130
|
+
border-color: var(--colorDark40, #071d41);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
/* == Acordeão == */
|
|
134
|
+
*[id^="crn-accordion"] .panel {
|
|
135
|
+
box-shadow: none;
|
|
136
|
+
border-radius: var(--borderRadiusNone, 0);
|
|
137
|
+
background: transparent;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
*[id^="crn-accordion"] .panel .panel-heading,
|
|
141
|
+
*[id^="crn-accordion"] .panel.panel-default .panel-heading {
|
|
142
|
+
border-radius: var(--borderRadiusNone, 0);
|
|
143
|
+
background: transparent;
|
|
144
|
+
border: 0;
|
|
145
|
+
color: var(--colorDefault40, #1351b4);
|
|
146
|
+
cursor: pointer;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
*[id^="crn-accordion"] .panel .panel-heading h1,
|
|
150
|
+
*[id^="crn-accordion"] .panel.panel-default .panel-heading h1,
|
|
151
|
+
*[id^="crn-accordion"] .panel.panel-primary .panel-heading h1 {
|
|
152
|
+
color: var(--colorDefault40, #1351b4);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
*[id^="crn-accordion"] .panel .panel-footer,
|
|
156
|
+
*[id^="crn-accordion"] .panel.panel-default .panel-footer {
|
|
157
|
+
background: transparent;
|
|
158
|
+
border: 0;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
*[id^="crn-accordion"] {
|
|
162
|
+
border-top: 1px solid var(--colorNeutral20, #E3E3E3);
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
*[id^="crn-accordion"] .panel.panel-default {
|
|
167
|
+
border-bottom: 1px solid var(--colorNeutral20, #E3E3E3);
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
*[id^="crn-accordion"] .panel .panel-heading h1,
|
|
171
|
+
*[id^="crn-accordion"] .panel .panel-body h1 {
|
|
172
|
+
font-size: var(--textNormalSize, 16px);
|
|
173
|
+
text-align: left;
|
|
174
|
+
font-weight: normal;
|
|
175
|
+
margin: var(--distanceSmall, 15px) 0;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
*[id^="crn-accordion"] .panel .panel-heading h1 {
|
|
179
|
+
font-weight: 600;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
*[id^="crn-accordion"] .panel .panel-heading.collapsed h1 {
|
|
183
|
+
font-weight: 400;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
*[id^="crn-accordion"] .panel-group .panel-heading+.panel-collapse>.list-group,
|
|
187
|
+
*[id^="crn-accordion"] .panel-group .panel-heading+.panel-collapse>.panel-body {
|
|
188
|
+
border: 0;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
*[id^="crn-accordion"] .panel-footer {
|
|
192
|
+
color: var(--textColor40, #333333);
|
|
193
|
+
background: var(--colorDefault40, #1351b4);
|
|
194
|
+
border-color: transparent;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
*[id^="crn-accordion"] .panel .panel-heading:hover {
|
|
198
|
+
background: var(--colorDefault10, #d6daeb);
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
/* Seta */
|
|
202
|
+
*[id^="crn-accordion"] .panel-group .panel-heading.heading-arrow {
|
|
203
|
+
grid-template-columns: 33px auto;
|
|
204
|
+
box-shadow: none;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
*[id^="crn-accordion"] .panel-group .heading-arrow.panel-heading::after,
|
|
208
|
+
*[id^="crn-accordion"] .panel-group .heading-arrow.collapsed.panel-heading::after {
|
|
209
|
+
content: none;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
*[id^="crn-accordion"] .panel-group .heading-arrow.panel-heading::before {
|
|
213
|
+
font-family: "FontAwesome";
|
|
214
|
+
content: "\f077";
|
|
215
|
+
float: left;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
*[id^="crn-accordion"] .panel-group .heading-arrow.collapsed.panel-heading::before {
|
|
219
|
+
content: "\f078";
|
|
200
220
|
}
|
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
.k-scheduler {
|
|
2
|
+
border: 0;
|
|
3
|
+
border-radius: var(--borderRadiusSmallest, 5px);
|
|
4
|
+
overflow: hidden;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.k-scheduler .k-scheduler-toolbar {
|
|
8
|
+
background: var(--colorNeutral00, #FFFFFF);
|
|
9
|
+
padding: var(--distanceExtraSmall, 10px);
|
|
10
|
+
border: 1px solid var(--colorDefault10, #d6daeb);
|
|
11
|
+
border-bottom: 0;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.k-scheduler .k-scheduler-toolbar .k-scheduler-views {
|
|
15
|
+
background: transparent;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.k-scheduler .k-scheduler-toolbar li,
|
|
19
|
+
.k-scheduler .k-scheduler-toolbar li:first-child,
|
|
20
|
+
.k-scheduler .k-scheduler-toolbar li:last-child,
|
|
21
|
+
.k-scheduler .k-scheduler-toolbar li.k-state-default.k-state-selected,
|
|
22
|
+
.k-scheduler .k-scheduler-toolbar li.k-state-default.k-state-hover {
|
|
23
|
+
border-radius: var(--borderRadiusFull, 99999px);
|
|
24
|
+
border-color: var(--colorDefault40, #1351b4);
|
|
25
|
+
border-width: 1px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.k-scheduler-toolbar>ul li:first-child,
|
|
29
|
+
.k-scheduler-toolbar>ul li:first-child .k-link,
|
|
30
|
+
.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li,
|
|
31
|
+
.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li .k-link {
|
|
32
|
+
border-radius: var(--borderRadiusFull, 99999px);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.k-scheduler .k-scheduler-toolbar li,
|
|
36
|
+
.k-scheduler .k-scheduler-toolbar li:first-child,
|
|
37
|
+
.k-scheduler .k-scheduler-toolbar li:last-child {
|
|
38
|
+
background: transparent;
|
|
39
|
+
overflow: hidden;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.k-scheduler .k-scheduler-toolbar li {
|
|
43
|
+
margin-right: 3px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.k-scheduler .k-scheduler-toolbar li.k-nav-today,
|
|
47
|
+
.k-scheduler .k-scheduler-toolbar li.k-view-day {
|
|
48
|
+
margin-left: 0;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.k-scheduler .k-scheduler-toolbar li a,
|
|
52
|
+
.k-scheduler .k-scheduler-toolbar li a.k-link {
|
|
53
|
+
padding: 4px 13px;
|
|
54
|
+
display: flex;
|
|
55
|
+
align-items: center;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.k-scheduler .k-scheduler-toolbar li.k-state-selected a,
|
|
59
|
+
.k-scheduler .k-scheduler-toolbar li.k-state-selected a.k-link {
|
|
60
|
+
background: var(--colorDefault40, #1351b4);
|
|
61
|
+
color: var(--colorNeutral00, #FFFFFF);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.k-scheduler-navigation .k-nav-prev .k-link span,
|
|
65
|
+
.k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-selected .k-link,
|
|
66
|
+
.k-scheduler-navigation .k-nav-next.k-state-hover .k-link span,
|
|
67
|
+
.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link span {
|
|
68
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover a,
|
|
72
|
+
.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover,
|
|
73
|
+
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
|
|
74
|
+
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover .k-link,
|
|
75
|
+
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover .k-link span,
|
|
76
|
+
.k-scheduler-toolbar .k-nav-current.k-state-hover .k-link span,
|
|
77
|
+
.k-scheduler .k-scheduler-toolbar ul .k-nav-current.k-state-hover .k-link .k-icon,
|
|
78
|
+
.k-scheduler .k-scheduler-toolbar ul .k-nav-current.k-state-hover .k-link {
|
|
79
|
+
background: var(--colorPrimary10, #d6daeb);
|
|
80
|
+
color: var(--colorPrimary40, #1351b4);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.k-scheduler .k-scheduler-toolbar li.k-nav-prev.k-state-hover,
|
|
84
|
+
.k-scheduler .k-scheduler-toolbar li.k-nav-prev.k-state-hover span,
|
|
85
|
+
.k-scheduler .k-scheduler-toolbar .k-nav-prev.k-state-hover,
|
|
86
|
+
.k-scheduler .k-scheduler-toolbar .k-nav-prev.k-state-hover .k-link,
|
|
87
|
+
.k-scheduler .k-scheduler-toolbar .k-nav-prev.k-state-hover .k-link span,
|
|
88
|
+
.k-scheduler-navigation .k-nav-today.k-state-hover .k-link,
|
|
89
|
+
.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-selected.k-state-hover a,
|
|
90
|
+
.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-selected.k-state-hover {
|
|
91
|
+
background: var(--colorDefault30, #5A85CB);
|
|
92
|
+
color: var(--textColorDefault40, #ffffff);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.k-scheduler .k-scheduler-toolbar li.k-nav-prev.k-state-hover {
|
|
96
|
+
border-color: var(--colorDefault30, #5A85CB);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.k-scheduler-navigation .k-nav-prev.k-state-hover,
|
|
100
|
+
.k-scheduler .k-scheduler-toolbar .k-state-selected.k-state-hover,
|
|
101
|
+
.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-selected.k-state-hover {
|
|
102
|
+
border-color: var(--colorDefault30, #5A85CB);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.k-scheduler-navigation .k-nav-prev .k-link,
|
|
106
|
+
.k-scheduler .k-scheduler-toolbar li.k-nav-prev,
|
|
107
|
+
.k-scheduler .k-scheduler-toolbar li.k-nav-prev span {
|
|
108
|
+
background: var(--colorDefault40, #1351b4);
|
|
109
|
+
border-color: transparent;
|
|
110
|
+
color: var(--textColorDefault40, #ffffff);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.k-state-selected>.k-link {
|
|
114
|
+
color: var(--textColor40, #333333);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.k-scheduler-layout.k-scheduler-monthview .k-scheduler-table .k-other-month.k-state-selected,
|
|
118
|
+
.k-scheduler .k-scheduler-layout .k-state-selected,
|
|
119
|
+
.k-scheduler .k-scheduler-layout .k-state-selected span {
|
|
120
|
+
background: var(--colorDefault30, #5A85CB);
|
|
121
|
+
color: var(--textColorDefault40, #ffffff);
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.k-scheduler-layout.k-scheduler-monthview .k-scheduler-table .k-other-month.k-state-selected {
|
|
125
|
+
border-color: var(--colorDefault10, #d6daeb);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.k-scheduler .k-scheduler-table .k-state-selected td,
|
|
129
|
+
.k-scheduler-table .k-state-selected div,
|
|
130
|
+
.k-scheduler-table .k-state-selected,
|
|
131
|
+
.k-scheduler-agendaview .k-scheduler-table .k-state-selected td.k-first {
|
|
132
|
+
background: var(--colorDefault30, #5A85CB);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.k-scheduler .k-scheduler-layout {
|
|
136
|
+
border: 1px solid var(--colorDefault10, #d6daeb);
|
|
137
|
+
width: calc(100% - 2px);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.k-scheduler .k-scheduler-layout .k-scheduler-header .k-scheduler-header-wrap>.k-scheduler-table th {
|
|
141
|
+
background: var(--colorNeutral10, #F1F1F1);
|
|
142
|
+
color: var(--colorDefault40, #1351b4);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.k-scheduler .k-scheduler-content .k-loading-mask {
|
|
146
|
+
z-index: 0;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.k-scheduler .k-scheduler-header th,
|
|
150
|
+
.k-scheduler .k-scheduler-header-wrap,
|
|
151
|
+
.k-scheduler .k-scheduler-times,
|
|
152
|
+
.k-scheduler .k-scheduler-times th,
|
|
153
|
+
.k-scheduler .k-scheduler-times tr {
|
|
154
|
+
background: var(--backgroundColor40, #ffffff);
|
|
155
|
+
border-color: var(--colorDefault10, #d6daeb);
|
|
156
|
+
font-weight: 500;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.k-scheduler.k-widget {
|
|
160
|
+
background: #d6daeb33;
|
|
161
|
+
box-shadow: none;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.k-scheduler-table .k-today,
|
|
165
|
+
.k-today>.k-scheduler-datecolumn,
|
|
166
|
+
.k-today>.k-scheduler-groupcolumn {
|
|
167
|
+
background: #d6daeb5e;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.k-scheduler .k-scheduler-footer {
|
|
171
|
+
padding: var(--distanceExtraSmall, 10px);
|
|
172
|
+
border: 1px solid var(--colorDefault10, #d6daeb);
|
|
173
|
+
border-top: 0;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.k-scheduler .k-scheduler-footer ul {
|
|
177
|
+
background: transparent;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.k-scheduler .k-scheduler-footer .k-scheduler-fullday {
|
|
181
|
+
padding: 4px;
|
|
182
|
+
cursor: pointer;
|
|
183
|
+
background: var(--colorPrimary40, #1351b4);
|
|
184
|
+
border-color: var(--colorPrimary40, #1351b4);
|
|
185
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.k-scheduler div.k-scheduler-footer .k-link,
|
|
189
|
+
.k-scheduler div.k-scheduler-footer ul li {
|
|
190
|
+
border-radius: var(--borderRadiusFull, 99999px);
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.k-scheduler div.k-scheduler-footer ul li:hover a {
|
|
194
|
+
background: var(--colorPrimary50, #11479e);
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.k-scheduler .k-scheduler-footer .k-scheduler-fullday span,
|
|
198
|
+
.k-scheduler .k-scheduler-footer .k-scheduler-fullday a {
|
|
199
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.k-scheduler .k-nav-prev a>span,
|
|
203
|
+
.k-scheduler .k-nav-next a>span {
|
|
204
|
+
color: var(--colorDefault40, #1351b4);
|
|
205
|
+
border: 0;
|
|
206
|
+
border-radius: var(--borderRadiusMedium, 20px);
|
|
207
|
+
height: 28px;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.k-scheduler .k-nav-next.k-state-hover a>span,
|
|
211
|
+
.k-scheduler .k-nav-prev a>span {
|
|
212
|
+
color: var(--textColorDefault40, #ffffff);
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.k-scheduler-footer .k-icon,
|
|
216
|
+
.k-scheduler .k-scheduler-toolbar .k-scheduler-views li .k-link,
|
|
217
|
+
.k-scheduler-navigation .k-nav-today .k-link,
|
|
218
|
+
.k-scheduler-navigation .k-nav-prev .k-link span,
|
|
219
|
+
.k-scheduler-navigation .k-nav-next .k-link span,
|
|
220
|
+
.k-scheduler-toolbar .k-nav-current .k-icon,
|
|
221
|
+
.k-scheduler-toolbar .k-nav-current .k-lg-date-format,
|
|
222
|
+
.k-scheduler-toolbar .k-nav-current .k-sm-date-format,
|
|
223
|
+
.k-scheduler-navigation .k-nav-today .k-link,
|
|
224
|
+
.k-scheduler-navigation .k-nav-next a>span,
|
|
225
|
+
.k-scheduler .k-scheduler-toolbar .k-scheduler-views li a,
|
|
226
|
+
.k-scheduler .k-scheduler-toolbar .k-scheduler-views li a.k-link {
|
|
227
|
+
color: var(--colorDefault40, #1351b4);
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.k-scheduler-toolbar .k-nav-current.k-state-hover .k-link {
|
|
231
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
232
|
+
background: var(--colorPrimary60, #0e3b84);
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.k-calendar-container.k-state-border-up {
|
|
236
|
+
background: var(--backgroundColor40, #ffffff);
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.k-edit-field .k-dropdown-wrap,
|
|
240
|
+
.k-edit-field .k-dropdown-wrap.k-state-default {
|
|
241
|
+
border: 1px solid var(--colorLight70, #8c8c8c);
|
|
242
|
+
border-radius: var(--borderRadiusSmallest, 5px);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.k-edit-form-container .k-button {
|
|
246
|
+
padding: 8px 17px;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.k-popup-message {
|
|
250
|
+
padding: 1em 0.6em 2em;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
@media only screen and (max-width: 1024px) {
|
|
255
|
+
|
|
256
|
+
.k-scheduler-footer .k-icon,
|
|
257
|
+
.k-scheduler .k-scheduler-toolbar .k-scheduler-views li .k-link,
|
|
258
|
+
.k-scheduler-navigation .k-nav-today .k-link,
|
|
259
|
+
.k-scheduler-navigation .k-nav-prev .k-link span,
|
|
260
|
+
.k-scheduler-navigation .k-nav-next .k-link span,
|
|
261
|
+
.k-scheduler-toolbar .k-nav-current .k-icon,
|
|
262
|
+
.k-scheduler-toolbar .k-nav-current .k-lg-date-format,
|
|
263
|
+
.k-scheduler-toolbar .k-nav-current .k-sm-date-format,
|
|
264
|
+
.k-scheduler-navigation .k-nav-today .k-link,
|
|
265
|
+
.k-scheduler-navigation .k-nav-next a>span,
|
|
266
|
+
.k-webkit .k-scheduler-toolbar ul.k-scheduler-views li.k-current-view,
|
|
267
|
+
.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link {
|
|
268
|
+
color: var(--textColorDefault40, #ffffff)
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.k-webkit .k-scheduler-toolbar ul.k-scheduler-views li.k-current-view {
|
|
272
|
+
padding: 4px 13px;
|
|
273
|
+
padding-right: 0;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.k-scheduler .k-scheduler-toolbar .k-scheduler-views li a,
|
|
277
|
+
.k-scheduler .k-scheduler-toolbar .k-scheduler-views li a.k-link {
|
|
278
|
+
color: var(--textColor40, #333333);
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.k-scheduler-toolbar>ul li:first-child,
|
|
282
|
+
.k-scheduler-toolbar>ul li:first-child .k-link,
|
|
283
|
+
.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li,
|
|
284
|
+
.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li .k-link {
|
|
285
|
+
border-radius: var(--borderRadiusNone, 0);
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.k-scheduler .k-scheduler-toolbar li {
|
|
289
|
+
margin-right: 0;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded {
|
|
293
|
+
border-color: var(--colorDefault30, #5A85CB);
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link {
|
|
297
|
+
padding: 4px 0;
|
|
298
|
+
padding-right: 30px;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.k-scheduler .k-scheduler-toolbar li.k-nav-prev.k-state-hover,
|
|
302
|
+
.k-scheduler .k-scheduler-toolbar li.k-state-default.k-state-hover .k-link,
|
|
303
|
+
.k-scheduler .k-scheduler-toolbar li.k-state-default.k-state-hover .k-link span,
|
|
304
|
+
.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover a,
|
|
305
|
+
.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover,
|
|
306
|
+
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
|
|
307
|
+
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover .k-link,
|
|
308
|
+
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover .k-link span,
|
|
309
|
+
.k-scheduler-toolbar .k-nav-current.k-state-hover .k-link span,
|
|
310
|
+
.k-scheduler .k-scheduler-toolbar ul .k-nav-current.k-state-hover .k-link .k-icon,
|
|
311
|
+
.k-scheduler .k-scheduler-toolbar ul .k-nav-current.k-state-hover .k-link {
|
|
312
|
+
background: var(--colorDefault50, #11479e);
|
|
313
|
+
color: var(--textColorDefault40, #ffffff);
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.k-scheduler .k-scheduler-toolbar li,
|
|
317
|
+
.k-scheduler .k-scheduler-toolbar li:first-child,
|
|
318
|
+
.k-scheduler .k-scheduler-toolbar li:last-child,
|
|
319
|
+
.k-scheduler .k-scheduler-toolbar li.k-state-default.k-state-selected,
|
|
320
|
+
.k-scheduler .k-scheduler-toolbar li.k-state-default.k-state-hover {
|
|
321
|
+
border-radius: var(--borderRadiusSmallest, 5px);
|
|
322
|
+
margin: 0;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
}
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
.k-slider .k-slider-buttons .k-button:hover,
|
|
20
20
|
.k-slider .k-slider-buttons .k-button.k-state-hover {
|
|
21
|
-
background: var(--
|
|
22
|
-
color: var(--textColorDefault40, #ffffff);
|
|
21
|
+
background: var(--colorDefault10, #d6daeb);
|
|
23
22
|
}
|
|
24
23
|
|
|
25
24
|
.k-slider .k-slider-buttons .k-button.k-button-decrease span,
|
|
@@ -52,7 +51,7 @@
|
|
|
52
51
|
}
|
|
53
52
|
|
|
54
53
|
.k-slider .k-slider-selection {
|
|
55
|
-
background: var(--colorDefault30, #
|
|
54
|
+
background: var(--colorDefault30, #5A85CB);
|
|
56
55
|
}
|
|
57
56
|
|
|
58
57
|
.k-slider .k-slider-items {
|