给网络接口一点圆角效果

This commit is contained in:
Bard 2022-03-01 07:07:22 +08:00 committed by GitHub
parent 50f3efe657
commit c085469c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2238,6 +2238,7 @@ td > .ifacebadge,
.network-status-table .ifacebox {
flex-grow: 1;
margin: 0.5em;
border-radius: 0.375rem;
}
.network-status-table .ifacebox-body {
display: flex;
@ -2375,6 +2376,7 @@ td > .ifacebadge,
.ifacebox-head.active {
background: #5e72e4;
background: var(--primary);
border-radius: 0.375rem 0.375rem 0px 0px;
}
.ifacebox-head.active * {
color: #fff;