Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 2 |
lars |
1 |
/*
|
|
|
2 |
* Namespace DTCR - "DataTables ColReorder" plug-in
|
|
|
3 |
*/
|
|
|
4 |
|
|
|
5 |
table.DTCR_clonedTable {
|
|
|
6 |
background-color: rgba(255, 255, 255, 0.7);
|
|
|
7 |
z-index: 202;
|
|
|
8 |
}
|
|
|
9 |
|
|
|
10 |
div.DTCR_pointer {
|
|
|
11 |
width: 1px;
|
|
|
12 |
background-color: #0259C4;
|
|
|
13 |
z-index: 201;
|
|
|
14 |
}
|