/* here you can put your own css to customize and override the theme */
div[class^="layui-layer-tips"] {
    border-radius: 3px !important;
}

.jstree-default .jstree-clicked {
    border-radius: 3px;
    background-color: #27a9e3;
    color: #fff !important;
}

/*.jstree-default .jstree-hovered {*/
    /*border-radius: 3px !important;*/
    /*background-color: #2295c9 !important;*/
/*}*/
