@import "../default-skin.less";
@import "../../global/mixin.less";

.s_pc {
	.c_table {
		table {
			thead tr th.filter:hover,
			thead tr th.desc:hover,
			thead tr th.asc:hover { color:@fg; background:@bg-dark-1;}
			td.fn:hover { background:@fg-op-0-5 !important;}
			th.hover { cursor:default;}
			td.level {
				.ico:hover:after { background:@primary-light-8;}
			}
		}
	}
	.c_table-th-hover table thead tr th { cursor:default;}
	.c_table-th-hover table thead tr th:hover { background:@bg-dark-1;}
	.c_table-hover table tbody tr:hover { background:@bg-dark-0-5 !important; color:@fg-light-1 !important;}
	.c_table-hover table tbody tr.on:hover { background:@primary-light-8 !important; color:@bg !important;}
}