layuiCustom.css 884 Bytes
.layui-btn.layui-btn-primary {
    background-color: rgb(72,156,156) !important;
    color: #fff;
}

.layui-btn.layui-btn-primary:hover {
    background-color: rgb(49,74,76) !important;
}

.layui-btn.task-btn {
    background-color: white !important;
    color: black;
    border: solid 2px rgba(128,128,128,0.3);
}

.layui-btn.task-btn:hover {
    background-color: rgb(242,242,242) !important;
    color: black;
    border: solid 2px rgb(72,156,156);
}

.layui-table-click {
    background-color: rgb(240,250,250) !important;
}

.layui-form-switch {
    background-color: rgb(191,220,220) !important;
}

.layui-form-onswitch {
    background-color: rgb(72,156,156) !important;
}

.layui-table-view .layui-table[lay-size="sm"] .layui-table-cell {
    height: 25px;
    line-height: 25px;
}

/*.layui-table[lay-size="sm"] td, .layui-table[lay-size="sm"] th {
    font-size: 15px;
}*/