#
vincent
2020-06-02 38be704dd5027056e135a5613299163e861f89cf
src/main/webapp/static/css/console.css
@@ -36,17 +36,23 @@
    text-align: center;
    color: #2d6aff;
}
.system-icon {
#system-icon {
    display: inline-block;
    width: 70%;
    height: 70%;
    background-image: url("../image/stop48.png");
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-position: top center;
    cursor: pointer;
}
.system-state span {
.system-icon-open {
    background-image: url("../image/stop48.png");
}
.system-icon-close {
    background-image: url("../image/start48.png");
}
#system-run-desc {
    font-size: large;
    display: inline-block;
    padding-top: 10px;