// Table
@table-wrapper-bg: @component-bg;
@table-thead-bg: @component-header-bg;
@table-tbody-bg: @component-bg;
@table-tr-active-bg: @list-hover-bg;
@table-fixed-thead-bg:@component-header-bg;
@table-fixed-tbody-bg: @component-bg;
@table-fixed-left-shadow: 2px 0 6px -2px rgba(0,0,0,.2);
@table-fixed-right-shadow: -2px 0 6px -2px rgba(0,0,0,.2);
@table-th-resize-zindex: 3;
@table-fixed-table-zIndex: 2;