This commit is contained in:
Adrien MALINGREY 2023-04-05 15:29:52 +02:00
parent e30a6f16fc
commit 812cecb9df

View File

@ -15,7 +15,6 @@ main > table {
} }
.vlans { .vlans {
border-spacing: 0; border-spacing: 0;
/*! border-collapse: collapse; */
} }
.member td, .member td,
.vlans td { .vlans td {
@ -26,24 +25,23 @@ main > table {
min-width: 2em; min-width: 2em;
height: 2em; height: 2em;
mix-blend-mode: darken; mix-blend-mode: darken;
padding: 3px; padding: 2px;
} }
.access, .access,
.pvid { .pvid {
background-color: hsl(var(--pvid) 100% 65%); background-color: hsl(var(--pvid) 100% 60%);
} }
.trunk { .trunk {
position: relative; position: relative;
font-weight: bold; font-weight: bold;
border: 5px solid !important; border: 4px solid !important;
border-width: 5px !important;
border-image-slice: 1 !important; border-image-slice: 1 !important;
border-image-source: linear-gradient(127deg, red, orange, yellow, green, blue, violet) !important; border-image-source: linear-gradient(127deg, red, orange, yellow, green, blue, violet) !important;
padding: 0; padding: 0;
} }
.hybrid { .hybrid {
background-image: linear-gradient(135deg, hsl(var(--tagged) 100% 65%) 1.6rem, hsl(var(--untagged) 100% 65%) 1.6rem); background-image: linear-gradient(135deg, hsl(var(--tagged) 100% 60%) 1.6rem, hsl(var(--untagged) 100% 60%) 1.6rem);
} }
.shutdown { .shutdown {
background-color: lightgray; background-color: lightgray;