]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.workbench.search/search/green/style.css
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.workbench.search / search / green / style.css
1 table.tablesorter {
2         font-size: 12px;
3         background-color: #4D4D4D;
4         width: 1024px;
5         border: 1px solid #000;
6 }
7 table.tablesorter th {
8         text-align: left;
9         padding: 5px;
10         background-color: #6E6E6E;
11 }
12 table.tablesorter td {
13         color: #FFF;
14         padding: 5px;
15 }
16 table.tablesorter .even {
17         background-color: #3D3D3D;
18 }
19 table.tablesorter .odd {
20         background-color: #6E6E6E;
21 }
22 table.tablesorter .header {
23         background-image: url(bg.png);
24         background-repeat: no-repeat;
25         border-left: 1px solid #FFF;
26         border-right: 1px solid #000;
27         border-top: 1px solid #FFF;
28         padding-left: 30px;
29         padding-top: 8px;
30         height: auto;
31 }
32 table.tablesorter .headerSortUp {
33         background-image: url(asc.png);
34         background-repeat: no-repeat;
35 }
36 table.tablesorter .headerSortDown {
37         background-image: url(desc.png);
38         background-repeat: no-repeat;
39 }