shiyj
2019-07-16 6d8a43de07062234a05716fcbb94273709cab21e
WebService/src/main/resources/static/css/common.css
@@ -22,4 +22,30 @@
}
.delete_button{
    color: #dc3545;
}
.java110_loading{
    width: 100%;
    height: 100%;
    z-index: 2300;
    position: absolute;
}
.java110_loading>div{
    margin: 70px auto;
}
.wizard > .actions .vc_disabled a,
.wizard > .actions .vc_disabled a:hover,
.wizard > .actions .vc_disabled a:active
{
    background: #fff;
    color: #888;
}
.wizard > .steps .vc_disabled a,
.wizard > .steps .vc_disabled a:hover,
.wizard > .steps .vc_disabled a:active
{
    background: #fff;
    color: #888;
    cursor: default;
}