TMI
This commit is contained in:
parent
8dbc082b37
commit
832a0c1232
21
style.css
21
style.css
@ -169,6 +169,19 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.trunk:not(.shutdown) {
|
.trunk:not(.shutdown) {
|
||||||
|
font-weight: bold;
|
||||||
|
background-image: linear-gradient(
|
||||||
|
127deg,
|
||||||
|
red,
|
||||||
|
orange,
|
||||||
|
yellow,
|
||||||
|
green,
|
||||||
|
blue,
|
||||||
|
violet
|
||||||
|
) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*.trunk:not(.shutdown) {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 4px solid;
|
border: 4px solid;
|
||||||
border-image-slice: 1 !important;
|
border-image-slice: 1 !important;
|
||||||
@ -181,9 +194,9 @@ main {
|
|||||||
blue,
|
blue,
|
||||||
violet
|
violet
|
||||||
) !important;
|
) !important;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
.hybrid {
|
/*.hybrid {
|
||||||
--tagged: 0;
|
--tagged: 0;
|
||||||
--untagged: var(--pvid);
|
--untagged: var(--pvid);
|
||||||
background-image: linear-gradient(
|
background-image: linear-gradient(
|
||||||
@ -195,7 +208,7 @@ main {
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-origin: border-box;
|
background-origin: border-box;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
.shutdown:not([class*="loopback-detection action shutdown"]) {
|
.shutdown:not([class*="loopback-detection action shutdown"]) {
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
@ -214,7 +227,7 @@ main {
|
|||||||
.voice_vlan::after {
|
.voice_vlan::after {
|
||||||
content: "📞";
|
content: "📞";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -0.5em;
|
bottom: -0.4em;
|
||||||
left: -0.4em;
|
left: -0.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user