]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.debug.browser/resources/css/blue/style.css
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.debug.browser / resources / css / blue / style.css
1 /* tables */
2 table.tablesorter {
3         background-color: #CDCDCD;
4         font-size: 10pt;
5         width: 100%;
6         text-align: left;
7 }
8 table.tablesorter thead tr th, table.tablesorter tfoot tr th {
9         background-color: #B6BEAE;
10         font-size: 10pt;
11         padding: 4px;
12 }
13 table.tablesorter thead tr .header {
14         background-image: url(bg.gif);
15         background-repeat: no-repeat;
16         background-position: center right;
17         cursor: pointer;
18 }
19 table.tablesorter tbody td {
20         color: #3D3D3D;
21         padding: 4px;
22         background-color: #FFF;
23         vertical-align: top;
24 }
25 table.tablesorter tbody tr.odd td {
26         background-color:#F0F0F6;
27 }
28 table.tablesorter thead tr .headerSortUp {
29         background-image: url(asc.gif);
30 }
31 table.tablesorter thead tr .headerSortDown {
32         background-image: url(desc.gif);
33 }
34 table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
35 background-color: #8dbdd8;
36 }