13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr, 
.tablesaw-sortable thead tr th {
    position: relative;
}
.tablesaw-sortable thead tr th {
    padding-right: 1.6em;
    vertical-align: top;
}
.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
    padding: 0;
}
.tablesaw-sortable th.tablesaw-sortable-head button {
    padding-top: .9em;
    padding-bottom: .7em;
    padding-left: .6em;
    padding-right: 1.6em;
}
.tablesaw-sortable .tablesaw-sortable-head button {
    min-width: 100%;
    color: inherit;
    background: transparent;
    border: 0;
    padding: 0;
    text-align: left;
    font: inherit;
    text-transform: inherit;
    position: relative;
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    width: 7px;
    height: 10px;
    content: "\0020";
    position: absolute;
    right: .5em;
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
    content: "\2191";
}
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    content: "\2193";
}
 
.tablesaw-sortable .not-applicable:after {
    content: "--";
    display: block;
}
.tablesaw-sortable .not-applicable span {
    display: none;
}