Show More
Commit Description:
DRY problem select
Commit Description:
DRY problem select
References:
File last commit:
Show/Diff file:
Action:
vendor/javascript/datatables/FixedColumns-4.1.0/css/fixedColumns.foundation.css
| 19 lines
| 422 B
| text/css
| LassoCssLexer
|
r866 | table.dataTable thead tr > .dtfc-fixed-left, | |||
table.dataTable thead tr > .dtfc-fixed-right { | ||||
z-index: 1; | ||||
background-color: #f8f8f8; | ||||
} | ||||
table.dataTable tbody tr > .dtfc-fixed-left, | ||||
table.dataTable tbody tr > .dtfc-fixed-right { | ||||
z-index: 1; | ||||
background-color: white; | ||||
} | ||||
div.dtfc-left-top-blocker, | ||||
div.dtfc-right-top-blocker { | ||||
background-color: #f8f8f8; | ||||
} | ||||
table.dataTable.dtfc-has-left tbody { | ||||
border-left: none; | ||||
} | ||||