Files
certd/packages/ui/certd-client/src/style/dark.less
T

53 lines
851 B
Plaintext
Raw Normal View History

2026-02-21 23:20:26 +08:00
.dark {
.fs-page-header {
.title {
2026-02-21 23:20:26 +08:00
color: #d5d5d5 !important;
}
2026-02-21 23:20:26 +08:00
}
2026-05-31 01:48:14 +08:00
.vben-normal-menu__item.is-active {
2026-02-21 23:20:26 +08:00
background-color: #3b3b3b !important;
2026-05-31 01:48:14 +08:00
}
.cd-table {
th,
td {
border-bottom: 1px solid #303030;
border-left: 1px solid #303030;
}
th {
background: #1f1f1f;
color: rgba(255, 255, 255, 0.85);
border-top: 1px solid #303030;
&:last-child {
border-right: 1px solid #303030;
}
}
td {
&:last-child {
border-right: 1px solid #303030;
}
}
td.position-sticky-right {
background-color: #141414;
}
.position-sticky-right::before {
background: #303030;
}
tr.hover-color:hover td {
background: #262626;
}
.status-active {
background: #1f3a23;
color: #81c784;
}
}
2026-05-31 01:48:14 +08:00
}