@import "../default-skin.less";
@import "../../global/mixin.less";

.s_pad {
	.c_table {
		table {
			tr td a.active { color:@primary;}
			thead tr th.desc.active,
			thead tr th.asc.active { color:@bg; background:@secondary;}
			td.fn.active { background:@bg-dark-2 !important; color:@fg-light-1;}
		}
	}
	.c_table-lite {
		table {
			thead tr th.desc:after { color:@success;}
			thead tr th.asc:after { color:@danger;}
		}
	}
	.c_table-th-hover table thead tr th.active { background:@secondary;}
	.c_table-hover table tbody tr.active td { background:@primary-light-7 !important; color:@fg-light-1 !important; }
}