给网络接口一点圆角效果
This commit is contained in:
parent
50f3efe657
commit
c085469c55
@ -2238,6 +2238,7 @@ td > .ifacebadge,
|
|||||||
.network-status-table .ifacebox {
|
.network-status-table .ifacebox {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
|
border-radius: 0.375rem;
|
||||||
}
|
}
|
||||||
.network-status-table .ifacebox-body {
|
.network-status-table .ifacebox-body {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -2375,6 +2376,7 @@ td > .ifacebadge,
|
|||||||
.ifacebox-head.active {
|
.ifacebox-head.active {
|
||||||
background: #5e72e4;
|
background: #5e72e4;
|
||||||
background: var(--primary);
|
background: var(--primary);
|
||||||
|
border-radius: 0.375rem 0.375rem 0px 0px;
|
||||||
}
|
}
|
||||||
.ifacebox-head.active * {
|
.ifacebox-head.active * {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user