|
1 |
| -table.dataTable.dtr-inline.collapsed tbody td:first-child, |
2 |
| -table.dataTable.dtr-inline.collapsed tbody th:first-child { |
| 1 | +table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, |
| 2 | +table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, |
| 3 | +table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty { |
| 4 | + cursor: default !important; } |
| 5 | + table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, |
| 6 | + table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, |
| 7 | + table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before { |
| 8 | + display: none !important; } |
| 9 | +table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, |
| 10 | +table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child { |
3 | 11 | position: relative;
|
4 | 12 | padding-left: 30px;
|
5 |
| - cursor: pointer; |
6 |
| -} |
7 |
| -table.dataTable.dtr-inline.collapsed tbody td:first-child:before, |
8 |
| -table.dataTable.dtr-inline.collapsed tbody th:first-child:before { |
9 |
| - top: 8px; |
10 |
| - left: 4px; |
11 |
| - height: 16px; |
12 |
| - width: 16px; |
13 |
| - display: block; |
14 |
| - position: absolute; |
15 |
| - color: white; |
16 |
| - border: 2px solid white; |
17 |
| - border-radius: 16px; |
18 |
| - text-align: center; |
19 |
| - line-height: 14px; |
20 |
| - box-shadow: 0 0 3px #444; |
21 |
| - box-sizing: content-box; |
22 |
| - content: '+'; |
23 |
| - background-color: #31b131; |
24 |
| -} |
25 |
| -table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before, |
26 |
| -table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before { |
| 13 | + cursor: pointer; } |
| 14 | + table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, |
| 15 | + table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before { |
| 16 | + top: 8px; |
| 17 | + left: 4px; |
| 18 | + height: 16px; |
| 19 | + width: 16px; |
| 20 | + display: block; |
| 21 | + position: absolute; |
| 22 | + color: white; |
| 23 | + border: 2px solid white; |
| 24 | + border-radius: 16px; |
| 25 | + box-shadow: 0 0 3px #444; |
| 26 | + box-sizing: content-box; |
| 27 | + text-align: left; |
| 28 | + font-family: 'Courier New', Courier, monospace; |
| 29 | + text-indent: 4px; |
| 30 | + line-height: 16px; |
| 31 | + content: '+'; |
| 32 | + background-color: #31b131; } |
| 33 | +table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, |
| 34 | +table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before { |
27 | 35 | content: '-';
|
28 |
| - background-color: #d33333; |
29 |
| -} |
30 |
| -table.dataTable.dtr-inline.collapsed tbody tr.child td:before { |
31 |
| - display: none; |
32 |
| -} |
33 |
| -table.dataTable.dtr-column tbody td.control, |
34 |
| -table.dataTable.dtr-column tbody th.control { |
| 36 | + background-color: #d33333; } |
| 37 | +table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before { |
| 38 | + display: none; } |
| 39 | +table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, |
| 40 | +table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child { |
| 41 | + padding-left: 27px; } |
| 42 | + table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, |
| 43 | + table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before { |
| 44 | + top: 5px; |
| 45 | + left: 4px; |
| 46 | + height: 14px; |
| 47 | + width: 14px; |
| 48 | + border-radius: 14px; |
| 49 | + line-height: 14px; |
| 50 | + text-indent: 3px; } |
| 51 | +table.dataTable.dtr-column > tbody > tr > td.control, |
| 52 | +table.dataTable.dtr-column > tbody > tr > th.control { |
35 | 53 | position: relative;
|
36 |
| - cursor: pointer; |
37 |
| -} |
38 |
| -table.dataTable.dtr-column tbody td.control:before, |
39 |
| -table.dataTable.dtr-column tbody th.control:before { |
40 |
| - top: 50%; |
41 |
| - left: 50%; |
42 |
| - height: 16px; |
43 |
| - width: 16px; |
44 |
| - margin-top: -10px; |
45 |
| - margin-left: -10px; |
46 |
| - display: block; |
47 |
| - position: absolute; |
48 |
| - color: white; |
49 |
| - border: 2px solid white; |
50 |
| - border-radius: 16px; |
51 |
| - text-align: center; |
52 |
| - line-height: 14px; |
53 |
| - box-shadow: 0 0 3px #444; |
54 |
| - box-sizing: content-box; |
55 |
| - content: '+'; |
56 |
| - background-color: #31b131; |
57 |
| -} |
58 |
| -table.dataTable.dtr-column tbody tr.parent td.control:before, |
59 |
| -table.dataTable.dtr-column tbody tr.parent th.control:before { |
| 54 | + cursor: pointer; } |
| 55 | + table.dataTable.dtr-column > tbody > tr > td.control:before, |
| 56 | + table.dataTable.dtr-column > tbody > tr > th.control:before { |
| 57 | + top: 50%; |
| 58 | + left: 50%; |
| 59 | + height: 16px; |
| 60 | + width: 16px; |
| 61 | + margin-top: -10px; |
| 62 | + margin-left: -10px; |
| 63 | + display: block; |
| 64 | + position: absolute; |
| 65 | + color: white; |
| 66 | + border: 2px solid white; |
| 67 | + border-radius: 16px; |
| 68 | + box-shadow: 0 0 3px #444; |
| 69 | + box-sizing: content-box; |
| 70 | + text-align: left; |
| 71 | + font-family: 'Courier New', Courier, monospace; |
| 72 | + text-indent: 4px; |
| 73 | + line-height: 16px; |
| 74 | + content: '+'; |
| 75 | + background-color: #31b131; } |
| 76 | +table.dataTable.dtr-column > tbody > tr.parent td.control:before, |
| 77 | +table.dataTable.dtr-column > tbody > tr.parent th.control:before { |
60 | 78 | content: '-';
|
61 |
| - background-color: #d33333; |
62 |
| -} |
63 |
| -table.dataTable tr.child { |
64 |
| - padding: 0.5em 1em; |
65 |
| -} |
66 |
| -table.dataTable tr.child:hover { |
67 |
| - background: transparent !important; |
68 |
| -} |
69 |
| -table.dataTable tr.child ul { |
70 |
| - display: inline-block; |
71 |
| - list-style-type: none; |
72 |
| - margin: 0; |
73 |
| - padding: 0; |
74 |
| -} |
75 |
| -table.dataTable tr.child ul li { |
76 |
| - border-bottom: 1px solid #efefef; |
77 |
| - padding: 0.5em 0; |
78 |
| -} |
79 |
| -table.dataTable tr.child ul li:first-child { |
80 |
| - padding-top: 0; |
81 |
| -} |
82 |
| -table.dataTable tr.child ul li:last-child { |
83 |
| - border-bottom: none; |
84 |
| -} |
85 |
| -table.dataTable tr.child span.dtr-title { |
86 |
| - display: inline-block; |
87 |
| - min-width: 75px; |
88 |
| - font-weight: bold; |
89 |
| -} |
| 79 | + background-color: #d33333; } |
| 80 | +table.dataTable > tbody > tr.child { |
| 81 | + padding: 0.5em 1em; } |
| 82 | + table.dataTable > tbody > tr.child:hover { |
| 83 | + background: transparent !important; } |
| 84 | + table.dataTable > tbody > tr.child ul { |
| 85 | + display: inline-block; |
| 86 | + list-style-type: none; |
| 87 | + margin: 0; |
| 88 | + padding: 0; } |
| 89 | + table.dataTable > tbody > tr.child ul li { |
| 90 | + border-bottom: 1px solid #efefef; |
| 91 | + padding: 0.5em 0; } |
| 92 | + table.dataTable > tbody > tr.child ul li:first-child { |
| 93 | + padding-top: 0; } |
| 94 | + table.dataTable > tbody > tr.child ul li:last-child { |
| 95 | + border-bottom: none; } |
| 96 | + table.dataTable > tbody > tr.child span.dtr-title { |
| 97 | + display: inline-block; |
| 98 | + min-width: 75px; |
| 99 | + font-weight: bold; } |
| 100 | + |
| 101 | +div.dtr-modal { |
| 102 | + position: fixed; |
| 103 | + box-sizing: border-box; |
| 104 | + top: 0; |
| 105 | + left: 0; |
| 106 | + height: 100%; |
| 107 | + width: 100%; |
| 108 | + z-index: 100; |
| 109 | + padding: 10em 1em; } |
| 110 | + div.dtr-modal div.dtr-modal-display { |
| 111 | + position: absolute; |
| 112 | + top: 0; |
| 113 | + left: 0; |
| 114 | + bottom: 0; |
| 115 | + right: 0; |
| 116 | + width: 50%; |
| 117 | + height: 50%; |
| 118 | + overflow: auto; |
| 119 | + margin: auto; |
| 120 | + z-index: 102; |
| 121 | + overflow: auto; |
| 122 | + background-color: #f5f5f7; |
| 123 | + border: 1px solid black; |
| 124 | + border-radius: 0.5em; |
| 125 | + box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); } |
| 126 | + div.dtr-modal div.dtr-modal-content { |
| 127 | + position: relative; |
| 128 | + padding: 1em; } |
| 129 | + div.dtr-modal div.dtr-modal-close { |
| 130 | + position: absolute; |
| 131 | + top: 6px; |
| 132 | + right: 6px; |
| 133 | + width: 22px; |
| 134 | + height: 22px; |
| 135 | + border: 1px solid #eaeaea; |
| 136 | + background-color: #f9f9f9; |
| 137 | + text-align: center; |
| 138 | + border-radius: 3px; |
| 139 | + cursor: pointer; |
| 140 | + z-index: 12; } |
| 141 | + div.dtr-modal div.dtr-modal-close:hover { |
| 142 | + background-color: #eaeaea; } |
| 143 | + div.dtr-modal div.dtr-modal-background { |
| 144 | + position: fixed; |
| 145 | + top: 0; |
| 146 | + left: 0; |
| 147 | + right: 0; |
| 148 | + bottom: 0; |
| 149 | + z-index: 101; |
| 150 | + background: rgba(0, 0, 0, 0.6); } |
| 151 | + |
| 152 | +@media screen and (max-width: 767px) { |
| 153 | + div.dtr-modal div.dtr-modal-display { |
| 154 | + width: 95%; } } |
0 commit comments