|
391 | 391 |
|
392 | 392 | .kpm-plugins-index table th { |
393 | 393 | padding: 0.375rem 0.75rem !important; |
| 394 | + padding-right: 2rem !important; |
394 | 395 | font-weight: 500; |
395 | 396 | font-size: 0.875rem; |
396 | 397 | color: #717680; |
397 | 398 | text-transform: capitalize; |
| 399 | + position: relative; |
398 | 400 | } |
399 | 401 |
|
400 | 402 | .kpm-plugins-index table td { |
|
405 | 407 | text-transform: capitalize !important; |
406 | 408 | } |
407 | 409 |
|
408 | | -.kpm-plugins-index table thead tr th::after, |
409 | | -.kpm-plugins-index table thead tr th::before { |
| 410 | +.kpm-plugins-index table thead tr th:not(:last-child)::after, |
| 411 | +.kpm-plugins-index table thead tr th:not(:last-child)::before { |
410 | 412 | content: "" !important; |
411 | 413 | display: inline-block !important; |
412 | 414 | width: 0.75rem !important; |
|
415 | 417 | background-position: center !important; |
416 | 418 | background-size: 0.75rem 0.75rem !important; |
417 | 419 | position: absolute !important; |
418 | | - right: 0.5rem !important; |
| 420 | + left: 4rem !important; |
419 | 421 | } |
420 | 422 |
|
421 | | -.kpm-plugins-index table thead tr th::after { |
| 423 | +.kpm-plugins-index table thead tr th:not(:last-child)::after { |
422 | 424 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 5.5L6 2.5L9 5.5' stroke='%23A4A7AE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); |
423 | 425 | top: 45% !important; |
424 | 426 | transform: translateY(-50%) !important; |
425 | 427 | } |
426 | 428 |
|
427 | | -.kpm-plugins-index table thead tr th::before { |
| 429 | +.kpm-plugins-index table thead tr th:not(:last-child)::before { |
428 | 430 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 6.5L6 9.5L9 6.5' stroke='%23A4A7AE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); |
429 | 431 | bottom: 45% !important; |
430 | 432 | transform: translateY(50%) !important; |
|
0 commit comments