Add datatables-1.9.4 and jquery-1.10.2 libraries
[proteocache.git] / webapp / resources / datatables-1.9.4 / extras / ColReorder / media / css / ColReorder.css
1 /*
2  * Namespace DTCR - "DataTables ColReorder" plug-in
3  */
4
5 table.DTCR_clonedTable {
6         background-color: white;
7         z-index: 202;
8 }
9
10 div.DTCR_pointer {
11         width: 1px;
12         background-color: #0259C4;
13         z-index: 201;
14 }
15
16 body.alt div.DTCR_pointer {
17         margin-top: -15px;
18         margin-left: -9px;
19         width: 18px;
20         background: url('../images/insert.png') no-repeat top left;
21 }