|
1 | 1 | .ReactModal__Content { |
2 | | - overflow: visible !important; |
| 2 | + overflow: visible !important; |
3 | 3 | } |
4 | 4 |
|
5 | 5 | .ReactModal__Body--open { |
6 | | - overflow: hidden; |
| 6 | + overflow: hidden; |
7 | 7 | } |
8 | 8 |
|
9 | 9 | .ReactModal__Body--open #root { |
|
23 | 23 | } |
24 | 24 |
|
25 | 25 | .ReactTable .rt-tr-group:hover { |
26 | | - background: #f3f3f3; |
27 | | - cursor: pointer; |
28 | | - box-shadow: 14px 0px 6px #c2c2c2; |
| 26 | + background: #f3f3f3; |
| 27 | + cursor: pointer; |
| 28 | + box-shadow: 14px 0px 6px #c2c2c2; |
29 | 29 | } |
30 | 30 |
|
31 | 31 | .ReactTable .rt-table { |
|
69 | 69 | text-align: center; |
70 | 70 | } |
71 | 71 |
|
72 | | -.ReactTable .rt-thead .rt-th, .ReactTable .rt-thead .rt-td { |
| 72 | +.ReactTable .rt-thead .rt-th, |
| 73 | +.ReactTable .rt-thead .rt-td { |
73 | 74 | padding: 5px 5px; |
74 | 75 | line-height: normal; |
75 | 76 | position: relative; |
|
78 | 79 | box-shadow: inset 0 0 0 0 transparent; |
79 | 80 | } |
80 | 81 |
|
81 | | -.ReactTable .rt-thead .rt-th.-sort-asc, .ReactTable .rt-thead .rt-td.-sort-asc { |
| 82 | +.ReactTable .rt-thead .rt-th.-sort-asc, |
| 83 | +.ReactTable .rt-thead .rt-td.-sort-asc { |
82 | 84 | box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.6); |
83 | 85 | } |
84 | 86 |
|
85 | | -.ReactTable .rt-thead .rt-th.-sort-desc, .ReactTable .rt-thead .rt-td.-sort-desc { |
| 87 | +.ReactTable .rt-thead .rt-th.-sort-desc, |
| 88 | +.ReactTable .rt-thead .rt-td.-sort-desc { |
86 | 89 | box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6); |
87 | 90 | } |
88 | 91 |
|
89 | | -.ReactTable .rt-thead .rt-th.-cursor-pointer, .ReactTable .rt-thead .rt-td.-cursor-pointer { |
| 92 | +.ReactTable .rt-thead .rt-th.-cursor-pointer, |
| 93 | +.ReactTable .rt-thead .rt-td.-cursor-pointer { |
90 | 94 | cursor: pointer; |
91 | 95 | } |
92 | 96 |
|
93 | | -.ReactTable .rt-thead .rt-th:last-child, .ReactTable .rt-thead .rt-td:last-child { |
| 97 | +.ReactTable .rt-thead .rt-th:last-child, |
| 98 | +.ReactTable .rt-thead .rt-td:last-child { |
94 | 99 | border-right: 0; |
95 | 100 | } |
96 | 101 |
|
|
111 | 116 | border-right-color: #f7f7f7; |
112 | 117 | } |
113 | 118 |
|
114 | | -.ReactTable .rt-thead .rt-header-pivot:after, .ReactTable .rt-thead .rt-header-pivot:before { |
| 119 | +.ReactTable .rt-thead .rt-header-pivot:after, |
| 120 | +.ReactTable .rt-thead .rt-header-pivot:before { |
115 | 121 | left: 100%; |
116 | 122 | top: 50%; |
117 | 123 | border: solid transparent; |
|
175 | 181 | display: inline-flex; |
176 | 182 | } |
177 | 183 |
|
178 | | -.ReactTable .rt-th, .ReactTable .rt-td { |
| 184 | +.ReactTable .rt-th, |
| 185 | +.ReactTable .rt-td { |
179 | 186 | flex: 1 0 0px; |
180 | 187 | white-space: nowrap; |
181 | 188 | text-overflow: ellipsis; |
|
185 | 192 | transition-property: width, min-width, padding, opacity; |
186 | 193 | } |
187 | 194 |
|
188 | | -.ReactTable .rt-th.-hidden, .ReactTable .rt-td.-hidden { |
| 195 | +.ReactTable .rt-th.-hidden, |
| 196 | +.ReactTable .rt-td.-hidden { |
189 | 197 | width: 0 !important; |
190 | 198 | min-width: 0 !important; |
191 | 199 | padding: 0 !important; |
|
290 | 298 | color: #fff; |
291 | 299 | } |
292 | 300 |
|
293 | | -.ReactTable .-pagination .-previous, .ReactTable .-pagination .-next { |
| 301 | +.ReactTable .-pagination .-previous, |
| 302 | +.ReactTable .-pagination .-next { |
294 | 303 | flex: 1; |
295 | 304 | text-align: center; |
296 | 305 | } |
|
375 | 384 | transform: translateY(50%); |
376 | 385 | } |
377 | 386 |
|
378 | | -.ReactTable input, .ReactTable select { |
| 387 | +.ReactTable input, |
| 388 | +.ReactTable select { |
379 | 389 | border: 1px solid rgba(0, 0, 0, 0.1); |
380 | 390 | background: #fff; |
381 | 391 | padding: 5px 7px; |
|
385 | 395 | outline: none; |
386 | 396 | } |
387 | 397 |
|
388 | | -.ReactTable input:not([type="checkbox"]):not([type="radio"]), .ReactTable select { |
| 398 | +.ReactTable input:not([type="checkbox"]):not([type="radio"]), |
| 399 | +.ReactTable select { |
389 | 400 | appearance: none; |
390 | 401 | } |
391 | 402 |
|
|
410 | 421 | border-width: 5px 5px 2.5px; |
411 | 422 | } |
412 | 423 |
|
413 | | -.ReactTable .rt-resizing .rt-th, .ReactTable .rt-resizing .rt-td { |
| 424 | +.ReactTable .rt-resizing .rt-th, |
| 425 | +.ReactTable .rt-resizing .rt-td { |
414 | 426 | transition: none !important; |
415 | 427 | cursor: col-resize; |
416 | 428 | user-select: none; |
|
0 commit comments