|
441 | 441 | .dlp-tr>th,.dlp-tr>td{padding: 3px;text-align: left;height: 38px;}
|
442 | 442 | .dlp-table .dlp-thead>.dlp-tr{
|
443 | 443 | height: 45px;
|
444 |
| - background: linear-gradient(179deg,#040404 0,#343434 49%,#0a0a0a 59%,#262626 100%); |
445 |
| - box-shadow: inset 0 3px 9px #232323, inset 0 3px 12px #323232, inset 0 15px 9px #4a4a4a, inset 0 3px 3px 0 #484848, 0 1px 3px rgb(16 16 16 / 66%); |
| 444 | + background: linear-gradient(178deg,#040404 0,#343434 49%,#282828 59%,#2e2e2e 100%); |
| 445 | + box-shadow: inset 0 3px 9px #232323, inset 0 3px 12px #323232, inset 0 15px 9px #4a4a4a, inset 0 3px 3px 0 #484848; |
446 | 446 | border-radius: 5px;
|
447 | 447 | }
|
448 | 448 | .dlp-table .dlp-tbody>.dlp-tr{background:#393939;box-shadow: inset 0 0 6px 0 #222222;}
|
449 | 449 | .dlp-table .dlp-tbody>.dlp-tr:nth-child(even){background:#2a2a2a}
|
450 | 450 | .dlp-table .dlp-tfoot>.dlp-tr{
|
451 | 451 | max-height: 40px;
|
452 | 452 | min-height: 5px;
|
453 |
| - background: linear-gradient(182deg,#0a0a0a 0,#303030 49%,#141414 59%,#262626 100%); |
454 |
| - box-shadow: inset 0 3px 9px #1c1c1c, inset 0 3px 12px #222222, inset 0 15px 9px #181818, inset 0 3px 3px 0 #1a1a1a; |
| 453 | + background: linear-gradient(182deg,#222222 0,#2e2e2e 49%,#1a1a1a 59%,#4a4a4a 100%); |
| 454 | + box-shadow: inset 0 3px 9px #2a2a2a, inset 0 3px 12px #404040, inset 0 15px 9px #3e3e3e, inset 0 3px 3px 0 #262626; |
455 | 455 | border-radius: 5px;}
|
456 | 456 | .dlp-table .operate-column{width:45px;text-align: center;line-height: 9px;}
|
457 | 457 | .dlp-table .operate-column>div{display: flex;width: 100%;height: 100%;align-items:center;justify-content: space-around}
|
|
0 commit comments