zrlibs
2025-03-17 6e7fcc0ebecb4d9d1485937905b31a9864913950
public/skin/red.css
@@ -2,6 +2,11 @@
    --first-background-color: #cb1b59;
    --second-background-color: #ec719c;
    --third-background-color: #ffe6ee;
    --table-header-background-color: #e4e4e4;
    --table-header-border-color: #cdcdcd;
    --table-header-th-border-color: #dcdee2;
}
.layout-header,
@@ -35,4 +40,13 @@
.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu):after {
    width: 5px;
    background-color: var(--first-background-color);
}
.ivu-table th {
    background-color: var(--table-header-background-color);
    border-right: 1px solid var(--table-header-border-color);
}
.ivu-table th {
    border-bottom-color: var(--table-header-th-border-color)
}