@import "../default-skin.less";
@import "../../global/mixin.less";

.s_pad {
	// 触屏点击效果
	.c_tree {
		ul li .text.active { color:@warning;}
	}



	// 菜单模式
	.c_tree-menu {
		ul li:not(.on) > .text.active {
			background:@bg-dark-0-3; color:@success;
			&:before { width:2px; background:@success;}
		}
		ul li > .ico.active { background:none;}
	}
}