@hpcc-js/other 3.4.7 → 3.4.10

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/src/Table.css CHANGED
@@ -1,92 +1,92 @@
1
- .other_Table {
2
- color:#333333;
3
- border-width: 1px;
4
- border-color: #999999;
5
- }
6
-
7
- .other_Table table {
8
- border-collapse: collapse;
9
- border-spacing: 0;
10
- }
11
- .other_Table .tableDiv {
12
- position: absolute;
13
- }
14
-
15
- .other_Table th, .labels-wrapper th {
16
- padding:5px 10px;
17
- border-width: 1px;
18
- border-style: solid;
19
- border-color: #a9c6c9;
20
- color:white;
21
- white-space: nowrap;
22
- cursor : pointer;
23
- box-sizing: border-box;
24
- }
25
- .other_Table thead > tr, .cols-wrapper tr {
26
- background-color:#1f77b4;
27
- }
28
-
29
- .other_Table .thIcon, .labels-wrapper .thIcon {
30
- font-family: FontAwesome;
31
- padding-left: 8px;
32
- }
33
-
34
- .other_Table .tableDiv tbody > tr:nth-child(odd) {
35
- background-color: #f3faff;
36
- color:black;
37
- }
38
-
39
- .other_Table .tableDiv tbody > tr:nth-child(even) {
40
- background-color: white;
41
- color:black;
42
- }
43
- .other_Table .tableDiv tbody > tr.selected {
44
- background-color:#f48a00;
45
- color: white;
46
- }
47
-
48
- .other_Table .rows-wrapper table > tbody > tr {
49
- background-color:#BCE1FB;
50
- color:black;
51
- }
52
-
53
- .other_Table .rows-wrapper .labels-wrapper {
54
- width: 100%;
55
- }
56
- .other_Table table tbody > tr.selected {
57
- background-color:#f48a00;
58
- color: white;
59
- }
60
-
61
- .other_Table .tableDiv tbody > tr:hover, .other_Table .tableDiv tbody > tr.hover, .rows-wrapper table tbody tr.hover {
62
- background-color: #bfd7e7;
63
- color: white;
64
- }
65
- .other_Table .tableDiv tbody > tr.selected:hover, .other_Table .tableDiv tbody > tr.selected.hover {
66
- background-color: #5ea8db;
67
- color: white;
68
- }
69
- .other_Table .rows-wrapper tbody tr.hover.selected {
70
- background-color:#5ea8db;
71
- color: white;
72
- }
73
-
74
- .other_Table tr.selected:hover, .other_Table tr.selected.hover {
75
- background-color:#5ea8db;
76
- color: white;
77
- }
78
-
79
- .other_Table td, .rows-wrapper td{
80
- border-width: 1px;
81
- padding:2px 5px;
82
- border-style: solid;
83
- border-color: #a9c6c9;
84
- white-space: nowrap;
85
- box-sizing:border-box;
86
- vertical-align: middle;
87
- }
88
-
89
- .other_Table tfoot td, .rows-wrapper tfoot td {
90
- background-color: #ADDFF3;
91
- font-weight: bold;
92
- }
1
+ .other_Table {
2
+ color:#333333;
3
+ border-width: 1px;
4
+ border-color: #999999;
5
+ }
6
+
7
+ .other_Table table {
8
+ border-collapse: collapse;
9
+ border-spacing: 0;
10
+ }
11
+ .other_Table .tableDiv {
12
+ position: absolute;
13
+ }
14
+
15
+ .other_Table th, .labels-wrapper th {
16
+ padding:5px 10px;
17
+ border-width: 1px;
18
+ border-style: solid;
19
+ border-color: #a9c6c9;
20
+ color:white;
21
+ white-space: nowrap;
22
+ cursor : pointer;
23
+ box-sizing: border-box;
24
+ }
25
+ .other_Table thead > tr, .cols-wrapper tr {
26
+ background-color:#1f77b4;
27
+ }
28
+
29
+ .other_Table .thIcon, .labels-wrapper .thIcon {
30
+ font-family: FontAwesome;
31
+ padding-left: 8px;
32
+ }
33
+
34
+ .other_Table .tableDiv tbody > tr:nth-child(odd) {
35
+ background-color: #f3faff;
36
+ color:black;
37
+ }
38
+
39
+ .other_Table .tableDiv tbody > tr:nth-child(even) {
40
+ background-color: white;
41
+ color:black;
42
+ }
43
+ .other_Table .tableDiv tbody > tr.selected {
44
+ background-color:#f48a00;
45
+ color: white;
46
+ }
47
+
48
+ .other_Table .rows-wrapper table > tbody > tr {
49
+ background-color:#BCE1FB;
50
+ color:black;
51
+ }
52
+
53
+ .other_Table .rows-wrapper .labels-wrapper {
54
+ width: 100%;
55
+ }
56
+ .other_Table table tbody > tr.selected {
57
+ background-color:#f48a00;
58
+ color: white;
59
+ }
60
+
61
+ .other_Table .tableDiv tbody > tr:hover, .other_Table .tableDiv tbody > tr.hover, .rows-wrapper table tbody tr.hover {
62
+ background-color: #bfd7e7;
63
+ color: white;
64
+ }
65
+ .other_Table .tableDiv tbody > tr.selected:hover, .other_Table .tableDiv tbody > tr.selected.hover {
66
+ background-color: #5ea8db;
67
+ color: white;
68
+ }
69
+ .other_Table .rows-wrapper tbody tr.hover.selected {
70
+ background-color:#5ea8db;
71
+ color: white;
72
+ }
73
+
74
+ .other_Table tr.selected:hover, .other_Table tr.selected.hover {
75
+ background-color:#5ea8db;
76
+ color: white;
77
+ }
78
+
79
+ .other_Table td, .rows-wrapper td{
80
+ border-width: 1px;
81
+ padding:2px 5px;
82
+ border-style: solid;
83
+ border-color: #a9c6c9;
84
+ white-space: nowrap;
85
+ box-sizing:border-box;
86
+ vertical-align: middle;
87
+ }
88
+
89
+ .other_Table tfoot td, .rows-wrapper tfoot td {
90
+ background-color: #ADDFF3;
91
+ font-weight: bold;
92
+ }