mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 16:48:16 -06:00
16253 move to transitional
This commit is contained in:
parent
027e2a1f8d
commit
c73366fdd3
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -24,12 +24,3 @@
|
|||||||
@import 'custom/interfaces';
|
@import 'custom/interfaces';
|
||||||
@import 'custom/markdown';
|
@import 'custom/markdown';
|
||||||
@import 'custom/misc';
|
@import 'custom/misc';
|
||||||
|
|
||||||
table tbody {
|
|
||||||
@each $color, $value in $theme-colors {
|
|
||||||
tr.#{$color} {
|
|
||||||
background-color: rgba($value, 0.15);
|
|
||||||
border-color: $gray-500;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -48,3 +48,12 @@ table.attr-table {
|
|||||||
td pre {
|
td pre {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table tbody {
|
||||||
|
@each $color, $value in $theme-colors {
|
||||||
|
tr.#{$color} {
|
||||||
|
background-color: rgba($value, 0.15);
|
||||||
|
border-color: $gray-500;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user