修复“端口状态 29_ports.js” 流量信息无法弹出
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
f2e39046aa
commit
b331f389b6
@ -3152,22 +3152,20 @@ span[data-tooltip] .label {
|
||||
.cbi-tooltip {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
top: -1000px;
|
||||
left: -1000px;
|
||||
padding: 2px 5px;
|
||||
transition: opacity .25s ease-out;
|
||||
white-space: pre;
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
left: -10000px;
|
||||
box-shadow: 0 0 2px #8b8b8b;
|
||||
border-radius: 3px;
|
||||
background: #fff;
|
||||
box-shadow: 0 0 2px #444
|
||||
white-space: pre;
|
||||
padding: 2px 5px;
|
||||
opacity: 0;
|
||||
transition: opacity .25s ease-in;
|
||||
}
|
||||
|
||||
.cbi-tooltip-container:hover .cbi-tooltip {
|
||||
.cbi-tooltip-container:hover .cbi-tooltip:not(:empty) {
|
||||
left: auto;
|
||||
opacity: 1;
|
||||
transition: opacity .25s ease-in;
|
||||
opacity: 1
|
||||
}
|
||||
|
||||
.zonebadge .cbi-tooltip {
|
||||
|
@ -574,6 +574,24 @@ fieldset[id^="cbi-apply-"] {
|
||||
background: #252525;
|
||||
}
|
||||
|
||||
div[style*="display:grid;grid-template-columns:repeat"] .ifacebox {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.cbi-tooltip {
|
||||
box-shadow: 0 0 2px #8b8b8b;
|
||||
border-radius: 3px;
|
||||
background: #2c323c;
|
||||
color: #c0c0c0;
|
||||
}
|
||||
|
||||
.ifacebox-head {
|
||||
padding: 0.25em;
|
||||
background: var(--dark-primary) !important;
|
||||
border-radius: 5px 5px 0px 0px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ifacebox-head.active {
|
||||
background-color: var(--dark-primary) !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user