NEW : upgrade jQuery Component Datable (and extras) to 1.10.7

This commit is contained in:
Florian HENRY
2015-07-20 08:41:18 +02:00
parent 0394c9d594
commit 7ce5424f9a
111 changed files with 27642 additions and 16773 deletions

View File

@@ -0,0 +1,14 @@
/*
* Namespace DTCR - "DataTables ColReorder" plug-in
*/
table.DTCR_clonedTable {
background-color: rgba(255, 255, 255, 0.7);
z-index: 202;
}
div.DTCR_pointer {
width: 1px;
background-color: #0259C4;
z-index: 201;
}

View File

@@ -0,0 +1 @@
table.DTCR_clonedTable{background-color:rgba(255,255,255,0.7);z-index:202}div.DTCR_pointer{width:1px;background-color:#0259C4;z-index:201}