Add config folder to be able to change config
[clamp.git] / src / main / resources / META-INF / resources / designer / css / dataTables.fixedColumns.css
1 /* Block out what is behind the fixed column's header and footer */
2 table.DTFC_Cloned thead,
3 table.DTFC_Cloned tfoot {
4         background-color: white;
5 }
6
7 /* Block out the gap above the scrollbar on the right, when there is a fixed
8  * right column
9  */
10 div.DTFC_Blocker {
11         background-color: white;
12 }
13
14 div.DTFC_LeftWrapper table.dataTable,
15 div.DTFC_RightWrapper table.dataTable {
16         margin-bottom: 0;
17 }
18
19 div.DTFC_LeftWrapper table.dataTable.no-footer,
20 div.DTFC_RightWrapper table.dataTable.no-footer {
21         border-bottom: none;
22 }