@indigina/kendo 2.0.2 → 2.0.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/assets/indigina-theme.scss +27 -0
- package/assets/styles/kendooveride.scss +775 -0
- package/fesm2022/indigina-kendo.mjs.map +1 -1
- package/package.json +1 -1
- package/assets/indigina-theme.css +0 -27
- package/assets/styles/kendooveride.css +0 -691
- /package/assets/styles/{Site.css → Site.scss} +0 -0
- /package/assets/styles/{external-fonts.css → external-fonts.scss} +0 -0
- /package/assets/styles/{kendo.supplystream.default.css → kendo.supplystream.default.scss} +0 -0
- /package/assets/styles/{kendoGrids.less → kendoGrids.scss} +0 -0
- /package/assets/styles/{styles-inspiria.min.css → styles-inspiria.min.scss} +0 -0
- /package/assets/styles/{styles-inspiria.css → styles-inspiria.scss} +0 -0
package/package.json
CHANGED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
@import 'bootstrap/dist/css/bootstrap.min.css';
|
|
2
|
-
@import 'font-awesome/css/font-awesome.min.css';
|
|
3
|
-
@import './styles/external-fonts.css';
|
|
4
|
-
@import './styles/styles-inspiria.css';
|
|
5
|
-
@import 'ngx-toastr/toastr';
|
|
6
|
-
@import '@progress/kendo-theme-default/dist/all.css';
|
|
7
|
-
@import 'styles/kendoGrids.less';
|
|
8
|
-
@import 'styles/kendooveride.css';
|
|
9
|
-
@import 'styles/kendo.supplystream.default.css';
|
|
10
|
-
@import 'styles/styles-inspiria.css';
|
|
11
|
-
@import 'styles/Site.css';
|
|
12
|
-
|
|
13
|
-
.k-grid-toolbar .k-button {
|
|
14
|
-
margin: 5px 0 5px 5px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.k-grid-toolbar .k-button .fa {
|
|
18
|
-
margin-right: 5px;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.k-icon.glyphicon {
|
|
22
|
-
font-family: 'Glyphicons Halflings';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
:root {
|
|
26
|
-
--kendo-font-size: 14px;
|
|
27
|
-
}
|
|
@@ -1,691 +0,0 @@
|
|
|
1
|
-
body {
|
|
2
|
-
font-family: 'PT Sans', Tahoma, sans-serif;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.shadow {
|
|
6
|
-
box-shadow: 1px 4px 6px 2px #d0d0d2;
|
|
7
|
-
position: absolute;
|
|
8
|
-
height: 100%;
|
|
9
|
-
z-index: 1;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.k-alt, .k-separator, .k-pivot-layout > tbody > tr:first-child > td:first-child {
|
|
13
|
-
background-color: transparent;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.k-filter-row th:first-child {
|
|
17
|
-
border-left: 1px solid #bdbec1;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
/*grid*/
|
|
21
|
-
tr.k-state-selected.k-grid-edit-row td {
|
|
22
|
-
padding: 2px 9px 2px 9px;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
.k-grid.k-widget.with-add-btn {
|
|
27
|
-
border: 1px solid #bdbec1;
|
|
28
|
-
border-radius: 3px 3px 0 0;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
div.k-grid.k-widget.without-border {
|
|
32
|
-
border-top-width: 0;
|
|
33
|
-
border-radius: 0 0 3px 3px;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.k-grid-lockedcolumns.k-grid.k-widget {
|
|
37
|
-
border: 1px solid #bdbec1;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.k-ghost-splitbar.k-ghost-splitbar-vertical.k-state-default {
|
|
41
|
-
z-index: 2;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.table-wrapper > .k-widget.k-grid.ovveride-grid {
|
|
45
|
-
border: 1px solid #c5c5c5;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.k-grid.ovveride-grid {
|
|
49
|
-
border: 1px solid #c5c5c5;
|
|
50
|
-
-ms-border-radius: 3px;
|
|
51
|
-
border-radius: 3px;
|
|
52
|
-
}
|
|
53
|
-
.k-grid-content td{border-bottom: 1px solid #bdbec1;}
|
|
54
|
-
/*end grid*/
|
|
55
|
-
.k-grid-header-wrap tr:first-child {
|
|
56
|
-
border: 1px solid #4e4d50;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.table-wrapper .k-grid-header {
|
|
60
|
-
border-left: 0;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.k-state-selected.k-task-milestone, .k-state-selected .k-task-summary-complete {
|
|
64
|
-
border-color: #8d5ea4;
|
|
65
|
-
background: #8d5ea4;
|
|
66
|
-
box-shadow: 0 0 0 1px #bd98ff;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
.k-widget.k-gantt {
|
|
71
|
-
border-top: 0;
|
|
72
|
-
border-left: 0;
|
|
73
|
-
border-radius: 2px 2px 0 0;
|
|
74
|
-
|
|
75
|
-
border-width: 0;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.k-gantt .k-grid-content tr td:first-child {
|
|
79
|
-
border-left: 1px solid #bdbec1 !important;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.k-timeline.k-grid.k-widget .k-grid-header {
|
|
83
|
-
border-top-left-radius: 0;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.k-gantt-tasks .k-grid td {
|
|
87
|
-
border-color: #ededed;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
html .k-edit-cell .k-tooltip, html .k-grid-edit-row .k-tooltip {
|
|
92
|
-
max-width: 200px;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.k-tooltip-validation .k-callout-n {
|
|
96
|
-
border-bottom-color: #e5daf8;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.k-widget.k-tooltip {
|
|
100
|
-
background-color: #e5daf8;
|
|
101
|
-
border-color: #e5daf8;
|
|
102
|
-
border-radius: 0;
|
|
103
|
-
max-width: 200px;
|
|
104
|
-
z-index: 10000;
|
|
105
|
-
border: 1px solid #cccccc;
|
|
106
|
-
border-radius: 2px;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.k-gantt-views a.k-link {
|
|
110
|
-
color: black !important;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.k-grid-content .k-gantt-columns tr td:first-child {
|
|
114
|
-
border-width: 0;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.k-grid.k-timeline td {
|
|
118
|
-
border-color: #e9eaee;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.k-treelist .k-grid-content tbody {
|
|
122
|
-
background-color: #fff;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.k-grid-header-locked {
|
|
126
|
-
border-radius: 2px 0 0 0;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.k-grid-header {
|
|
130
|
-
border-radius: 2px 2px 0 0;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.k-grid.k-widget {
|
|
134
|
-
border-radius: 2px 2px 0 0;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.k-gantt-treelist .k-grid-header tr {
|
|
138
|
-
height: 2.5em;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header {
|
|
142
|
-
background-color: #fff;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/*TABLE DARK HEADER*/
|
|
146
|
-
.k-gantt-treelist .k-grid-header th.k-header,
|
|
147
|
-
.k-grid .k-grid-header th.k-header {
|
|
148
|
-
background-color: #545255 !important;
|
|
149
|
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#423f42), color-stop(50%, #58575a), to(#434043)) !important;
|
|
150
|
-
background-image: -webkit-linear-gradient(#423f42, #58575a 50%, #434043) !important;
|
|
151
|
-
background-image: -moz-linear-gradient(top, #423f42, #58575a 50%, #434043) !important;
|
|
152
|
-
background-image: -o-linear-gradient(#423f42, #58575a 50%, #434043) !important;
|
|
153
|
-
background-image: linear-gradient(#423f42, #58575a 50%, #434043) !important;
|
|
154
|
-
background-repeat: no-repeat !important;
|
|
155
|
-
color: #fff !important;
|
|
156
|
-
font-weight: 700;
|
|
157
|
-
vertical-align: middle;
|
|
158
|
-
border-color: #2a282a;
|
|
159
|
-
text-rendering: geometricPrecision;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
.k-grid .k-grid-header th.k-header {
|
|
165
|
-
height: auto;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.k-grid tbody tr:first-child td {
|
|
169
|
-
border-top: 0;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
/*end*/
|
|
173
|
-
|
|
174
|
-
/*shadow*/
|
|
175
|
-
.k-grid-header-locked {
|
|
176
|
-
border-color: #2a282a;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
.side-shadow_right {
|
|
181
|
-
position: relative;
|
|
182
|
-
height: 100%;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.side-shadow_right:before {
|
|
186
|
-
content: "";
|
|
187
|
-
position: absolute;
|
|
188
|
-
z-index: 12;
|
|
189
|
-
pointer-events: none;
|
|
190
|
-
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
|
|
191
|
-
background: -webkit-linear-gradient(left top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
|
|
192
|
-
background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
|
|
193
|
-
left: 0;
|
|
194
|
-
top: 0;
|
|
195
|
-
height: 100%;
|
|
196
|
-
width: 5px;
|
|
197
|
-
}
|
|
198
|
-
/*end*/
|
|
199
|
-
.task-managment ul li,
|
|
200
|
-
.k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link {
|
|
201
|
-
font-weight: 700;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.k-gantt .k-treelist .k-grid-content tr:hover {
|
|
205
|
-
background-color: #e5daf8;
|
|
206
|
-
cursor: pointer;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
.k-link:link {
|
|
211
|
-
color: #fff !important;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.k-link:focus {
|
|
215
|
-
text-decoration: none;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.k-numeric-wrap .k-link.k-state-selected {
|
|
219
|
-
background-color: #e5daf8;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.k-task-single {
|
|
223
|
-
border: 0 none;
|
|
224
|
-
background-color: #e2e2e2;
|
|
225
|
-
min-height: 20px;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.k-event, .k-task-complete {
|
|
229
|
-
background: #ceaedd;
|
|
230
|
-
color: #2e2e2e;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
.k-more-events, .k-event, .k-task-single, .k-event .k-link {
|
|
234
|
-
border-radius: 6px;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.k-task-complete {
|
|
238
|
-
border-radius: 6px 0 0 6px;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.k-task-template {
|
|
242
|
-
padding: 0.3em 1.4em .2em .6em;
|
|
243
|
-
font-size: 9px;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.k-line {
|
|
247
|
-
background-color: #89919b;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.k-task-milestone {
|
|
251
|
-
background: #8d5ea4;
|
|
252
|
-
border: 0 none;
|
|
253
|
-
width: 13px;
|
|
254
|
-
height: 13px;
|
|
255
|
-
margin-top: 5px;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.k-treelist .k-state-selected, .k-treelist .k-state-selected td, .k-treelist .k-alt.k-state-selected, .k-treelist .k-alt.k-state-selected > td {
|
|
259
|
-
background-color: #e5daf8 !important;
|
|
260
|
-
color: #333333;
|
|
261
|
-
}
|
|
262
|
-
/*Template Gant View Edit*/
|
|
263
|
-
#workflow-cnt .header {
|
|
264
|
-
background-color: #fff;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
#workflow-edit-tabs {
|
|
268
|
-
border: 0;
|
|
269
|
-
background: transparent;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
/*Dropdawn*/
|
|
273
|
-
.k-list-container {
|
|
274
|
-
background-color: #fff;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.k-state-focused, .k-list > .k-state-focused {
|
|
278
|
-
box-shadow: none;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
.k-popup.k-list-container {
|
|
282
|
-
padding: 2px 0;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
.k-list-container .k-list ul {
|
|
286
|
-
border-radius: 0;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
.k-list .k-state-focused {
|
|
290
|
-
border-radius: 0;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
.k-popup .k-list .k-state-focused {
|
|
294
|
-
border-width: 0;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.k-list .k-item.k-state-hover {
|
|
298
|
-
border-color: transparent;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.k-popup .k-list .k-state-selected {
|
|
302
|
-
border-width: 0;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
.k-state-selected, .k-list > .k-state-selected {
|
|
306
|
-
background-color: #dce4f0 !important;
|
|
307
|
-
color: #333333 !important;
|
|
308
|
-
border: 0 none;
|
|
309
|
-
border-radius: 0;
|
|
310
|
-
}
|
|
311
|
-
/*dropdawn in the table*/
|
|
312
|
-
|
|
313
|
-
.k-popup .k-list .k-item {
|
|
314
|
-
background-color: #f5f1fb;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.k-list > .k-state-focused.k-state-selected, .k-state-focused.k-state-selected {
|
|
318
|
-
background-color: #e5daf8;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.k-list-container.k-state-border-up {
|
|
322
|
-
border-radius: 0;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
/*end*/
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
/*Grid*/
|
|
330
|
-
.k-grid.k-widget {
|
|
331
|
-
border: 0;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.k-grid-content-locked .sprite-dragable {
|
|
335
|
-
float: left;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.k-grid .sprite-dragable {
|
|
339
|
-
height: 22px;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
.k-widget.k-splitter {
|
|
343
|
-
overflow: hidden;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.k-splitbar {
|
|
347
|
-
background-color: #ebebec;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
@media screen and (max-width:1260px) {
|
|
352
|
-
.taskSelectedCnt .header h1 {
|
|
353
|
-
float: none;
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
@media screen and (max-width:1090px) {
|
|
358
|
-
.taskSelectedCnt .header h1 {
|
|
359
|
-
white-space: nowrap;
|
|
360
|
-
text-overflow: ellipsis;
|
|
361
|
-
overflow: hidden;
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
.table-wrapper > .k-widget.k-grid {
|
|
368
|
-
border: 0;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.k-grid tr[role=row] > td:first-child {
|
|
372
|
-
border-left: 1px solid #bdbec1 !important;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
.table-wrapper .k-grid-header {
|
|
376
|
-
border-radius: 2px 2px 0 0;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.table-wrapper .k-grid {
|
|
380
|
-
border-radius: 2px 0 0 0;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
/*KENDO OVERRIDE*/
|
|
384
|
-
.k-dropdown-wrap {
|
|
385
|
-
background-image: none;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
.k-popup.k-list-container {
|
|
389
|
-
padding: 0;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
|
|
393
|
-
background-image: none;
|
|
394
|
-
background-color: #fff;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
.k-button:active, .k-button:active:hover, .k-button.k-state-active:hover {
|
|
398
|
-
border-color: #e5daf8;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
.k-item.k-state-hover:hover {
|
|
402
|
-
box-shadow: none;
|
|
403
|
-
color: #333;
|
|
404
|
-
border-radius: 0;
|
|
405
|
-
background-color: #e5daf8;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.k-list-optionlabel.k-state-hover {
|
|
409
|
-
border-radius: 0;
|
|
410
|
-
box-shadow: none;
|
|
411
|
-
color: #333;
|
|
412
|
-
border-radius: 0;
|
|
413
|
-
background-color: white;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.k-popup {
|
|
417
|
-
box-shadow: none;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.k-tabstrip-items .k-state-active, .k-ie7 .k-tabstrip-items .k-state-active .k-loading {
|
|
421
|
-
border-color: #c5c5c5;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
.k-tabstrip:focus {
|
|
425
|
-
box-shadow: none;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.k-tabstrip > .k-content {
|
|
429
|
-
margin-left: 15px;
|
|
430
|
-
margin-right: 15px;
|
|
431
|
-
padding-top: 15px;
|
|
432
|
-
padding-bottom: 15px;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
.k-state-active, .k-state-active:hover, .k-active-filter, .k-tabstrip .k-state-active {
|
|
436
|
-
border-color: #c5c5c5;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
/*end*/
|
|
441
|
-
|
|
442
|
-
.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
|
|
443
|
-
background-color: #e5daf8;
|
|
444
|
-
border-color: #e5daf8;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
.k-grid tbody .k-button .k-i-cancel, .k-grid tbody .k-button .k-cancel, .k-grid tbody .k-button:hover .k-i-cancel, .k-grid tbody .k-button:hover .k-cancel {
|
|
448
|
-
background-position: -30px -49px;
|
|
449
|
-
|
|
450
|
-
}
|
|
451
|
-
.k-grid tbody .k-button.k-grid-Delete:hover {
|
|
452
|
-
opacity: 1;
|
|
453
|
-
}
|
|
454
|
-
.k-grid tbody .k-button.k-grid-edit {
|
|
455
|
-
background-position: -118px -27px;
|
|
456
|
-
min-width: 19px;
|
|
457
|
-
width: 17px;
|
|
458
|
-
height: 16px;
|
|
459
|
-
min-height: 18px;
|
|
460
|
-
display: block;
|
|
461
|
-
margin: 0 auto;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
.k-grid tbody .k-button.k-grid-remove {
|
|
465
|
-
background-position: -122px -45px;
|
|
466
|
-
}
|
|
467
|
-
/*end*/
|
|
468
|
-
|
|
469
|
-
/*Btn add task green*/
|
|
470
|
-
.btn-add-task {
|
|
471
|
-
width: 14px;
|
|
472
|
-
height: 14px;
|
|
473
|
-
border: 0 none;
|
|
474
|
-
line-height: 14px;
|
|
475
|
-
color: transparent;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
.k-grid tr.no-last-child td {
|
|
479
|
-
border-bottom: 0 !important;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
.table-add-btn {
|
|
483
|
-
padding-right: 17px;
|
|
484
|
-
border-width: 0;
|
|
485
|
-
background-color: #eeeeee;
|
|
486
|
-
border-radius: 0 0 3px 3px;
|
|
487
|
-
border: 1px solid #bdbec1;
|
|
488
|
-
border-top-width: 0;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
.k-button:active, .k-button:active:hover, .k-button.k-state-active:hover {
|
|
492
|
-
opacity: 0.7;
|
|
493
|
-
background-color: #fff;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
.k-button:hover {
|
|
497
|
-
opacity: 0.7;
|
|
498
|
-
background: none;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
|
|
502
|
-
-webkit-box-shadow: none !important;
|
|
503
|
-
box-shadow: none !important;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
.k-button:focus:not(.k-state-disabled):not([disabled]) {
|
|
507
|
-
box-shadow: none !important;
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
.without-border {
|
|
511
|
-
border: 0 !important;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
/*Arrows*/
|
|
516
|
-
|
|
517
|
-
.k-pager-wrap .k-link:link {
|
|
518
|
-
color: #5f5f5f !important;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
.k-pager-wrap .k-link:hover {
|
|
522
|
-
border-color: transparent;
|
|
523
|
-
color: #9766af;
|
|
524
|
-
border-radius: 3px;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
/*table header arrows*/
|
|
530
|
-
|
|
531
|
-
.k-grid-header th.k-header[data-role=columnsorter] > .k-link:hover span.k-i-arrow-s {
|
|
532
|
-
background-position: 0 -365px;
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
.k-grid-header th > .k-link:hover span.k-i-arrow-n {
|
|
536
|
-
background-position: 0 -334px;
|
|
537
|
-
}
|
|
538
|
-
/*end*/
|
|
539
|
-
|
|
540
|
-
#TaskStatus-list {
|
|
541
|
-
min-width: 80px;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
#UserId_listbox .k-item {
|
|
545
|
-
word-break: break-word;
|
|
546
|
-
word-wrap: break-word;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
/*Navigation*/
|
|
551
|
-
|
|
552
|
-
.k-link.k-pager-nav {
|
|
553
|
-
border-radius: 3px;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
@media only screen and (max-width: 1024px) {
|
|
557
|
-
.k-webkit .k-pager-numbers.k-state-expanded .k-current-page .k-link {
|
|
558
|
-
border-radius: 0 0 3px 3px;
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
.k-webkit .k-pager-numbers .k-current-page .k-link {
|
|
562
|
-
border-radius: 3px;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
.k-webkit .k-pager-numbers + .k-link,
|
|
566
|
-
.k-ff .k-pager-numbers + .k-link {
|
|
567
|
-
margin-left: 72px;
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
.k-ie11 .k-pager-numbers + .k-link {
|
|
571
|
-
margin-left: 74px;
|
|
572
|
-
}
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
#workflow-cnt .k-icon.k-filter {
|
|
576
|
-
background-position: -32px -340px;
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
#workflow-cnt .k-state-hover:hover .k-icon.k-filter {
|
|
580
|
-
background-position: -32px -340px;
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
.k-numeric-wrap.k-state-default > .k-select,
|
|
584
|
-
.k-picker-wrap.k-state-default > .k-select,
|
|
585
|
-
.k-numeric-wrap.k-state-disabled > .k-select {
|
|
586
|
-
border-left-width: 0;
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
/*Calendar*/
|
|
592
|
-
|
|
593
|
-
.k-widget.k-invalid-msg.field-validation-error.simple-validation {
|
|
594
|
-
margin: 0;
|
|
595
|
-
padding: 0;
|
|
596
|
-
width: 20px;
|
|
597
|
-
float: right;
|
|
598
|
-
border: none;
|
|
599
|
-
position: static;
|
|
600
|
-
background: transparent;
|
|
601
|
-
border-width: 0;
|
|
602
|
-
box-shadow: none;
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
.k-dirty {
|
|
606
|
-
display: none;
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
.k-with-icon .k-header-column-menu.k-state-active {
|
|
610
|
-
background: #c5c5c5;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
.k-first.k-state-selected.k-state-focused {
|
|
614
|
-
background-color: #e5daf8;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
.header-page-bg {
|
|
618
|
-
border: 1px solid #c0c1c2;
|
|
619
|
-
border-bottom: 0;
|
|
620
|
-
background-color: #f9f9f9;
|
|
621
|
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), color-stop(15%, #fefefe), to(#e3e3e5));
|
|
622
|
-
background-image: -webkit-linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
|
|
623
|
-
background-image: -moz-linear-gradient(top, #fefefe, #fefefe 15%, #e3e3e5);
|
|
624
|
-
background-image: -o-linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
|
|
625
|
-
background-image: linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
|
|
626
|
-
background-repeat: no-repeat;
|
|
627
|
-
-webkit-border-radius: 3px;
|
|
628
|
-
-moz-border-radius: 3px;
|
|
629
|
-
border-radius: 3px;
|
|
630
|
-
-webkit-border-bottom-right-radius: 0;
|
|
631
|
-
-moz-border-radius-bottomright: 0;
|
|
632
|
-
border-bottom-right-radius: 0;
|
|
633
|
-
-webkit-border-bottom-left-radius: 0;
|
|
634
|
-
-moz-border-radius-bottomleft: 0;
|
|
635
|
-
border-bottom-left-radius: 0;
|
|
636
|
-
height: 30px;
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
.table-wrapper .k-header > .k-link {
|
|
642
|
-
color: #fff;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
.k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg.field-validation-error {
|
|
646
|
-
margin: 0.5em;
|
|
647
|
-
padding: 2px;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
.k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg.field-validation-error {
|
|
651
|
-
margin: 0.5em;
|
|
652
|
-
padding: 2px;
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
.k-pager-sizes .k-icon.k-i-arrow-s {
|
|
656
|
-
background-image: url('/assets/styles/Material/sprites.png');
|
|
657
|
-
background-position: 0 -164px;
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
form.k-filter-menu button.k-button.k-primary{
|
|
661
|
-
padding:2px 7px 2px;
|
|
662
|
-
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
form.k-filter-menu ul.k-reset.k-multicheck-wrap .k-item .k-label input[type=checkbox]{
|
|
666
|
-
margin-right:5px;
|
|
667
|
-
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
/*multiselect*/
|
|
671
|
-
|
|
672
|
-
.k-multiselect{
|
|
673
|
-
width: 200px;
|
|
674
|
-
border-width: 0;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
.k-filter-menu .k-combobox,
|
|
678
|
-
.k-filter-menu .k-datepicker,
|
|
679
|
-
.k-filter-menu .k-timepicker,
|
|
680
|
-
.k-filter-menu .k-datetimepicker,
|
|
681
|
-
.k-filter-menu .k-numerictextbox,
|
|
682
|
-
.k-filter-menu .k-dropdown,
|
|
683
|
-
.k-filter-menu .k-textbox {
|
|
684
|
-
width: 15em;
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
/*modal-window-title*/
|
|
688
|
-
.k-window-title {
|
|
689
|
-
font-size: 17.5px;
|
|
690
|
-
font-weight: bold;
|
|
691
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|