mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 00:58:16 -06:00
16523 re-enable table row background colors
This commit is contained in:
parent
c506f60f12
commit
027e2a1f8d
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -24,3 +24,12 @@
|
|||||||
@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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user