-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyle.css
More file actions
40 lines (39 loc) · 843 Bytes
/
style.css
File metadata and controls
40 lines (39 loc) · 843 Bytes
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
table.tablesorter {
font-size: 12px;
/*background-color: #4D4D4D;*/
width: 1024px;
border: 0px solid #000;
}
table.tablesorter th {
padding: 5px;
background-color: #6E6E6E;
color:white
}
table.tablesorter td {
color: #333333;
padding: 5px;
}
table.tablesorter tr:nth-child(2n) {
background-color: rgba(119,159,75,.5);
}
table.tablesorter :odd {
background-color: #6E6E6E;
}
table.tablesorter .header {
background-image: url(arrows.png);
background-repeat: no-repeat;
border-bottom: 1px solid green;
border-right: 1px solid #fff;
/*border-top: 1px solid #FFF;*/
padding-left: 30px;
padding-top: 8px;
height: auto;
}
table.tablesorter .headerSortUp {
background-image: url(arrows.png);
background-repeat: no-repeat;
}
table.tablesorter .headerSortDown {
background-image: url(arrows.png);
background-repeat: no-repeat;
}