0
|
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 } |