/**
 * @Author: Zhaoxiaoli
 * @Description: 项目管理css
 * @Version: v0.1.0
 * @Date: Created in 2018/5/2
 */
.todo-sidebar{
    margin-right:10px;
}
.todo-project-list ul.nav-pills>li>a:hover,
.todo-project-list ul.nav-pills>li>a:focus{
    border-radius:0;
}
.todo-project-list ul.nav-pills>li>a.active{
    border-radius:0;
    color:#42C4EB;
    background:#eee;
}
.todo-project-list ul li a button.btn-operate{
   padding:0;
}
.todo-project-list ul li a button:last-child{
    margin-right:0!important;
}
button.btn-operate{
    background:#fff;
}
button.btn-operate:hover{
    background:#42C4EB;
}
