qcell-react 1.0.0

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.
Files changed (35) hide show
  1. package/dist/13ed1c65978f4020fa6a.png +0 -0
  2. package/dist/1b1e25d6e625a94444f7.png +0 -0
  3. package/dist/1b3e50ff32fd8cd301f8.png +0 -0
  4. package/dist/1e4ab48d0ebabfe3d60c.png +0 -0
  5. package/dist/2063e67670eabbe08666.png +0 -0
  6. package/dist/262f7047c15f67938eb0.png +0 -0
  7. package/dist/278ab06fc1417e702a7e.png +0 -0
  8. package/dist/2d6f55fd9854663f7aa0.png +0 -0
  9. package/dist/3332fcf7e2e919a02b8d.png +0 -0
  10. package/dist/5b35a39c5f877ba43637.png +0 -0
  11. package/dist/5bc8277cf199d850ab1a.png +0 -0
  12. package/dist/64a176ed8c98be3354b3.png +0 -0
  13. package/dist/669597e9324aec578be1.gif +0 -0
  14. package/dist/7461bf5c81f039b5349d.png +0 -0
  15. package/dist/82f655c470657e263722.png +0 -0
  16. package/dist/8b0fe626ee1f018a8d0f.png +0 -0
  17. package/dist/9b9e5601b8e92cfc15ed.png +0 -0
  18. package/dist/ae8a9da394dac0b9613c.png +0 -0
  19. package/dist/b332c225924811955b70.png +0 -0
  20. package/dist/bdff706f5f3c937e20c8.png +0 -0
  21. package/dist/c0a2f0a86ad43bccd6d6.png +0 -0
  22. package/dist/c60516270777bee173fe.png +0 -0
  23. package/dist/cde3eb37d2e1d732a7e3.png +0 -0
  24. package/dist/cf17885bda2090955715.png +0 -0
  25. package/dist/deb42a8f9bdab8258db4.png +0 -0
  26. package/dist/e06bce03725e8eae52ff.png +0 -0
  27. package/dist/e4949d095544f9f6339d.png +0 -0
  28. package/dist/f5b9e4600b993d7c15a3.png +0 -0
  29. package/dist/f7f48d547e176aef16e5.png +0 -0
  30. package/dist/index.js +1 -0
  31. package/package.json +41 -0
  32. package/src/QCELL/css/qcell.css +735 -0
  33. package/src/QCELL/css/qcell_layout.css +1 -0
  34. package/src/QCELL/css/qcell_scrollbar.css +1328 -0
  35. package/src/types/index.d.ts +41 -0
@@ -0,0 +1,735 @@
1
+ .rt-qc-root {
2
+ border-width: 1px;
3
+ border-style: solid;
4
+ border-color: #d3d5df;
5
+ }
6
+
7
+ .rt-qc-root,
8
+ .rt-qc-root *,
9
+ .rt-qc-colmoveshadow,
10
+ .rt-qc-colmoveshadow * {
11
+ font-family: NanumGothic, Dotum, sans-serif !important;/* QCELL 폰트 설정 */
12
+ font-smoothing: antialiased;
13
+ }
14
+
15
+ .rt-qc-panel {
16
+ border-bottom-width:1px;
17
+ border-bottom-style:solid;
18
+ border-bottom-color: #d3d5df;
19
+ }
20
+
21
+
22
+ .rt-qc-sheetpanel {
23
+ border-top-width:1px;
24
+ border-top-style:solid;
25
+ border-top-color: #d3d5df;
26
+ }
27
+
28
+ .rt-qc-sheetpanel-inner {
29
+ width: 90%;
30
+ height: 100%;
31
+ margin: 0 auto;
32
+ }
33
+
34
+ .rt-qc-sheetpanel-inner::before {
35
+ display: inline-block;
36
+ content: "";
37
+ height: 100%;
38
+ vertical-align: middle;
39
+ }
40
+
41
+ .rt-qc-sheetpanel-inner-span {
42
+ text-align: right;
43
+ color: #575757;
44
+ display: inline-block;
45
+ vertical-align: middle;
46
+ width: 100%;
47
+
48
+ -webkit-user-select: text; /* Chrome, Opera, Safari */
49
+ -moz-user-select: text; /* Firefox 2+ */
50
+ -ms-user-select: text; /* IE 10+ */
51
+ -khtml-user-select: text;
52
+ user-select: text; /* Standard syntax */
53
+ }
54
+
55
+ .rt-qc-paginationpanel {
56
+ border-bottom-width: 1px;
57
+ border-bottom-style: solid;
58
+ border-bottom-color: #9295a0;
59
+ background-color: #9295a0;
60
+ }
61
+
62
+ .rt-qc-hscrollbar {
63
+ border-width:1px 1px 0px 0px;
64
+ }
65
+
66
+ .rt-qc-vscrollbar {
67
+ border-width:0px 0px 1px 1px;
68
+ }
69
+
70
+ .rt-qc-hscrollbar, .rt-qc-vscrollbar {
71
+ border-color:#d3d5df;
72
+ border-style:solid;
73
+ }
74
+
75
+ .rt-qc-cell {
76
+ font-size: 13px; /* QCELL의 셀 폰트 크기 설정 */
77
+ }
78
+
79
+ /* 선택된 셀에 적용할 스타일 설정 */
80
+ .rt-qc-cell-select {
81
+ background-color: #4e65b6 !important;
82
+ border-color: #3c4e8c !important;
83
+ color:#fff !important;
84
+ }
85
+
86
+ /* 포커스가 있는 셀에 적용할 스타일 설정 */
87
+ .rt-qc-cell-focus,
88
+ .rt-qc-cell-focus.rt-qc-cell-select {
89
+ font-weight:bold !important;
90
+ background-color: #ffffff !important;
91
+ border: 1px solid #3c4e8c !important;
92
+ color:#000 !important;
93
+
94
+ }
95
+
96
+ .rt-qc-cell-edgeheader {
97
+ border-bottom-width:1px !important;
98
+ }
99
+
100
+ .rt-qc-cell-viewport, .rt-qc-cell-footer {
101
+ border-color: #c9d1e9;
102
+ color: #000;/* 데이터 표시 영역의 폰트칼라 설정 */
103
+ }
104
+
105
+ /* 텍스트 padding 설정 */
106
+ .rt-qc-cell-colheader, .rt-qc-cell-viewport, .rt-qc-cell-footer {
107
+ padding-left:5px;
108
+ padding-right:5px;
109
+ }
110
+
111
+ .rt-qc-cell-headerrows, .rt-qc-cell-frozenbottomrows, .rt-qc-cell-footerrows {
112
+ border-width:1px 1px 0px 0px;
113
+ }
114
+
115
+ .rt-qc-cell-headerrows, .rt-qc-cell-frozenbottomrows-panel, .rt-qc-cell-footerrows {
116
+ border-width:1px 1px 0px 0px;
117
+ }
118
+ .rt-qc-cell-headerrows {
119
+ border-bottom-width:1px;
120
+ }
121
+
122
+ .rt-qc-cell-frozenbottomrows-panel{
123
+ background-color:#c0c0c0 !important;
124
+ border-color: #c0c0c0!important;
125
+ color : white ;
126
+ z-index: 10000;
127
+ }
128
+
129
+ /* 틀고정 영역 셀 스타일 설정 */
130
+ .rt-qc-cell-frozencols, .rt-qc-cell-frozenrows, .rt-qc-cell-frozenbottomrows {
131
+ background-color: #f5fbee;/*틀고정 영역에 배경색을 반드시 설정해야 함.*/
132
+ border-color: #c9d1e9;
133
+ }
134
+
135
+
136
+ /* highlightrepeat 스타일 설정 */
137
+ .rt-qc-cell-highlightrepeat {
138
+ background-color: #f2f5fb;
139
+ }
140
+
141
+ /* 헤더 영역 셀 스타일 설정 */
142
+ .rt-qc-cell-headerrows, .rt-qc-cell-headercols {
143
+ text-align: center;
144
+ font-weight: bold;
145
+ background-color:#f4f9fd;
146
+ border-color:#c9d1e9;
147
+ /* border-top-color:#4c63a3 !important; */
148
+ color: #4c63a3;
149
+ }
150
+
151
+ .rt-qc-colheaderdndarea {
152
+ left: 3px;
153
+ top: 3px;
154
+ width: 14px;
155
+ height: 50%;
156
+ cursor: move;
157
+ background: url(../img/colmoveicon.png) no-repeat;
158
+ }
159
+
160
+ .rt-qc-colmoveshadow {
161
+ background-color: #fff;
162
+ border-width: 1px;
163
+ border-style: solid;
164
+ border-color: #d3d5df;
165
+ }
166
+
167
+ .rt-qc-colmoveline {
168
+ border-right-width: 2px;
169
+ border-right-style: dotted;
170
+ border-right-color: #000;
171
+ width: 2px;
172
+ }
173
+
174
+ .rt-qc-colresizearea {
175
+ cursor: e-resize;
176
+ right: 3px;
177
+ bottom: 3px;
178
+ width: 12px;
179
+ height: 8px;
180
+ background: url('../img/colresize.png') no-repeat;
181
+ }
182
+
183
+ .rt-qc-colresizearea:hover {
184
+ background: url('../img/colresize_hov.png') no-repeat;
185
+ }
186
+
187
+ .rt-qc-colresizearea-hover {
188
+ background: url('../img/colresize_hov.png') no-repeat;
189
+ }
190
+
191
+ .rt-qc-colresizeline {
192
+ border-style: dotted;
193
+ border-width: 0px 2px 0px 0px;
194
+ border-color: #f24a97;
195
+ width: 2px;
196
+ }
197
+
198
+ .rt-qc-colresizetooltip {
199
+ width: 90px;
200
+ height: 25px;
201
+ opacity: 0.8;
202
+ font-size: 12px;
203
+ text-align: center;
204
+ border: 1px solid #f6ae9a;
205
+ border-radius: 2px;
206
+ color: #f24a97;
207
+ background-color: #fff;
208
+ padding-top: 4px;
209
+ }
210
+
211
+ .rt-qc-sortarea {
212
+ right: 15px;
213
+ width: 7px;
214
+ height: 10px;
215
+ background: url('../img/sort_default.png') no-repeat;
216
+ cursor: pointer;
217
+ }
218
+
219
+ .rt-qc-sort-asc {
220
+ background: url('../img/sort_asc.png') no-repeat;
221
+ }
222
+
223
+ .rt-qc-sort-desc {
224
+ background: url('../img/sort_desc.png') no-repeat;
225
+ }
226
+
227
+ .rt-qc-multisort-order {
228
+ font-size: 11px;
229
+ font-weight: normal;
230
+ left: 9px;
231
+ color: orange;
232
+ }
233
+
234
+ .rt-qc-progress-ui {
235
+ background-color: #f1f4f5;
236
+ background-image: url(../img/wait.gif);
237
+ background-repeat: no-repeat;
238
+ background-position: center;
239
+ opacity: 0.8;
240
+ }
241
+
242
+ .rt-qc-coleditor-area {
243
+ cursor: pointer;
244
+ left: 1px;
245
+ bottom: 1px;
246
+ width: 8px;
247
+ height: 8px;
248
+ background: url(../img/edit.png) no-repeat;
249
+ }
250
+
251
+ .rt-qc-coleditor-area:hover {
252
+ background: url(../img/edit_hov.png) no-repeat;
253
+ }
254
+
255
+ .rt-qc-coleditor-area-hover {
256
+ background: url(../img/edit_hov.png) no-repeat;
257
+ }
258
+
259
+ .rt-qc-emptymessasge {
260
+ border: none !important;
261
+ text-align: center;
262
+ }
263
+
264
+ .rt-qc-pagination-ui-center {
265
+ width: 100%;
266
+ height: 100%;
267
+ float: left;
268
+ text-align: center;
269
+ line-height: 25px;
270
+ }
271
+
272
+ .rt-qc-pagination-ui-right {
273
+ right: 0;
274
+ top: 0;
275
+ line-height: 25px;
276
+ }
277
+
278
+ .rt-qc-pagination-nav {
279
+ color: #ffffff !important;
280
+ font-weight: bold;
281
+ display: inline-block;
282
+ font-size: 12px;
283
+ vertical-align: middle;
284
+ text-align: center !important;
285
+ padding: 0 8px;
286
+ }
287
+
288
+ .rt-qc-pagination-nav-btn {
289
+ color: #fff !important;
290
+ }
291
+ .rt-qc-pagination-nav-btn-button {
292
+ border : none;
293
+ background-color : transparent;
294
+ }
295
+
296
+ .rt-qc-pagination-nav-pager, .rt-qc-pagination-nav-pager-skip {
297
+ color: #34353c !important;
298
+ }
299
+
300
+ .rt-qc-pagination-nav-pager-button {
301
+ border : none;
302
+ background-color : transparent;
303
+ }
304
+
305
+ .rt-qc-pagination-nav-pager:hover {
306
+ border: 1px solid #7b7d87;
307
+ padding: 0 7px;
308
+ }
309
+
310
+ .rt-qc-pagination-nav-pager-now {
311
+ color: #34353c !important;
312
+ border: 1px solid #d7dae3;
313
+ background-color: transparent;
314
+ padding: 0 7px;
315
+ }
316
+
317
+ .rt-qc-pagination-nav-extend-move {
318
+ margin-left: 10px;
319
+ }
320
+
321
+ .rt-qc-pagination-ui-center .rt-qc-pagination-nav-input {
322
+ display: inline-block;
323
+ height: 30px;
324
+ border: 1px solid #686c79;
325
+ background-color: #686c79;
326
+ color: #ffffff !important;
327
+ font-weight: bold;
328
+ vertical-align: middle;
329
+ }
330
+
331
+ .rt-qc-pagination-nav-select {
332
+ margin-left: 10px;
333
+ height: 24px;
334
+ color: #000000 !important;
335
+ }
336
+
337
+ .rt-qc-pagination-nav-info {
338
+ color: #ffffff !important;
339
+ }
340
+
341
+ @media (max-width: 520px) {
342
+ .rt-qc-pagination-nav-info {
343
+ display: none;
344
+ }
345
+ }
346
+
347
+ .rt-qc-gtui {
348
+ display: inline-block;
349
+ height: 12px;
350
+ vertical-align: middle;
351
+ cursor:pointer;
352
+ }
353
+
354
+ .rt-qc-gtui-arrow {
355
+ width: 10px;
356
+ }
357
+
358
+ .rt-qc-gtui-arrow-expand {
359
+ background: url(../img/gt_arrow_open.png) 50% 50% no-repeat;
360
+ cursor:pointer;
361
+ }
362
+
363
+ .rt-qc-gtui-arrow-collapse {
364
+ background: url(../img/gt_arrow_close.png) 50% 50% no-repeat;
365
+ cursor:pointer;
366
+ }
367
+
368
+ .rt-qc-gtui-folder {
369
+ width: 22px;
370
+ padding: 0 5px 0 5px;
371
+ cursor:pointer;
372
+ }
373
+
374
+ .rt-qc-gtui-folder-expand {
375
+ background: url(../img/gt_folder_open.png) 50% 50% no-repeat;
376
+ cursor:pointer;
377
+ }
378
+
379
+ .rt-qc-gtui-folder-collapse {
380
+ background: url(../img/gt_folder_close.png) 50% 50% no-repeat;
381
+ cursor:pointer;
382
+ }
383
+
384
+ .rt-qc-gtui-dot {
385
+ width: 10px;
386
+ margin-right: 5px;
387
+ background: url(../img/gt_dot.png) 50% 50% no-repeat;
388
+ }
389
+
390
+ .rt-qc-gtui-header, .rt-qc-gtui-footer {
391
+ background-color: #dde5f4 !important;
392
+ color:#000 !important;
393
+ }
394
+
395
+ .rt-qc-filterarea {
396
+ cursor: pointer;
397
+ right: 3px;
398
+ top: 3px;
399
+ width: 8px;
400
+ height: 8px;
401
+ background: url('../img/filtericon.png') no-repeat;
402
+ }
403
+ .rt-qc-filterarea-adjust {
404
+ cursor: pointer;
405
+ right: 3px;
406
+ top: 3px;
407
+ width: 8px;
408
+ height: 8px;
409
+ background: url('../img/filtericon_on.png') no-repeat;
410
+ }
411
+
412
+ .rt-qc-filterarea:hover {
413
+ background: url('../img/filtericon_hov.png') no-repeat;
414
+ }
415
+
416
+ .rt-qc-filterarea-hover {
417
+ background: url('../img/filtericon_hov.png') no-repeat;
418
+ }
419
+
420
+ .rt-qc-filter-ui-area {
421
+ width: 250px;
422
+ border: 1px solid #686c79;
423
+ /*border-radius: 3px;*/
424
+ padding: 10px;
425
+ background-color: #ffffff;
426
+ z-index : 600;
427
+ }
428
+ .rt-qc-filter-title-area
429
+ {
430
+ margin: 0px 0px 10px 0px ;
431
+ cursor: grab;
432
+ }
433
+ .rt-qc-filter-title-span
434
+ {
435
+ font-weight : bold;
436
+ font-size : 15px
437
+ }
438
+
439
+
440
+ .rt-qc-filter-ui-btn {
441
+ cursor: pointer;
442
+ margin: 0px 5px 0px 0px;
443
+ border-radius: 3px;
444
+ color: #fff;
445
+ padding: 3px 10px;
446
+ }
447
+
448
+ .rt-qc-filter-ui-close {
449
+ cursor: pointer;
450
+ width: 12px;
451
+ height: 12px;
452
+ float: right;
453
+ display: inline-block;
454
+ vertical-align: middle;
455
+ background: url('../img/filter_close.png') no-repeat;
456
+ }
457
+
458
+ .rt-qc-filter-ui-addoperator {
459
+ cursor: pointer;
460
+ width: 8px;
461
+ height: 8px;
462
+ display: inline-block;
463
+ vertical-align: middle;
464
+ background: url('../img/filter_addoperator.png') no-repeat;
465
+ }
466
+ .rt-qc-filter-ui-addoperator_close {
467
+ cursor: pointer;
468
+ width: 8px;
469
+ height: 8px;
470
+ display: inline-block;
471
+ vertical-align: middle;
472
+ background: url('../img/filter_addoperator_close.png') no-repeat;
473
+ }
474
+
475
+ .rt-qc-contextmenu-area {
476
+ color: #000;
477
+ background-color: #fff;
478
+ border: 1px solid #93959f;
479
+ display: none;
480
+ padding: 0;
481
+ margin: 0;
482
+ min-width: 170px;
483
+ }
484
+
485
+ .rt-qc-contextmenu-root {
486
+ display: inline-block;
487
+ }
488
+
489
+ .rt-qc-contextmenu-area li {
490
+ list-style: none;
491
+ position: relative;
492
+ text-overflow: ellipsis;
493
+ white-space: nowrap;
494
+ }
495
+
496
+ .rt-qc-contextmenu-area li:hover ul {
497
+ display: none;
498
+ }
499
+
500
+ .rt-qc-contextmenu-item {
501
+ font-size: 16px;
502
+ line-height: 30px;
503
+ height: 30px;
504
+ cursor: pointer;
505
+ }
506
+
507
+ .rt-qc-contextmenu-item:hover {
508
+ background-color: #24cbe6;
509
+ color: #fff;
510
+ }
511
+
512
+ .rt-qc-contextmenu-item > span {
513
+ display: inline-block;
514
+ }
515
+
516
+ .rt-qc-contextmenu-item img {
517
+ width: 25px;
518
+ height: 25px;
519
+ vertical-align: middle;
520
+ }
521
+
522
+ .rt-qc-contextmenu-menu {}
523
+ .rt-qc-contextmenu-sub-menu {}
524
+
525
+ .rt-qc-contextmenu-item-img {
526
+ width: 20%;
527
+ text-align: center;
528
+ }
529
+
530
+ .rt-qc-contextmenu-item-label {
531
+ width: 70%;
532
+ }
533
+
534
+ .rt-qc-contextmenu-item-sub {
535
+ width: 10%;
536
+ }
537
+
538
+ .rt-qc-contextmenu-sub-menu > .rt-qc-contextmenu-item-sub {
539
+ background: url('../img/subicon.png') no-repeat;
540
+ background-size: 30px 30px;
541
+ background-position-x: right;
542
+ background-position-y: center;
543
+ }
544
+
545
+ .rt-qc-contextmenu-divine {
546
+ border-top: 1px dashed #93959f;
547
+ }
548
+
549
+ .qcell_col_9_inputbutton-style {
550
+ margin-right:5px
551
+ }
552
+
553
+ .rt-qc-contextmenu-disable {
554
+ cursor: not-allowed;
555
+ }
556
+
557
+ .rt-qc-colsearch-area {
558
+ left: 3px;
559
+ bottom: 3px;
560
+ width: 12px;
561
+ height: 12px;
562
+ cursor: pointer;
563
+ background: url('../img/colsearch.png') no-repeat;
564
+ z-index: 0;
565
+ }
566
+
567
+ .rt-qc-colsearch-area-hover {
568
+ background: url('../img/colsearch_hov.png') no-repeat;
569
+ }
570
+
571
+ .rt-qc-colsearch-area:hover {
572
+ background: url('../img/colsearch_hov.png') no-repeat;
573
+ }
574
+
575
+ .rt-qc-colsearch-ui-area {
576
+ padding: 10px;
577
+ background-color: #fff;
578
+ border: 1px solid #686c79;
579
+ /*border-radius: 3px;*/
580
+ z-index : 9999;
581
+ }
582
+
583
+ .rt-qc-colsearch-ui-btn {
584
+ cursor: pointer;
585
+ margin-right: 5px;
586
+ border-radius: 3px;
587
+ color: #fff;
588
+ padding: 3px 10px;
589
+ }
590
+
591
+ .rt-qc-colsearch-ui-close {
592
+ cursor: pointer;
593
+ width: 12px;
594
+ height: 12px;
595
+ float: right;
596
+ display: inline-block;
597
+ vertical-align: middle;
598
+ background: url('../img/search_close.png') no-repeat;
599
+ }
600
+
601
+ .rt-qc-tooltip {
602
+ position: fixed;
603
+ top: 0px;
604
+ left: 0px;
605
+ display: block;
606
+ z-index: 100;
607
+ }
608
+ .rt-qc-tooltip > .content {
609
+ padding: 1px 6px 1px 6px;
610
+ border: 4px solid #f9e98e;
611
+ min-width: 40px;
612
+ background: #fbf7aa;
613
+ color: #000000;
614
+ font-size: 12px;
615
+ border-radius: 5px;
616
+ -moz-border-radius: 5px;
617
+ -webkit-border-radius: 5px;
618
+ }
619
+
620
+ /* cell type에 따라 구분용 class */
621
+ .rt-qc-static-type-cell {}
622
+ .rt-qc-input-type-cell {
623
+ /*
624
+ background-image: url( "../img/edit.png" );
625
+ background-repeat: no-repeat;
626
+ background-position: 100% 50%;
627
+ */
628
+ }
629
+
630
+ .rt-qc-input-edit-cell-style {
631
+ right :3px;
632
+ width : 1px;
633
+ height : 1px;
634
+ position : absolute;
635
+ top : 7px;
636
+ overflow: hidden;
637
+ }
638
+ .rt-qc-number-type-cell {
639
+
640
+ }
641
+
642
+ .rt-qc-textarea-type-cell {}
643
+ .rt-qc-selectmenu-type-cell {
644
+ /*
645
+ background-image: url( "../img/select.png" );
646
+ background-repeat: no-repeat;
647
+ background-position: 90% 50%;
648
+ */
649
+ }
650
+ .rt-qc-datepicker-type-cell {}
651
+ .rt-qc-inputdatepicker-type-cell {}
652
+ .rt-qc-datepicker-style {
653
+ width: 100%;
654
+ }
655
+ .rt-qc-datepicker-date-style {
656
+ text-overflow: ellipsis;
657
+ overflow: hidden;
658
+ white-space: nowrap;
659
+ }
660
+ .rt-qc-datepicker-img-style {}
661
+ .rt-qc-datepicker-img-style img {
662
+ vertical-align: middle;
663
+ position: relative;
664
+ left: 5px;
665
+ width: 16px;
666
+ height: 16px;
667
+ }
668
+ .rt-qc-checkbox-type-cell {}
669
+ .rt-qc-image-type-cell {}
670
+ .rt-qc-html-type-cell {}
671
+
672
+ .rt-qc-edgeheader-cell-checkbox{}
673
+ .rt-qc-colheader-cell-checkbox{}
674
+ .rt-qc-rowheader-cell-checkbox{}
675
+
676
+ .rt-qc-edgeheader-cell-radio{}
677
+ .rt-qc-colheader-cell-radio{}
678
+ .rt-qc-rowheader-cell-radio{}
679
+
680
+ .rt-qc-rowheader-state-init{
681
+ background: url(../img/rowheader_state_init.png) no-repeat center;
682
+ background-size: 17px 17px;
683
+ background-color: #f4f9fd;
684
+ }
685
+ .rt-qc-rowheader-state-insert{
686
+ background: url(../img/rowheader_state_insert.png) no-repeat center;
687
+ background-size: 17px 17px;
688
+ background-color: #f4f9fd;
689
+ }
690
+ .rt-qc-rowheader-state-update{
691
+ background: url(../img/rowheader_state_update.png) no-repeat center;
692
+ background-size: 17px 17px;
693
+ background-color: #f4f9fd;
694
+ }
695
+ .rt-qc-rowheader-state-delete{
696
+ background: url(../img/rowheader_state_delete.png) no-repeat center;
697
+ background-size: 17px 17px;
698
+ background-color: #f4f9fd;
699
+ }
700
+
701
+ .rt-qc-static-row{
702
+ background-color: #F2FC3F !important;
703
+ }
704
+
705
+ .rt-qc-inputform-header{
706
+ background-color: #d3d3d3 !important;
707
+ display:block;
708
+ width:100%;
709
+ }
710
+ .rt-qc-inputform-item{
711
+ display:block;
712
+ width:100%;
713
+ }
714
+
715
+ .rt-qc-grandtotal-row{
716
+ background-color: #FF9F40 !important;
717
+ }
718
+
719
+ .rt-qc-removearea {
720
+ right: 3px;
721
+ width: 14px;
722
+ height: 14px;
723
+ background: url('../img/remove.png') no-repeat center;
724
+ background-size : cover;
725
+ cursor: pointer;
726
+ }
727
+ .hide {
728
+ overflow: hidden;
729
+ position: absolute;
730
+ left: -0.1rem;
731
+ top: -0.1rem;
732
+ width: 0.1rem;
733
+ height: 0.1rem;
734
+ opacity: 0;
735
+ }