Mercurial > nebulaweb3
comparison default/node_modules/tablesaw/src/tables.skin.css @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d038bc9b3d2 |
---|---|
1 .tablesaw th, | |
2 .tablesaw td { | |
3 padding: .5em .7em; | |
4 text-align: left; | |
5 vertical-align: middle; | |
6 } | |
7 .tablesaw-sortable-btn { | |
8 /* same as cell padding above */ | |
9 padding: .5em .7em; | |
10 } | |
11 .tablesaw thead th { | |
12 text-align: left; | |
13 } | |
14 | |
15 /* Table rows have a gray bottom stroke by default */ | |
16 .tablesaw-row-border tr { | |
17 border-bottom: 1px solid #dfdfdf; | |
18 } | |
19 /* Zebra striping */ | |
20 .tablesaw-row-zebra tr:nth-child(2n) { | |
21 background-color: #f8f8f8; | |
22 } | |
23 | |
24 .tablesaw caption { | |
25 text-align: left; | |
26 margin: .59375em 0; | |
27 } | |
28 | |
29 .tablesaw-swipe .tablesaw-swipe-cellpersist { | |
30 border-right: 2px solid #e4e1de; | |
31 } | |
32 .tablesaw-swipe-shadow .tablesaw-swipe-cellpersist { | |
33 border-right-width: 1px; | |
34 } | |
35 .tablesaw-swipe-shadow .tablesaw-swipe-cellpersist { | |
36 box-shadow: 3px 0 4px -1px #e4e1de; | |
37 } |