sintonia/airtime_mvc/public/css/datatables/css/ColReorder.css
Yuchen Wang 7d9aa3ca5d CC-2299: Better column options in playlist/file list on playlist builder
- allow columns to be re-ordered; note that the 1st two columns are fixed in-place to avoid some
problem with the ColVis plugin
2012-01-10 09:52:32 -05:00

14 lines
No EOL
205 B
CSS

/*
* Namespace DTCR - "DataTables ColReorder" plug-in
*/
table.DTCR_clonedTable {
background-color: white;
z-index: 998;
}
div.DTCR_pointer {
width: 1px;
background-color: #5B5B5B;
z-index: 997;
}