style
This commit is contained in:
parent
e30a6f16fc
commit
812cecb9df
10
style.css
10
style.css
@ -15,7 +15,6 @@ main > table {
|
||||
}
|
||||
.vlans {
|
||||
border-spacing: 0;
|
||||
/*! border-collapse: collapse; */
|
||||
}
|
||||
.member td,
|
||||
.vlans td {
|
||||
@ -26,24 +25,23 @@ main > table {
|
||||
min-width: 2em;
|
||||
height: 2em;
|
||||
mix-blend-mode: darken;
|
||||
padding: 3px;
|
||||
padding: 2px;
|
||||
}
|
||||
.access,
|
||||
.pvid {
|
||||
background-color: hsl(var(--pvid) 100% 65%);
|
||||
background-color: hsl(var(--pvid) 100% 60%);
|
||||
}
|
||||
.trunk {
|
||||
position: relative;
|
||||
font-weight: bold;
|
||||
border: 5px solid !important;
|
||||
border-width: 5px !important;
|
||||
border: 4px solid !important;
|
||||
border-image-slice: 1 !important;
|
||||
border-image-source: linear-gradient(127deg, red, orange, yellow, green, blue, violet) !important;
|
||||
padding: 0;
|
||||
|
||||
}
|
||||
.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 {
|
||||
background-color: lightgray;
|
||||
|
Loading…
x
Reference in New Issue
Block a user